Skip to content

Commit cf2d933

Browse files
committed
chore(main): release 1.1.0
1 parent 99ab125 commit cf2d933

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

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.1.0](https://github.com/coder/balatrobench/compare/v1.0.0...v1.1.0) (2026-01-11)
4+
5+
6+
### Features
7+
8+
* add serve target to Makefile ([14b34d5](https://github.com/coder/balatrobench/commit/14b34d51d13f08ab754dacd8522fb3f9322d4fef))
9+
10+
11+
### Bug Fixes
12+
13+
* claude settings.json ([a72c778](https://github.com/coder/balatrobench/commit/a72c77854a43205143fd2ffdb2fe4688963f99db))
14+
* test for dynamic version ([99ab125](https://github.com/coder/balatrobench/commit/99ab1254217a3f6eaf93b925a575efcfeb343bce))
15+
316
## 1.0.0 (2026-01-10)
417

518

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.0.0"
3+
version = "1.1.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.0.0"
34+
__version__ = "1.1.0"
3535

3636
__all__ = [
3737
# Version

0 commit comments

Comments
 (0)