Skip to content

Commit 4df4d46

Browse files
committed
chore: release v0.6.2
1 parent bbc9ccc commit 4df4d46

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,23 @@
55

66

77

8+
## [0.6.2] - 2025-12-15
9+
10+
### <!-- 1 -->🐛 Bug Fixes
11+
- Remove codspeed folder used for integration tests by @not-matthias in [#45](https://github.com/CodSpeedHQ/codspeed-go/pull/45)
12+
13+
### <!-- 7 -->⚙️ Internals
14+
- Add example using integration test by @not-matthias
15+
16+
817
## [0.6.1] - 2025-12-04
918

1019
### <!-- 1 -->🐛 Bug Fixes
1120
- Incomplete reading of benchmark time in b.N loops by @not-matthias in [#43](https://github.com/CodSpeedHQ/codspeed-go/pull/43)
1221

22+
### <!-- 7 -->⚙️ Internals
23+
- Release v0.6.1 by @adriencaccia
24+
1325

1426
## [0.6.0] - 2025-11-28
1527

@@ -246,6 +258,7 @@
246258
- Add pre-commit hook by @not-matthias
247259

248260

261+
[0.6.2]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.6.1..v0.6.2
249262
[0.6.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.6.0..v0.6.1
250263
[0.6.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.5.1..v0.6.0
251264
[0.5.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.5.0..v0.5.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1"
3+
version = "0.6.2"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/codspeed-go"
66
publish = false

0 commit comments

Comments
 (0)