Skip to content

Commit 716c7aa

Browse files
committed
chore(main): release 0.7.1
1 parent accb2df commit 716c7aa

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.7.1](https://github.com/coder/balatrobot/compare/v0.7.0...v0.7.1) (2025-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* remove resize from screenshot ([83876d7](https://github.com/coder/balatrobot/commit/83876d70018098c0368f4388360ef9ac0228cb5c))
9+
10+
11+
### Documentation
12+
13+
* add pypi badge ([accb2df](https://github.com/coder/balatrobot/commit/accb2df7ee98c540170328aa51e30a96bb33d010))
14+
315
## [0.7.0](https://github.com/coder/balatrobot/compare/v0.6.1...v0.7.0) (2025-10-23)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "balatrobot"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "A framework for Balatro bot development"
55
readme = "README.md"
66
authors = [

src/balatrobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .exceptions import BalatroError
66
from .models import G
77

8-
__version__ = "0.7.0"
8+
__version__ = "0.7.1"
99
__all__ = [
1010
# Main client
1111
"BalatroClient",

0 commit comments

Comments
 (0)