Skip to content

Commit 347debd

Browse files
committed
chore(main): release 0.3.0
1 parent 1157c7e commit 347debd

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/S1M0N38/balatrollm/compare/v0.2.0...v0.3.0) (2025-08-24)
4+
5+
6+
### Features
7+
8+
* add audio support to balatro.sh ([91e0d69](https://github.com/S1M0N38/balatrollm/commit/91e0d690f561ad86bb7380db0942d45d1f3e425d))
9+
* enhance CLI with strategy system support ([849a027](https://github.com/S1M0N38/balatrollm/commit/849a0279d187e5c006a369064600f96e82e7154f))
10+
* improve data collection and logging ([c2685a9](https://github.com/S1M0N38/balatrollm/commit/c2685a9c5d26c84170f590c2a8ce34312c2f0c54))
11+
* re-work templates into four standard files ([8410f0a](https://github.com/S1M0N38/balatrollm/commit/8410f0ad04f96f18b21c33d8a193966c9db82bd9))
12+
* update Bot to use new template system ([f1937a4](https://github.com/S1M0N38/balatrollm/commit/f1937a4da432a7545a794bfc961d230f6013bcda))
13+
* update core classes to use strategy system ([296233c](https://github.com/S1M0N38/balatrollm/commit/296233ca8511f6152f9f2a0f8686b538d27b42a8))
14+
* update environment configuration for strategy system ([94fa214](https://github.com/S1M0N38/balatrollm/commit/94fa214a31078ca5a25c596db6aba066e17df681))
15+
16+
17+
### Bug Fixes
18+
19+
* change the default template to `default` ([4a84cc8](https://github.com/S1M0N38/balatrollm/commit/4a84cc86695eeed3a7b01d7dc56e1c89b1878637))
20+
21+
22+
### Documentation
23+
24+
* update CLAUDE.md ([756171b](https://github.com/S1M0N38/balatrollm/commit/756171b9621dbcecab2aaf27294fc5022f994b19))
25+
* update CLAUDE.md ([487f8b6](https://github.com/S1M0N38/balatrollm/commit/487f8b6a792c18d02b7b6a332386899447446888))
26+
* update CLAUDE.md for strategy system ([1157c7e](https://github.com/S1M0N38/balatrollm/commit/1157c7e9c6922c2ae56ab9558e2d44b83a689263))
27+
* update README.md ([ca19807](https://github.com/S1M0N38/balatrollm/commit/ca19807621a53ae3d15da9e2844c240c3213a33a))
28+
329
## [0.2.0](https://github.com/S1M0N38/balatrollm/compare/v0.1.0...v0.2.0) (2025-08-21)
430

531

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.2.0"
3+
version = "0.3.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.2.0"
3+
__version__ = "0.3.0"
44

55
import argparse
66
import asyncio

0 commit comments

Comments
 (0)