Skip to content

Commit 3cf1b20

Browse files
committed
chore(main): release 1.3.0
1 parent b889a0d commit 3cf1b20

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/coder/balatrobot/compare/v1.2.2...v1.3.0) (2026-01-06)
4+
5+
6+
### Features
7+
8+
* **lua:** improve logging for endpoints ([680fd45](https://github.com/coder/balatrobot/commit/680fd45c2711c58a461c51cab04e42e5be0fb767))
9+
10+
11+
### Documentation
12+
13+
* **cli:** remove resize rule in hyperland config example ([ace84b5](https://github.com/coder/balatrobot/commit/ace84b59db8eb7a5051843adbad0f9dbd86fb32e))
14+
* update deps and style of the docs ([784b780](https://github.com/coder/balatrobot/commit/784b780ce6c51cbd57e6694b624a75add9aa7df0))
15+
316
## [1.2.2](https://github.com/coder/balatrobot/compare/v1.2.1...v1.2.2) (2026-01-04)
417

518

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 = "1.2.2"
3+
version = "1.3.0"
44
description = "API for developing Balatro bots"
55
readme = "README.md"
66
authors = [

src/balatrobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from balatrobot.config import Config
44
from balatrobot.manager import BalatroInstance
55

6-
__version__ = "1.2.2"
6+
__version__ = "1.3.0"
77
__all__ = ["BalatroInstance", "Config", "__version__"]

0 commit comments

Comments
 (0)