Skip to content

Commit 2bb469c

Browse files
committed
chore(main): release 0.14.1
1 parent 6cc5bad commit 2bb469c

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.14.1](https://github.com/coder/balatrollm/compare/v0.14.0...v0.14.1) (2025-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* add keepalive get_game_state to keep TCP connection alive ([992faf3](https://github.com/coder/balatrollm/commit/992faf367b9454e7513969eff07df8e03eaf5372))
9+
310
## [0.14.0](https://github.com/coder/balatrollm/compare/v0.13.2...v0.14.0) (2025-10-25)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "balatrollm"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
description = "LLM-powered bot that plays Balatro using strategic decision making"
55
readme = "README.md"
66
authors = [{ name = "S1M0N38", email = "bertolottosimone@gmail.com" }]

src/balatrollm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""BalatroLLM project."""
22

3-
__version__ = "0.14.0"
3+
__version__ = "0.14.1"
44

55
from .balatrollm_cli import main
66

0 commit comments

Comments
 (0)