Skip to content

Commit b9b7910

Browse files
committed
chore(main): release 1.1.1
1 parent 4b8acf9 commit b9b7910

4 files changed

Lines changed: 22 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.1.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

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

3+
## [1.1.1](https://github.com/coder/balatrollm/compare/v1.1.0...v1.1.1) (2026-02-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **bot:** add cache_control to strategy message ([068ff87](https://github.com/coder/balatrollm/commit/068ff87dc2e44359ec6a500f2f99bbb05ff1d6e0))
9+
* improve game resilience and error diagnostics ([2c7b48f](https://github.com/coder/balatrollm/commit/2c7b48f68b93df38d7bba8a90b565ee77b4ae280))
10+
* **llm:** catch JSONDecodeError in LLM retry loop ([0a17bfa](https://github.com/coder/balatrollm/commit/0a17bfa17332c07734d5b230fa39ed579f07997c))
11+
12+
13+
### Documentation
14+
15+
* **envrc:** add .envrc.example ([ca44aef](https://github.com/coder/balatrollm/commit/ca44aef52b0edbd0e67bcad60271728c27bf1969))
16+
* improve docs and fix inconsistencies ([60363e3](https://github.com/coder/balatrollm/commit/60363e3dd622aeda982337ef0e81837e46530259)), closes [#62](https://github.com/coder/balatrollm/issues/62)
17+
* **index:** update logos to have same size and add underline ([a127565](https://github.com/coder/balatrollm/commit/a127565385adc0857d568968f3c291aeaa761977))
18+
* **installation:** add tool use warning ([4b8acf9](https://github.com/coder/balatrollm/commit/4b8acf94190d5b9edd8144045c621a94f439882a))
19+
* **mkdocs:** change accent color to shades of orange ([06d85b7](https://github.com/coder/balatrollm/commit/06d85b74aca9bc5639235ca2d6c75842f08ba537))
20+
* **readme:** add screenshots ([2d7280c](https://github.com/coder/balatrollm/commit/2d7280c1b1c5d0ac2c0e028d0bf687e4ba27d048))
21+
322
## [1.1.0](https://github.com/coder/balatrollm/compare/v1.0.9...v1.1.0) (2026-02-02)
423

524

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.1.0"
3+
version = "1.1.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 - LLM-powered Balatro bot."""
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.1.1"
44

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

0 commit comments

Comments
 (0)