|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | +## [0.5.1] - 2025-11-19 |
| 9 | + |
| 10 | +### <!-- 0 -->🚀 Features |
| 11 | +- Reduce warmup time to avoid long benchmark times by @not-matthias |
| 12 | +- Allow benchmarks with RunParallel by @not-matthias |
| 13 | +- Process raw results while running benchmarks by @not-matthias in [#38](https://github.com/CodSpeedHQ/codspeed-go/pull/38) |
| 14 | +- Switch to mimalloc by @not-matthias |
| 15 | +- Use shared temp directory for all packages by @not-matthias |
| 16 | + |
| 17 | +### <!-- 1 -->🐛 Bug Fixes |
| 18 | +- Emit StopBenchmark command even when benches failed by @not-matthias in [#40](https://github.com/CodSpeedHQ/codspeed-go/pull/40) |
| 19 | +- Local package not used due to incorrect env var by @not-matthias in [#39](https://github.com/CodSpeedHQ/codspeed-go/pull/39) |
| 20 | +- Clear raw_results folder after processing by @not-matthias |
| 21 | +- Incorrect first iteration time by @not-matthias |
| 22 | + |
| 23 | +### <!-- 2 -->🏗️ Refactor |
| 24 | +- Revert patches on drop by @not-matthias |
| 25 | + |
| 26 | +### <!-- 7 -->⚙️ Internals |
| 27 | +- Add examples with RunParallel by @not-matthias |
| 28 | +- Enable log warnings for external modules by @not-matthias in [#36](https://github.com/CodSpeedHQ/codspeed-go/pull/36) |
| 29 | + |
| 30 | + |
8 | 31 | ## [0.5.0] - 2025-11-13 |
9 | 32 |
|
10 | 33 | ### <!-- 0 -->🚀 Features |
|
27 | 50 | - Fix comment numbering by @not-matthias |
28 | 51 |
|
29 | 52 | ### <!-- 7 -->⚙️ Internals |
| 53 | +- Release v0.5.0 by @adriencaccia |
30 | 54 | - Add file count benchmark parameter by @not-matthias |
31 | 55 | - Use dircpy crate to copy folders by @not-matthias |
32 | 56 | - Add example with mod replace by @not-matthias |
|
202 | 226 | - Add pre-commit hook by @not-matthias |
203 | 227 |
|
204 | 228 |
|
| 229 | +[0.5.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.5.0..v0.5.1 |
205 | 230 | [0.5.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.2..v0.5.0 |
206 | 231 | [0.4.2]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.1..v0.4.2 |
207 | 232 | [0.4.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.0..v0.4.1 |
|
0 commit comments