Skip to content

Commit 0f118b3

Browse files
committed
chore: release v0.5.1
1 parent ed16991 commit 0f118b3

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

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

66

77

8+
## [0.5.1] - 2025-11-19
9+
10+
### <!-- 0 -->🚀 Features
11+
- Reduce warmup time to avoid long benchmark times by @not-matthias
12+
- Allow benchmarks with RunParallel by @not-matthias
13+
- Process raw results while running benchmarks by @not-matthias in [#38](https://github.com/CodSpeedHQ/codspeed-go/pull/38)
14+
- Switch to mimalloc by @not-matthias
15+
- Use shared temp directory for all packages by @not-matthias
16+
17+
### <!-- 1 -->🐛 Bug Fixes
18+
- Emit StopBenchmark command even when benches failed by @not-matthias in [#40](https://github.com/CodSpeedHQ/codspeed-go/pull/40)
19+
- Local package not used due to incorrect env var by @not-matthias in [#39](https://github.com/CodSpeedHQ/codspeed-go/pull/39)
20+
- Clear raw_results folder after processing by @not-matthias
21+
- Incorrect first iteration time by @not-matthias
22+
23+
### <!-- 2 -->🏗️ Refactor
24+
- Revert patches on drop by @not-matthias
25+
26+
### <!-- 7 -->⚙️ Internals
27+
- Add examples with RunParallel by @not-matthias
28+
- Enable log warnings for external modules by @not-matthias in [#36](https://github.com/CodSpeedHQ/codspeed-go/pull/36)
29+
30+
831
## [0.5.0] - 2025-11-13
932

1033
### <!-- 0 -->🚀 Features
@@ -27,6 +50,7 @@
2750
- Fix comment numbering by @not-matthias
2851

2952
### <!-- 7 -->⚙️ Internals
53+
- Release v0.5.0 by @adriencaccia
3054
- Add file count benchmark parameter by @not-matthias
3155
- Use dircpy crate to copy folders by @not-matthias
3256
- Add example with mod replace by @not-matthias
@@ -202,6 +226,7 @@
202226
- Add pre-commit hook by @not-matthias
203227

204228

229+
[0.5.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.5.0..v0.5.1
205230
[0.5.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.2..v0.5.0
206231
[0.4.2]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.1..v0.4.2
207232
[0.4.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.0..v0.4.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.5.0"
3+
version = "0.5.1"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/codspeed-go"
66
publish = false

0 commit comments

Comments
 (0)