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.0] - 2025-11-28
9+
10+ ### <!-- 1 --> 🐛 Bug Fixes
11+ - Emit markers for benchmarks using b.Loop() by @not-matthias in [ #42 ] ( https://github.com/CodSpeedHQ/codspeed-go/pull/42 )
12+ - Save measurements only in the benchmark framework by @not-matthias in [ #41 ] ( https://github.com/CodSpeedHQ/codspeed-go/pull/41 )
13+ - Use precise version in fork script by @not-matthias
14+
15+ ### <!-- 7 --> ⚙️ Internals
16+ - Add edge case where timer is stopped at end of benchmark by @not-matthias
17+ - Add more test cases to handle setup scenarios by @not-matthias
18+
19+
820## [ 0.5.1] - 2025-11-19
921
1022### <!-- 0 --> 🚀 Features
2436- Revert patches on drop by @not-matthias
2537
2638### <!-- 7 --> ⚙️ Internals
39+ - Release v0.5.1 by @adriencaccia
2740- Add examples with RunParallel by @not-matthias
2841- Enable log warnings for external modules by @not-matthias in [ #36 ] ( https://github.com/CodSpeedHQ/codspeed-go/pull/36 )
2942
226239- Add pre-commit hook by @not-matthias
227240
228241
242+ [ 0.6.0 ] : https://github.com/CodSpeedHQ/codspeed-go/compare/v0.5.1..v0.6.0
229243[ 0.5.1 ] : https://github.com/CodSpeedHQ/codspeed-go/compare/v0.5.0..v0.5.1
230244[ 0.5.0 ] : https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.2..v0.5.0
231245[ 0.4.2 ] : https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.1..v0.4.2
Original file line number Diff line number Diff line change 11[package ]
22name = " codspeed-go-runner"
3- version = " 0.5.1 "
3+ version = " 0.6.0 "
44edition = " 2024"
55repository = " https://github.com/CodSpeedHQ/codspeed-go"
66publish = false
You can’t perform that action at this time.
0 commit comments