Skip to content

Commit ff05f89

Browse files
committed
chore(main): release 1.4.2
1 parent fa5abf1 commit ff05f89

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.4.2](https://github.com/coder/balatrobot/compare/v1.4.1...v1.4.2) (2026-03-19)
4+
5+
6+
### Documentation
7+
8+
* **installation:** fixing releases link ([fa5abf1](https://github.com/coder/balatrobot/commit/fa5abf1619dec6c909abdfaeec567340377082cf))
9+
310
## [1.4.1](https://github.com/coder/balatrobot/compare/v1.4.0...v1.4.1) (2026-02-06)
411

512

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.4.1"
3+
version = "1.4.2"
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
@@ -4,5 +4,5 @@
44
from balatrobot.config import Config
55
from balatrobot.manager import BalatroInstance
66

7-
__version__ = "1.4.1"
7+
__version__ = "1.4.2"
88
__all__ = ["APIError", "BalatroClient", "BalatroInstance", "Config", "__version__"]

0 commit comments

Comments
 (0)