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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.1](https://github.com/coder/balatrobot/compare/v1.5.0...v1.5.1) (2026-06-09)


### Bug Fixes

* **linux:** respect pre-existing STEAM_COMPAT_DATA_PATH and STEAM_COMPAT_CLIENT_INSTALL_PATH env vars ([ef75d31](https://github.com/coder/balatrobot/commit/ef75d3117c9a57363b79a98066b67509a8070bc1))

## [1.5.0](https://github.com/coder/balatrobot/compare/v1.4.1...v1.5.0) (2026-05-27)


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 = "balatrobot"
version = "1.5.0"
version = "1.5.1"
description = "API for developing Balatro bots"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/balatrobot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
from balatrobot.config import Config
from balatrobot.manager import BalatroInstance

__version__ = "1.5.0"
__version__ = "1.5.1"
__all__ = ["APIError", "BalatroClient", "BalatroInstance", "Config", "__version__"]
Loading