Skip to content

Commit 3361fa2

Browse files
committed
chore(main): release 1.3.0
1 parent e0c6672 commit 3361fa2

5 files changed

Lines changed: 19 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.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/coder/balatrobench/compare/v1.2.0...v1.3.0) (2026-01-21)
4+
5+
6+
### Features
7+
8+
* **site:** add mistralai, qwen, z-ai, minimax, moonshotai colors ([9d3dad5](https://github.com/coder/balatrobench/commit/9d3dad581716b60300271f26474f18f8f4237277))
9+
* **site:** make the main plot twice as tall ([e9370c1](https://github.com/coder/balatrobench/commit/e9370c16c2ac5bf108b07f664b1d091b2499eb67))
10+
* **site:** set min and max rotation for x axis ([0d75476](https://github.com/coder/balatrobench/commit/0d75476af94b5d4d900da5ab778d6c7f14dc0f79))
11+
12+
13+
### Bug Fixes
14+
15+
* **site:** update CDN url ([e0c6672](https://github.com/coder/balatrobench/commit/e0c667237f36292b64c9ce228974d375c2ff273e))
16+
* **upload:** update the benchmarks path ([13b3ee2](https://github.com/coder/balatrobench/commit/13b3ee2d84be6a0cbe549614a83e515bf9f868a4))
17+
318
## [1.2.0](https://github.com/coder/balatrobench/compare/v1.1.0...v1.2.0) (2026-01-11)
419

520

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.2.0",
3+
"version": "1.3.0",
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.2.0"
3+
version = "1.3.0"
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.2.0"
34+
__version__ = "1.3.0"
3535

3636
__all__ = [
3737
# Version

0 commit comments

Comments
 (0)