Release Notes¶
This section contains detailed release notes for fnb versions.
Recent Releases¶
- v0.18.0 - Hidden Interactive SSH Prompt (2026-07-11)
- v0.17.0 - Non-Plaintext SSH Passwords: Keychain and GPG (2026-07-11)
- v0.16.0 - Upload: Push Local Data to a Remote Server (2026-07-10)
- v0.15.0 - Safer SSH Password Automation (2026-07-06)
- v0.14.0 - Colorful CLI Output and a Documentation Overhaul (2026-07-06)
- v0.13.0 - Reliability Fixes and Faster CI (2026-07-06)
- v0.12.3 - Development Workflow Improvements (2026-04-06)
- v0.12.2 - CLI Refactoring & Code Quality (2026-04-06)
- v0.12.1 - Logger Output Optimization (2025-08-29)
- v0.12.0 - Structured Logging System (2025-08-28)
- v0.11.2 - ReadTheDocs Documentation Platform Integration (2025-08-25)
- v0.11.1 - Security Documentation Enhancement (2025-08-24)
- v0.11.0 - Automated Maintenance & Internationalization (2025-08-22)
Release Naming Convention¶
fnb follows Semantic Versioning:
- Major (X.0.0): Breaking changes, major new features
- Minor (0.X.0): New features, backward compatible
- Patch (0.0.X): Bug fixes, backward compatible
Release Process¶
Our release process is automated with: - Commitizen: Automatic version bumping and changelog generation - GitLab CI/CD: Automated testing and deployment - TestPyPI: Automatic test deployment on tag push - PyPI: Manual approval for production deployment
See Release Management for detailed workflow.
Archive¶
For a complete changelog history, see CHANGELOG.md.