Skip to content

Commit a88bf0f

Browse files
committed
chore: release v0.6.1
1 parent 5331397 commit a88bf0f

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

8+
## [0.6.1] - 2025-12-04
9+
10+
### <!-- 1 -->🐛 Bug Fixes
11+
- Incomplete reading of benchmark time in b.N loops by @not-matthias in [#43](https://github.com/CodSpeedHQ/codspeed-go/pull/43)
12+
13+
814
## [0.6.0] - 2025-11-28
915

1016
### <!-- 1 -->🐛 Bug Fixes
@@ -13,6 +19,7 @@
1319
- Use precise version in fork script by @not-matthias
1420

1521
### <!-- 7 -->⚙️ Internals
22+
- Release v0.6.0 by @adriencaccia
1623
- Add edge case where timer is stopped at end of benchmark by @not-matthias
1724
- Add more test cases to handle setup scenarios by @not-matthias
1825

@@ -239,6 +246,7 @@
239246
- Add pre-commit hook by @not-matthias
240247

241248

249+
[0.6.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.6.0..v0.6.1
242250
[0.6.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.5.1..v0.6.0
243251
[0.5.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.5.0..v0.5.1
244252
[0.5.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.2..v0.5.0

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

0 commit comments

Comments
 (0)