|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | +## [0.5.0] - 2025-11-13 |
| 9 | + |
| 10 | +### <!-- 0 -->🚀 Features |
| 11 | +- Avoid parsing source code multiple times when patching imports by @not-matthias in [#33](https://github.com/CodSpeedHQ/codspeed-go/pull/33) |
| 12 | +- Parallelize imports patching by @not-matthias |
| 13 | +- Add rayon to parallelize result processing by @not-matthias |
| 14 | +- Remove intermediate walltime result allocations by @not-matthias |
| 15 | +- Keep temporary build directory to speedup execution by @not-matthias |
| 16 | +- Optimize parsing by checking for benchmark functions and import paths by @not-matthias |
| 17 | +- Add codspeed benchmarks by @not-matthias |
| 18 | + |
| 19 | +### <!-- 1 -->🐛 Bug Fixes |
| 20 | +- Do not delete the profile folder (#34) by @not-matthias in [#34](https://github.com/CodSpeedHQ/codspeed-go/pull/34) |
| 21 | +- Cleanup temporary files during tests by @not-matthias |
| 22 | +- Copy whole git repository to avoid missing files or packages by @not-matthias |
| 23 | +- Ignore corrupted or template go files which can't be parsed by @not-matthias |
| 24 | + |
| 25 | +### <!-- 3 -->📚 Documentation |
| 26 | +- Clarify reason for not using clap or structopt in argument parsing by @not-matthias in [#32](https://github.com/CodSpeedHQ/codspeed-go/pull/32) |
| 27 | +- Fix comment numbering by @not-matthias |
| 28 | + |
| 29 | +### <!-- 7 -->⚙️ Internals |
| 30 | +- Add file count benchmark parameter by @not-matthias |
| 31 | +- Use dircpy crate to copy folders by @not-matthias |
| 32 | +- Add example with mod replace by @not-matthias |
| 33 | +- Add RELEASE.md with the release process by @adriencaccia |
| 34 | + |
| 35 | + |
8 | 36 | ## [0.4.2] - 2025-11-07 |
9 | 37 |
|
10 | 38 | ### <!-- 0 -->🚀 Features |
|
32 | 60 | - Add documentation about test execution by @not-matthias in [#26](https://github.com/CodSpeedHQ/codspeed-go/pull/26) |
33 | 61 |
|
34 | 62 | ### <!-- 7 -->⚙️ Internals |
| 63 | +- Release v0.4.2 by @adriencaccia |
35 | 64 | - Add testing sub-package benches and tests by @not-matthias |
36 | 65 | - Replace compat package with direct testing import by @not-matthias |
37 | 66 | - Bump fork to 1.25 by @not-matthias |
|
173 | 202 | - Add pre-commit hook by @not-matthias |
174 | 203 |
|
175 | 204 |
|
| 205 | +[0.5.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.2..v0.5.0 |
176 | 206 | [0.4.2]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.1..v0.4.2 |
177 | 207 | [0.4.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.0..v0.4.1 |
178 | 208 | [0.4.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.3.0..v0.4.0 |
|
0 commit comments