Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.2.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.2.0](https://github.com/coder/balatrobench/compare/v1.1.0...v1.2.0) (2026-01-11)


### Features

* **site:** auto-detect environment from hostname ([337c160](https://github.com/coder/balatrobench/commit/337c160fac0aca8d6e27023829107d064cc1eb96))
* **site:** update favicon to use balatrobench logo ([6849d96](https://github.com/coder/balatrobench/commit/6849d9641bd8ab868966002c6e3bf6c5cffaaded))


### Continuous Integration

* **release:** add changelog-sections to release-please config ([ce5b295](https://github.com/coder/balatrobench/commit/ce5b2958bf35d75ca91b8a54e5fbdd80c93e66bf))

## [1.1.0](https://github.com/coder/balatrobench/compare/v1.0.0...v1.1.0) (2026-01-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balatrobench",
"version": "1.1.0",
"version": "1.2.0",
"description": "Performance leaderboards for LLMs playing Balatro",
"scripts": {
"test": "playwright test",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "balatrobench"
version = "1.1.0"
version = "1.2.0"
description = "Benchmark analysis and visualization for BalatroLLM"
readme = "README.md"
authors = [{ name = "S1M0N38", email = "bertolottosimone@gmail.com" }]
Expand Down
2 changes: 1 addition & 1 deletion src/balatrobench/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
)
from .writer import BenchmarkWriter

__version__ = "1.1.0"
__version__ = "1.2.0"

__all__ = [
# Version
Expand Down
Loading