We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c331f20 commit 7ef0af4Copy full SHA for 7ef0af4
CHANGELOG.md
@@ -1,6 +1,17 @@
1
# CHANGELOG
2
3
4
+## v1.2.1 (2025-06-26)
5
+
6
+### Bug Fixes
7
8
+- Update gitignore and test configurations
9
+ ([`a523af0`](https://github.com/offendingcommit/commit-bingo/commit/a523af091245f34e0909cd12164b956a3f464525))
10
11
+- Add game_state.json to gitignore for state persistence - Update CLAUDE.md with memory management
12
+ protocols - Fix hot reload integration test indentation error
13
14
15
## v1.2.0 (2025-06-22)
16
17
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bingo"
-version = "1.2.0"
+version = "1.2.1"
description = "A bingo board generator using NiceGUI"
authors = ["Offending Commit <offendingcommit@gmail.com>"]
license = "MIT"
0 commit comments