File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66
77
8+ ## [ 0.6.1] - 2025-12-04
9+
10+ ### <!-- 1 --> 🐛 Bug Fixes
11+ - Incomplete reading of benchmark time in b.N loops by @not-matthias in [ #43 ] ( https://github.com/CodSpeedHQ/codspeed-go/pull/43 )
12+
13+
814## [ 0.6.0] - 2025-11-28
915
1016### <!-- 1 --> 🐛 Bug Fixes
1319- Use precise version in fork script by @not-matthias
1420
1521### <!-- 7 --> ⚙️ Internals
22+ - Release v0.6.0 by @adriencaccia
1623- Add edge case where timer is stopped at end of benchmark by @not-matthias
1724- Add more test cases to handle setup scenarios by @not-matthias
1825
239246- Add pre-commit hook by @not-matthias
240247
241248
249+ [ 0.6.1 ] : https://github.com/CodSpeedHQ/codspeed-go/compare/v0.6.0..v0.6.1
242250[ 0.6.0 ] : https://github.com/CodSpeedHQ/codspeed-go/compare/v0.5.1..v0.6.0
243251[ 0.5.1 ] : https://github.com/CodSpeedHQ/codspeed-go/compare/v0.5.0..v0.5.1
244252[ 0.5.0 ] : https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.2..v0.5.0
Original file line number Diff line number Diff line change 11[package ]
22name = " codspeed-go-runner"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44edition = " 2024"
55repository = " https://github.com/CodSpeedHQ/codspeed-go"
66publish = false
You can’t perform that action at this time.
0 commit comments