From 8fe2a8dd623ca349b4e3b133de49da609b03f029 Mon Sep 17 00:00:00 2001 From: S1M0N38 Date: Fri, 20 Mar 2026 11:25:28 +0100 Subject: [PATCH] chore(main): release 1.4.2 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- src/balatrobot/__init__.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d7ba1a..35203944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.4.2](https://github.com/coder/balatrobot/compare/v1.4.1...v1.4.2) (2026-03-20) + + +### Bug Fixes + +* **metadata:** change the Steamodded dependency to include betas. ([c37a6b4](https://github.com/coder/balatrobot/commit/c37a6b458b91babfdc00e173d861b8947c1b7485)) + + +### Documentation + +* **index:** fix link to BalatroBot in index.md ([09eee0e](https://github.com/coder/balatrobot/commit/09eee0eeb21dddf90cc3df97525040e0e255ddad)) +* **installation:** fixing releases link ([fa5abf1](https://github.com/coder/balatrobot/commit/fa5abf1619dec6c909abdfaeec567340377082cf)) + ## [1.4.1](https://github.com/coder/balatrobot/compare/v1.4.0...v1.4.1) (2026-02-06) diff --git a/pyproject.toml b/pyproject.toml index c8805b55..45df7899 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "balatrobot" -version = "1.4.1" +version = "1.4.2" description = "API for developing Balatro bots" readme = "README.md" authors = [ diff --git a/src/balatrobot/__init__.py b/src/balatrobot/__init__.py index 44e704ac..7d2e1194 100644 --- a/src/balatrobot/__init__.py +++ b/src/balatrobot/__init__.py @@ -4,5 +4,5 @@ from balatrobot.config import Config from balatrobot.manager import BalatroInstance -__version__ = "1.4.1" +__version__ = "1.4.2" __all__ = ["APIError", "BalatroClient", "BalatroInstance", "Config", "__version__"]