Skip to content

Commit 850c8d0

Browse files
committed
chore(main): release 1.2.0
1 parent 20282ff commit 850c8d0

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.1"
2+
".": "1.2.0"
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.2.0](https://github.com/coder/balatrollm/compare/v1.1.1...v1.2.0) (2026-02-18)
4+
5+
6+
### Features
7+
8+
* **bot:** add finish reason tracking and separate error/failed counters ([5b0d95c](https://github.com/coder/balatrollm/commit/5b0d95c43bb2e1feb84d8222e728b1821f77e272))
9+
* **views:** add current/previous/best run display and status indicators ([1d54796](https://github.com/coder/balatrollm/commit/1d54796b5d438d098ca684cb49d27b62b270aeb2))
10+
11+
12+
### Bug Fixes
13+
14+
* **llm:** guard against empty/None choices ([01f18c6](https://github.com/coder/balatrollm/commit/01f18c6fd3d0d83e6971350463f970dee51a3d20))
15+
16+
17+
### Documentation
18+
19+
* **config:** add community config example ([a245a0c](https://github.com/coder/balatrollm/commit/a245a0c2b960b91262cc16581e6ef509930f1d77))
20+
* update commit command with workflow and scope definitions ([20282ff](https://github.com/coder/balatrollm/commit/20282ffcd867d8dcca4f04193f1b58d311f19426))
21+
322
## [1.1.1](https://github.com/coder/balatrollm/compare/v1.1.0...v1.1.1) (2026-02-12)
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.1"
3+
version = "1.2.0"
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.1"
3+
__version__ = "1.2.0"
44

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

0 commit comments

Comments
 (0)