Skip to content

Commit f5540bc

Browse files
committed
chore(main): release 1.2.0
1 parent 9b0f01d commit f5540bc

5 files changed

Lines changed: 17 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.1.0"
2+
".": "1.2.0"
33
}

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.2.0](https://github.com/coder/balatrobench/compare/v1.1.0...v1.2.0) (2026-01-11)
4+
5+
6+
### Features
7+
8+
* **site:** auto-detect environment from hostname ([337c160](https://github.com/coder/balatrobench/commit/337c160fac0aca8d6e27023829107d064cc1eb96))
9+
* **site:** update favicon to use balatrobench logo ([6849d96](https://github.com/coder/balatrobench/commit/6849d9641bd8ab868966002c6e3bf6c5cffaaded))
10+
11+
12+
### Continuous Integration
13+
14+
* **release:** add changelog-sections to release-please config ([ce5b295](https://github.com/coder/balatrobench/commit/ce5b2958bf35d75ca91b8a54e5fbdd80c93e66bf))
15+
316
## [1.1.0](https://github.com/coder/balatrobench/compare/v1.0.0...v1.1.0) (2026-01-11)
417

518

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.1.0",
3+
"version": "1.2.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.1.0"
3+
version = "1.2.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.1.0"
34+
__version__ = "1.2.0"
3535

3636
__all__ = [
3737
# Version

0 commit comments

Comments
 (0)