Skip to content

Commit a53bd67

Browse files
committed
chore(main): release 1.2.0
1 parent 6849d96 commit a53bd67

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
311
## [1.1.0](https://github.com/coder/balatrobench/compare/v1.0.0...v1.1.0) (2026-01-11)
412

513

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)