Skip to content

Commit 0ee1cab

Browse files
committed
chore: release v0.6.0
1 parent 3ba284c commit 0ee1cab

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66

77

8+
## [0.6.0] - 2025-11-28
9+
10+
### <!-- 1 -->🐛 Bug Fixes
11+
- Emit markers for benchmarks using b.Loop() by @not-matthias in [#42](https://github.com/CodSpeedHQ/codspeed-go/pull/42)
12+
- Save measurements only in the benchmark framework by @not-matthias in [#41](https://github.com/CodSpeedHQ/codspeed-go/pull/41)
13+
- Use precise version in fork script by @not-matthias
14+
15+
### <!-- 7 -->⚙️ Internals
16+
- Add edge case where timer is stopped at end of benchmark by @not-matthias
17+
- Add more test cases to handle setup scenarios by @not-matthias
18+
19+
820
## [0.5.1] - 2025-11-19
921

1022
### <!-- 0 -->🚀 Features
@@ -24,6 +36,7 @@
2436
- Revert patches on drop by @not-matthias
2537

2638
### <!-- 7 -->⚙️ Internals
39+
- Release v0.5.1 by @adriencaccia
2740
- Add examples with RunParallel by @not-matthias
2841
- Enable log warnings for external modules by @not-matthias in [#36](https://github.com/CodSpeedHQ/codspeed-go/pull/36)
2942

@@ -226,6 +239,7 @@
226239
- Add pre-commit hook by @not-matthias
227240

228241

242+
[0.6.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.5.1..v0.6.0
229243
[0.5.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.5.0..v0.5.1
230244
[0.5.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.2..v0.5.0
231245
[0.4.2]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.1..v0.4.2

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

0 commit comments

Comments
 (0)