Skip to content

Commit 12ee23e

Browse files
committed
chore: release v1.0.2
1 parent 9e139ac commit 12ee23e

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

8+
## [1.0.2] - 2026-03-16
9+
10+
### <!-- 1 -->🐛 Bug Fixes
11+
- Detect missing C compiler before building instrument hooks by @not-matthias
12+
13+
### <!-- 3 -->📚 Documentation
14+
- Add AGENTS.md by @not-matthias in [#55](https://github.com/CodSpeedHQ/codspeed-go/pull/55)
15+
16+
817
## [1.0.1] - 2026-01-27
918

1019
### <!-- 1 -->🐛 Bug Fixes
@@ -13,6 +22,7 @@
1322
- Reduce fib computation workload by @not-matthias
1423

1524
### <!-- 7 -->⚙️ Internals
25+
- Release v1.0.1 by @adriencaccia
1626
- Fix Cargo.lock after release by @adriencaccia
1727

1828

@@ -299,6 +309,7 @@
299309
- Add pre-commit hook by @not-matthias
300310

301311

312+
[1.0.2]: https://github.com/CodSpeedHQ/codspeed-go/compare/v1.0.1..v1.0.2
302313
[1.0.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v1.0.0..v1.0.1
303314
[1.0.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.6.2..v1.0.0
304315
[0.6.2]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.6.1..v0.6.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 = "1.0.1"
3+
version = "1.0.2"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/codspeed-go"
66
publish = false

0 commit comments

Comments
 (0)