File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.3 .0"
2+ "." : " 1.4 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.4.0] ( https://github.com/coder/balatrobench/compare/v1.3.0...v1.4.0 ) (2026-01-24)
4+
5+
6+ ### Features
7+
8+ * ** site:** add twitch stream embed ([ 4b09e47] ( https://github.com/coder/balatrobench/commit/4b09e474f93adc8b2e18b3fa54c701000c4a58a1 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * ** upload:** add BUNNY_BASE_URL env var ([ 46ab419] ( https://github.com/coder/balatrobench/commit/46ab419924e27def6d9260728dfe12fbca41757f ) )
14+
15+
16+ ### Code Refactoring
17+
18+ * ** cli:** add required input-dir argument ([ 958b442] ( https://github.com/coder/balatrobench/commit/958b4423965292ada16f46d19db4fbb534dbffa9 ) )
19+
320## [ 1.3.0] ( https://github.com/coder/balatrobench/compare/v1.2.0...v1.3.0 ) (2026-01-21)
421
522
Original file line number Diff line number Diff line change 11{
22 "name" : " balatrobench" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.4 .0" ,
44 "description" : " Performance leaderboards for LLMs playing Balatro" ,
55 "scripts" : {
66 "test" : " playwright test" ,
Original file line number Diff line number Diff line change 11[project ]
22name = " balatrobench"
3- version = " 1.3 .0"
3+ version = " 1.4 .0"
44description = " Benchmark analysis and visualization for BalatroLLM"
55readme = " README.md"
66authors = [{ name = " S1M0N38" , email = " bertolottosimone@gmail.com" }]
Original file line number Diff line number Diff line change 3131)
3232from .writer import BenchmarkWriter
3333
34- __version__ = "1.3 .0"
34+ __version__ = "1.4 .0"
3535
3636__all__ = [
3737 # Version
You can’t perform that action at this time.
0 commit comments