Skip to content

Commit c2e15c1

Browse files
committed
chore: release v0.5.0
1 parent befad25 commit c2e15c1

3 files changed

Lines changed: 32 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

8+
## [0.5.0] - 2025-11-13
9+
10+
### <!-- 0 -->🚀 Features
11+
- Avoid parsing source code multiple times when patching imports by @not-matthias in [#33](https://github.com/CodSpeedHQ/codspeed-go/pull/33)
12+
- Parallelize imports patching by @not-matthias
13+
- Add rayon to parallelize result processing by @not-matthias
14+
- Remove intermediate walltime result allocations by @not-matthias
15+
- Keep temporary build directory to speedup execution by @not-matthias
16+
- Optimize parsing by checking for benchmark functions and import paths by @not-matthias
17+
- Add codspeed benchmarks by @not-matthias
18+
19+
### <!-- 1 -->🐛 Bug Fixes
20+
- Do not delete the profile folder (#34) by @not-matthias in [#34](https://github.com/CodSpeedHQ/codspeed-go/pull/34)
21+
- Cleanup temporary files during tests by @not-matthias
22+
- Copy whole git repository to avoid missing files or packages by @not-matthias
23+
- Ignore corrupted or template go files which can't be parsed by @not-matthias
24+
25+
### <!-- 3 -->📚 Documentation
26+
- Clarify reason for not using clap or structopt in argument parsing by @not-matthias in [#32](https://github.com/CodSpeedHQ/codspeed-go/pull/32)
27+
- Fix comment numbering by @not-matthias
28+
29+
### <!-- 7 -->⚙️ Internals
30+
- Add file count benchmark parameter by @not-matthias
31+
- Use dircpy crate to copy folders by @not-matthias
32+
- Add example with mod replace by @not-matthias
33+
- Add RELEASE.md with the release process by @adriencaccia
34+
35+
836
## [0.4.2] - 2025-11-07
937

1038
### <!-- 0 -->🚀 Features
@@ -32,6 +60,7 @@
3260
- Add documentation about test execution by @not-matthias in [#26](https://github.com/CodSpeedHQ/codspeed-go/pull/26)
3361

3462
### <!-- 7 -->⚙️ Internals
63+
- Release v0.4.2 by @adriencaccia
3564
- Add testing sub-package benches and tests by @not-matthias
3665
- Replace compat package with direct testing import by @not-matthias
3766
- Bump fork to 1.25 by @not-matthias
@@ -173,6 +202,7 @@
173202
- Add pre-commit hook by @not-matthias
174203

175204

205+
[0.5.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.2..v0.5.0
176206
[0.4.2]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.1..v0.4.2
177207
[0.4.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.4.0..v0.4.1
178208
[0.4.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.3.0..v0.4.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.4.2"
3+
version = "0.5.0"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/codspeed-go"
66
publish = false

0 commit comments

Comments
 (0)