Skip to content

Commit 2116b62

Browse files
committed
chore(main): release 0.13.1
1 parent 0422061 commit 2116b62

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [0.13.1](https://github.com/coder/balatrollm/compare/v0.13.0...v0.13.1) (2025-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* extract reasoning from tool calls if not available in response ([0422061](https://github.com/coder/balatrollm/commit/042206116e2932f1c8661dc0525073f840fb4ce0))
9+
* update benchmark.py to handle multimodal content ([97b5b04](https://github.com/coder/balatrollm/commit/97b5b04545f6ba93c38d2371c1f42082db633e30))
10+
11+
12+
### Performance Improvements
13+
14+
* improve conversion to AVIF ([2e3be75](https://github.com/coder/balatrollm/commit/2e3be75d70c0824dd8661275828531bf6045407e))
15+
316
## [0.13.0](https://github.com/coder/balatrollm/compare/v0.12.0...v0.13.0) (2025-10-23)
417

518

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.0"
3+
version = "0.13.1"
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.0"
3+
__version__ = "0.13.1"
44

55
from .cli import main
66

0 commit comments

Comments
 (0)