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.4 .0"
2+ "." : " 1.5 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.5.0] ( https://github.com/coder/balatrobench/compare/v1.4.0...v1.5.0 ) (2026-02-01)
4+
5+
6+ ### Features
7+
8+ * ** site:** add balatolive logo to assets ([ 3ff5183] ( https://github.com/coder/balatrobench/commit/3ff518356f0f69f0bb5f73a012ecfabe7f9e13ee ) )
9+ * ** site:** add balatrodocs logo to assets ([ 9757092] ( https://github.com/coder/balatrobench/commit/9757092a646dce43e906c9b2ca5471e432707054 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** site:** update the url to balatrobench.com ([ 8b02b2a] ( https://github.com/coder/balatrobench/commit/8b02b2a94b47c59bb5273da3ffe6f17573cd1670 ) )
15+
16+
17+ ### Performance Improvements
18+
19+ * ** site:** add LRU caches for request content ([ 769d17d] ( https://github.com/coder/balatrobench/commit/769d17dab0652abd4c6c548cee810496f7b15873 ) )
20+
321## [ 1.4.0] ( https://github.com/coder/balatrobench/compare/v1.3.0...v1.4.0 ) (2026-01-24)
422
523
Original file line number Diff line number Diff line change 11{
22 "name" : " balatrobench" ,
3- "version" : " 1.4 .0" ,
3+ "version" : " 1.5 .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.4 .0"
3+ version = " 1.5 .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.4 .0"
34+ __version__ = "1.5 .0"
3535
3636__all__ = [
3737 # Version
You can’t perform that action at this time.
0 commit comments