File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.1.1 "
2+ "." : " 1.1.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.2] ( https://github.com/coder/balatrollm/compare/v1.1.1...v1.1.2 ) (2026-02-16)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** llm:** guard against empty/None choices ([ 01f18c6] ( https://github.com/coder/balatrollm/commit/01f18c6fd3d0d83e6971350463f970dee51a3d20 ) )
9+
10+
11+ ### Documentation
12+
13+ * ** config:** add community config example ([ a245a0c] ( https://github.com/coder/balatrollm/commit/a245a0c2b960b91262cc16581e6ef509930f1d77 ) )
14+
315## [ 1.1.1] ( https://github.com/coder/balatrollm/compare/v1.1.0...v1.1.1 ) (2026-02-12)
416
517
Original file line number Diff line number Diff line change 11[project ]
22name = " balatrollm"
3- version = " 1.1.1 "
3+ version = " 1.1.2 "
44description = " LLM-powered bot that plays Balatro using strategic decision making"
55readme = " README.md"
66authors = [{ name = " S1M0N38" , email = " bertolottosimone@gmail.com" }]
Original file line number Diff line number Diff line change 11"""BalatroLLM - LLM-powered Balatro bot."""
22
3- __version__ = "1.1.1 "
3+ __version__ = "1.1.2 "
44
55from .bot import Bot , BotError
66from .client import BalatroClient , BalatroError
You can’t perform that action at this time.
0 commit comments