Release Notes¶
This section contains detailed release notes for fnb versions.
Recent Releases¶
- 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.