Skip to content

Commit bbc4359

Browse files
committed
chore(main): release 0.14.0
1 parent 26272da commit bbc4359

3 files changed

Lines changed: 33 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [0.14.0](https://github.com/coder/balatrollm/compare/v0.13.2...v0.14.0) (2025-10-25)
4+
5+
6+
### Features
7+
8+
* add logic to load/save strategy manifest ([e55b885](https://github.com/coder/balatrollm/commit/e55b885051b1f2f0206835c2eaa5ab0b42cb547e))
9+
* add manifest.json files for strategies ([14978aa](https://github.com/coder/balatrollm/commit/14978aa57dc48627116e90093079fe9d31f10445))
10+
* add strategy metadata to benchmark ([88ebc44](https://github.com/coder/balatrollm/commit/88ebc44b4aada5a581a480990e6c906464241d99))
11+
* configure balatrollm via env vars ([03c0fd0](https://github.com/coder/balatrollm/commit/03c0fd07a1f2bba1f44cf855f72732d4400f7903))
12+
* new cli for balatrobench ([973bc3e](https://github.com/coder/balatrollm/commit/973bc3e0285eb0117348f6c7d5c810219cd068f3))
13+
* new separate command for benchmarking ([b9a1284](https://github.com/coder/balatrollm/commit/b9a12841111bc651688983140a63189b922e9951))
14+
* update the aggressive strategy ([e51b9ca](https://github.com/coder/balatrollm/commit/e51b9ca2c76c499c6e6bbbafe632a166a791771f))
15+
16+
17+
### Bug Fixes
18+
19+
* decrease timeout for llm client ([e7f2c91](https://github.com/coder/balatrollm/commit/e7f2c9138fec93237a8c686f1e085121f535dd9c))
20+
* use comma-separated ports in balatro.sh ([404b748](https://github.com/coder/balatrollm/commit/404b74860ac6a8add0a8d62f4470b2b726e008c4))
21+
22+
23+
### Documentation
24+
25+
* add video in the readme ([328d9bc](https://github.com/coder/balatrollm/commit/328d9bc1e285ee8b29d72244632737d5b1916e7c))
26+
* fix list rendering using sane_lists ([a52decb](https://github.com/coder/balatrollm/commit/a52decbcf3f81eaf6d92332d3273f85717307d18))
27+
* remove old screenshots assets ([ef831a0](https://github.com/coder/balatrollm/commit/ef831a094886754f385df96c7cbc0f46c1d1e28b))
28+
* rewrite docs from scratch ([8c78a9b](https://github.com/coder/balatrollm/commit/8c78a9b3efa0838d639c0f5ef51bd1d9d2cda57b))
29+
* update .envrc.example with all the env vars ([8852bc5](https://github.com/coder/balatrollm/commit/8852bc5a0911c2762e7359c3664045c4d29fcd22))
30+
* update desc for llms-txt and set index.md as home ([dbe4a95](https://github.com/coder/balatrollm/commit/dbe4a95d75579e812ed27c360e8a3715a4fe2e03))
31+
* update README.md ([8ab0aa8](https://github.com/coder/balatrollm/commit/8ab0aa8fc1c6a8834d8c0ce1e29955c52afc1bec))
32+
* update titles in the README ([27006f5](https://github.com/coder/balatrollm/commit/27006f519335fc7a9cc67263c2ac6046afa6abd4))
33+
334
## [0.13.2](https://github.com/coder/balatrollm/compare/v0.13.1...v0.13.2) (2025-10-24)
435

536

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.13.2"
3+
version = "0.14.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 project."""
22

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

55
from .balatrollm_cli import main
66

0 commit comments

Comments
 (0)