Skip to content

Commit f1e2e9f

Browse files
committed
chore: release v1.0.0
1 parent 1c2fb2e commit f1e2e9f

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,41 @@
55

66

77

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+
836
## [0.6.2] - 2025-12-15
937

1038
### <!-- 1 -->🐛 Bug Fixes
1139
- Remove codspeed folder used for integration tests by @not-matthias in [#45](https://github.com/CodSpeedHQ/codspeed-go/pull/45)
1240

1341
### <!-- 7 -->⚙️ Internals
42+
- Release v0.6.2 by @adriencaccia
1443
- Add example using integration test by @not-matthias
1544

1645

@@ -258,6 +287,7 @@
258287
- Add pre-commit hook by @not-matthias
259288

260289

290+
[1.0.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.6.2..v1.0.0
261291
[0.6.2]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.6.1..v0.6.2
262292
[0.6.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.6.0..v0.6.1
263293
[0.6.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.5.1..v0.6.0

go-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed-go-runner"
3-
version = "0.6.2"
3+
version = "1.0.0"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/codspeed-go"
66
publish = false

0 commit comments

Comments
 (0)