Skip to content

Commit ad8f7c1

Browse files
committed
chore(main): release 1.4.1
1 parent 8b02b2a commit ad8f7c1

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.4.1"
33
}

CHANGELOG.md

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

3+
## [1.4.1](https://github.com/coder/balatrobench/compare/v1.4.0...v1.4.1) (2026-01-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **site:** update the url to balatrobench.com ([8b02b2a](https://github.com/coder/balatrobench/commit/8b02b2a94b47c59bb5273da3ffe6f17573cd1670))
9+
10+
11+
### Performance Improvements
12+
13+
* **site:** add LRU caches for request content ([769d17d](https://github.com/coder/balatrobench/commit/769d17dab0652abd4c6c548cee810496f7b15873))
14+
315
## [1.4.0](https://github.com/coder/balatrobench/compare/v1.3.0...v1.4.0) (2026-01-24)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "balatrobench",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Performance leaderboards for LLMs playing Balatro",
55
"scripts": {
66
"test": "playwright test",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "balatrobench"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
description = "Benchmark analysis and visualization for BalatroLLM"
55
readme = "README.md"
66
authors = [{ name = "S1M0N38", email = "bertolottosimone@gmail.com" }]

src/balatrobench/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
)
3232
from .writer import BenchmarkWriter
3333

34-
__version__ = "1.4.0"
34+
__version__ = "1.4.1"
3535

3636
__all__ = [
3737
# Version

0 commit comments

Comments
 (0)