Skip to content

Commit 1bdb352

Browse files
committed
chore(main): release 1.4.1
1 parent 0f7910a commit 1bdb352

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.4.1](https://github.com/coder/balatrobot/compare/v1.4.0...v1.4.1) (2026-02-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **make:** add SKILL.md to mdformat ([c171122](https://github.com/coder/balatrobot/commit/c1711220acc969feb03abac159e59d409af2cab0))
9+
10+
11+
### Documentation
12+
13+
* **claude:** add allowed-tools and jq examples to balatrobot SKILL.md ([a334125](https://github.com/coder/balatrobot/commit/a33412592ec5beab4f084761a868f6bbb26ae39d))
14+
* **claude:** add balatrobot SKILL ([b44dede](https://github.com/coder/balatrobot/commit/b44dedeea096a1fe9b832347c9f9480b1d5b4b5e))
15+
* **claude:** use absolute paths in screenshot endpoint in SKILL.md ([1d961b7](https://github.com/coder/balatrobot/commit/1d961b7e658422e5becc9d3a6511ccaa02f9f183))
16+
* **example-bot:** add missing link to polina4096/Ballad community bot ([0f7910a](https://github.com/coder/balatrobot/commit/0f7910a78695535d637d706956ebca76ecefe7bf))
17+
* **example-bot:** add polina4096/Ballad to community bot ([f7c421f](https://github.com/coder/balatrobot/commit/f7c421f1bbcaa07960468551e984dab78a6672ce)), closes [#153](https://github.com/coder/balatrobot/issues/153)
18+
* improve docs over all ([5ed0eb3](https://github.com/coder/balatrobot/commit/5ed0eb32ba3a8c9ba770cfbca5a4c88d38285b37)), closes [#152](https://github.com/coder/balatrobot/issues/152)
19+
* **index:** add links to balatrollm and balatrobench ([7662f98](https://github.com/coder/balatrobot/commit/7662f9818eff1b6a1f9abab4d486c317e0cd5a7f))
20+
* **index:** equal size for all images and add underline ([c84091a](https://github.com/coder/balatrobot/commit/c84091ac98cacbb6fe53eaeb1390f9412909cc8b))
21+
* **mkdocs:** set accent color to shades of orange ([89b43dc](https://github.com/coder/balatrobot/commit/89b43dc947b516380b79e875073fd17da6f9d710))
22+
* **readme:** move aknowledgments to bottom ([7e777d4](https://github.com/coder/balatrobot/commit/7e777d40663b3194c4ebe8edac072c63b056e00b))
23+
* **readme:** remove coming soon from release project ([aa15fd5](https://github.com/coder/balatrobot/commit/aa15fd590ad40d00ef4501f40a76716d9fff78b8))
24+
325
## [1.4.0](https://github.com/coder/balatrobot/compare/v1.3.4...v1.4.0) (2026-02-02)
426

527

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.0"
3+
version = "1.4.1"
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.0"
7+
__version__ = "1.4.1"
88
__all__ = ["APIError", "BalatroClient", "BalatroInstance", "Config", "__version__"]

0 commit comments

Comments
 (0)