|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | +## [1.0.0] - 2026-01-20 |
| 9 | + |
| 10 | +### <!-- 0 -->🚀 Features |
| 11 | +- Rewrite crate to use overlay files by @not-matthias |
| 12 | + |
| 13 | +### <!-- 1 -->🐛 Bug Fixes |
| 14 | +- Limit maximum b.N benchmark time by @not-matthias |
| 15 | +- Limit maximum `b.Loop()` execution time by @not-matthias |
| 16 | +- Check Go version compatibility before running tests by @not-matthias in [#49](https://github.com/CodSpeedHQ/codspeed-go/pull/49) |
| 17 | +- Bump minimum go version due to synctest usage by @not-matthias |
| 18 | +- Run tests using `go` executable by @not-matthias |
| 19 | +- Add support for go1.24 by @not-matthias |
| 20 | +- Sort snapshots using URI to have deterministic ordering by @not-matthias |
| 21 | +- Only execute benchmarks, exclude tests by @not-matthias |
| 22 | + |
| 23 | +### <!-- 2 -->🏗️ Refactor |
| 24 | +- Move shared logic to external file by @not-matthias |
| 25 | + |
| 26 | +### <!-- 7 -->⚙️ Internals |
| 27 | +- Update patch files by @not-matthias in [#50](https://github.com/CodSpeedHQ/codspeed-go/pull/50) |
| 28 | +- Remove caddy test by @not-matthias |
| 29 | +- Remove hugo test by @not-matthias |
| 30 | +- Remove dry-run by @not-matthias |
| 31 | +- Remove testing by @not-matthias |
| 32 | +- Remove example-codspeed by @not-matthias |
| 33 | +- Remove the forked pkgs by @not-matthias |
| 34 | + |
| 35 | + |
8 | 36 | ## [0.6.2] - 2025-12-15 |
9 | 37 |
|
10 | 38 | ### <!-- 1 -->🐛 Bug Fixes |
11 | 39 | - Remove codspeed folder used for integration tests by @not-matthias in [#45](https://github.com/CodSpeedHQ/codspeed-go/pull/45) |
12 | 40 |
|
13 | 41 | ### <!-- 7 -->⚙️ Internals |
| 42 | +- Release v0.6.2 by @adriencaccia |
14 | 43 | - Add example using integration test by @not-matthias |
15 | 44 |
|
16 | 45 |
|
|
258 | 287 | - Add pre-commit hook by @not-matthias |
259 | 288 |
|
260 | 289 |
|
| 290 | +[1.0.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.6.2..v1.0.0 |
261 | 291 | [0.6.2]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.6.1..v0.6.2 |
262 | 292 | [0.6.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.6.0..v0.6.1 |
263 | 293 | [0.6.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.5.1..v0.6.0 |
|
0 commit comments