From 721c631ebd221681a9aca2621bbfa13cad8d2d2c Mon Sep 17 00:00:00 2001 From: S1M0N38 Date: Thu, 23 Oct 2025 20:04:06 +0200 Subject: [PATCH] chore(main): release 0.7.1 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- src/balatrobot/__init__.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a2d2a1..e574aa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.1](https://github.com/coder/balatrobot/compare/v0.7.0...v0.7.1) (2025-10-23) + + +### Bug Fixes + +* remove resize from screenshot ([83876d7](https://github.com/coder/balatrobot/commit/83876d70018098c0368f4388360ef9ac0228cb5c)) + + +### Documentation + +* add pypi badge ([accb2df](https://github.com/coder/balatrobot/commit/accb2df7ee98c540170328aa51e30a96bb33d010)) + ## [0.7.0](https://github.com/coder/balatrobot/compare/v0.6.1...v0.7.0) (2025-10-23) diff --git a/pyproject.toml b/pyproject.toml index 30bb015..f8903f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "balatrobot" -version = "0.7.0" +version = "0.7.1" description = "A framework for Balatro bot development" readme = "README.md" authors = [ diff --git a/src/balatrobot/__init__.py b/src/balatrobot/__init__.py index b1b13f4..0915e6f 100644 --- a/src/balatrobot/__init__.py +++ b/src/balatrobot/__init__.py @@ -5,7 +5,7 @@ from .exceptions import BalatroError from .models import G -__version__ = "0.7.0" +__version__ = "0.7.1" __all__ = [ # Main client "BalatroClient",