Skip to content

Commit a83f717

Browse files
committed
chore(main): release 1.0.5
1 parent 05a468c commit a83f717

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.4"
2+
".": "1.0.5"
33
}

CHANGELOG.md

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

3+
## [1.0.5](https://github.com/coder/balatrollm/compare/v1.0.4...v1.0.5) (2026-01-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **executor:** reset game to menu state before returning port to pool ([05a468c](https://github.com/coder/balatrollm/commit/05a468cb71dc5dbe67ada1e174286d78f893a4b4))
9+
310
## [1.0.4](https://github.com/coder/balatrollm/compare/v1.0.3...v1.0.4) (2026-01-12)
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 = "1.0.4"
3+
version = "1.0.5"
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 - LLM-powered Balatro bot."""
22

3-
__version__ = "1.0.4"
3+
__version__ = "1.0.5"
44

55
from .bot import Bot, BotError
66
from .client import BalatroClient, BalatroError

0 commit comments

Comments
 (0)