Skip to content

Commit 3b384c1

Browse files
committed
chore(main): release 0.6.0
1 parent 31066f8 commit 3b384c1

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/S1M0N38/balatrollm/compare/v0.5.0...v0.6.0) (2025-09-02)
4+
5+
6+
### Features
7+
8+
* add last_response_is_invalid and last_tool_called_failed to LLMBot ([7ae6d4a](https://github.com/S1M0N38/balatrollm/commit/7ae6d4aed596929e02165e703546a0ec719aa6d8))
9+
* make use of error messages in memory ([1c8bc14](https://github.com/S1M0N38/balatrollm/commit/1c8bc14c3292df19d810948c0e14cf1d9b63978e))
10+
* update data collection to include invalid responses ([18e7341](https://github.com/S1M0N38/balatrollm/commit/18e73412459af15e7cb3caea1eb0f49f7869240b))
11+
* update default MEMORY strategy with previous errors ([c02a9b0](https://github.com/S1M0N38/balatrollm/commit/c02a9b0d59c398af206de7cbaac64a5f2a6cdf0f))
12+
13+
14+
### Bug Fixes
15+
16+
* comment BotError to BalatroError ([4b42402](https://github.com/S1M0N38/balatrollm/commit/4b4240299c97a355d8c839896f0c8b6d5b157cf2))
17+
* remove reasoning effort from qwen-3-32b config ([17265db](https://github.com/S1M0N38/balatrollm/commit/17265dbd3cc873768526e307a8694f52bf3708d3))
18+
* typos in data_collection.py ([17e0542](https://github.com/S1M0N38/balatrollm/commit/17e054256f9f397f54d860a7c4694c0e1d4860b4))
19+
* use logger instead of logging in bot.py ([d69ba00](https://github.com/S1M0N38/balatrollm/commit/d69ba00865c9d6cd3679376e36e05895dc58ca9d))
20+
321
## [0.5.0](https://github.com/S1M0N38/balatrollm/compare/v0.4.0...v0.5.0) (2025-09-01)
422

523

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.5.0"
3+
version = "0.6.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.5.0"
3+
__version__ = "0.6.0"
44

55
import argparse
66
import asyncio

0 commit comments

Comments
 (0)