Skip to content

Commit aac553c

Browse files
committed
chore(main): release 0.16.0
1 parent 1da812d commit aac553c

4 files changed

Lines changed: 10 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-
".": "0.15.1"
2+
".": "0.16.0"
33
}

CHANGELOG.md

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

3+
## [0.16.0](https://github.com/coder/balatrollm/compare/v0.15.1...v0.16.0) (2025-11-03)
4+
5+
6+
### Features
7+
8+
* finer metrics generation by balatrobench ([0d684aa](https://github.com/coder/balatrollm/commit/0d684aa6301c4733da1bbd16d0dca0f76bd83f35))
9+
310
## [0.15.1](https://github.com/coder/balatrollm/compare/v0.15.0...v0.15.1) (2025-10-30)
411

512

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.15.1"
3+
version = "0.16.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.15.1"
3+
__version__ = "0.16.0"
44

55
from .balatrollm_cli import main
66

0 commit comments

Comments
 (0)