Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.8"
".": "1.0.9"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.9](https://github.com/coder/balatrollm/compare/v1.0.8...v1.0.9) (2026-01-18)


### Bug Fixes

* **strategies:** set strict to false for all tools schemas ([a313210](https://github.com/coder/balatrollm/commit/a3132102da2cc96a251d519c6448ad8708f6726b))

## [1.0.8](https://github.com/coder/balatrollm/compare/v1.0.7...v1.0.8) (2026-01-14)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "balatrollm"
version = "1.0.8"
version = "1.0.9"
description = "LLM-powered bot that plays Balatro using strategic decision making"
readme = "README.md"
authors = [{ name = "S1M0N38", email = "bertolottosimone@gmail.com" }]
Expand Down
2 changes: 1 addition & 1 deletion src/balatrollm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""BalatroLLM - LLM-powered Balatro bot."""

__version__ = "1.0.8"
__version__ = "1.0.9"

from .bot import Bot, BotError
from .client import BalatroClient, BalatroError
Expand Down
Loading