File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v1.0.0 (2025-03-03)
5+
6+ This is the first major release of the Bingo application, reflecting the maturity and stability of the codebase. Key milestones include:
7+
8+ - Complete modular architecture implementation
9+ - Stable UI with game closure functionality
10+ - Comprehensive test coverage
11+ - Full CI/CD pipeline with semantic versioning
12+ - Docker containerization and Helm chart for Kubernetes deployment
13+
14+
415## v0.1.0 (2025-03-03)
516
617### Bug Fixes
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " bingo"
3- version = " 0.1 .0"
3+ version = " 1.0 .0"
44description = " A bingo board generator using NiceGUI"
55authors = [" Offending Commit <offendingcommit@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments