Skip to content

Commit d8dbb83

Browse files
committed
chore(main): release 1.1.0
1 parent 3aff5db commit d8dbb83

4 files changed

Lines changed: 30 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.9"
2+
".": "1.1.0"
33
}

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/coder/balatrollm/compare/v1.0.9...v1.1.0) (2026-01-28)
4+
5+
6+
### Features
7+
8+
* **balatrollm:** add views server ([e1ccc05](https://github.com/coder/balatrollm/commit/e1ccc05cfa949126b123adbfd94862d10a587ab0))
9+
* **collector:** add support model name without `/` ([cd30b65](https://github.com/coder/balatrollm/commit/cd30b651e5676b39fc751cf64805fd34db2fb6aa))
10+
* **views:** add task and responses views - WIP ([446c388](https://github.com/coder/balatrollm/commit/446c3883b3c46e51fed2d3ff707806b50e539ad5))
11+
12+
13+
### Bug Fixes
14+
15+
* **balatrollm:** remove hard-coded usage in the DEFAULT_MODEL_CONFIG ([9f23461](https://github.com/coder/balatrollm/commit/9f23461370b3334a477bddc8c5c33dea8ce32f60))
16+
* **config:** add usage include to config/example.yaml ([bce4c92](https://github.com/coder/balatrollm/commit/bce4c926312c3a5c902183e57f89fb9e38416c84))
17+
18+
19+
### Performance Improvements
20+
21+
* **views:** reduce memory usage by only parsing the last 10 responses ([3c8481e](https://github.com/coder/balatrollm/commit/3c8481ec75d404543a4ea6045fce05e94bf74ca5))
22+
23+
24+
### Documentation
25+
26+
* **CLAUDE:** add views flag in CLAUDE.md ([428b07f](https://github.com/coder/balatrollm/commit/428b07f6fa5d68c6f1c096126e86da7ad257169c))
27+
* **cli:** add --views flag ([686d9b3](https://github.com/coder/balatrollm/commit/686d9b35cd96e45fa3eb914bfd67e632ab6aae29))
28+
* **index:** add BalatroBench link ([3aff5db](https://github.com/coder/balatrollm/commit/3aff5dbf04ca6affc4a20f5c916ff8ba6d2a9aae))
29+
330
## [1.0.9](https://github.com/coder/balatrollm/compare/v1.0.8...v1.0.9) (2026-01-18)
431

532

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.9"
3+
version = "1.1.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.0.9"
3+
__version__ = "1.1.0"
44

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

0 commit comments

Comments
 (0)