Skip to content

Commit 6ca981f

Browse files
chore(release): 1.0.0 [skip ci]
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a31f19d commit 6ca981f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bingo"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "A bingo board generator using NiceGUI"
55
authors = ["Offending Commit <offendingcommit@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)