Skip to content

Commit 6f07022

Browse files
docs(changelog): add initial changelog
Create CHANGELOG.md for tracking release history. Follow Keep a Changelog format for better release readability. Include entries for unreleased changes and initial 0.1.0 release. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9b31ae3 commit 6f07022

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Added
11+
- Initial project structure
12+
- Bingo board generation functionality
13+
- Interactive UI with NiceGUI
14+
- Board synchronization between views
15+
- Testing framework with pytest
16+
- Modular architecture with separate components
17+
- Semantic versioning with python-semantic-release
18+
- CI pipeline with GitHub Actions
19+
- Developer setup script
20+
21+
## [0.1.0] - 2025-03-02
22+
23+
### Added
24+
- Initial release
25+
- Basic bingo board functionality
26+
- Home and stream views
27+
- Dynamic board generation
28+
- Win pattern detection

0 commit comments

Comments
 (0)