Skip to content

Commit e9f4807

Browse files
committed
chore: release v1.2.1
1 parent c102c1a commit e9f4807

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

8+
## [1.2.1] - 2026-06-24
9+
10+
### <!-- 1 -->🐛 Bug Fixes
11+
- Compile instrument-hooks generated C with -std=c11 by @not-matthias
12+
13+
### <!-- 6 -->🧪 Testing
14+
- Add darwin-only fibonacci benchmark for flamegraph testing by @not-matthias in [#61](https://github.com/CodSpeedHQ/codspeed-go/pull/61)
15+
16+
### <!-- 7 -->⚙️ Internals
17+
- Use latest runner-version for benchmarks by @not-matthias in [#65](https://github.com/CodSpeedHQ/codspeed-go/pull/65)
18+
- Bump instrument-hooks to d83209f for macos support by @not-matthias
19+
- Use --locked when installing cargo-codspeed by @GuillaumeLagrange in [#60](https://github.com/CodSpeedHQ/codspeed-go/pull/60)
20+
21+
822
## [1.2.0] - 2026-04-28
923

1024
### <!-- 0 -->🚀 Features
@@ -13,6 +27,7 @@
1327
- Allow overriding instrument-hooks path via env var by @GuillaumeLagrange
1428

1529
### <!-- 7 -->⚙️ Internals
30+
- Release v1.2.0 by @adriencaccia
1631
- Get rid of the moonrepo/setup-rust action by @GuillaumeLagrange
1732
- Add basic macos CI test by @GuillaumeLagrange
1833

@@ -334,6 +349,7 @@
334349
- Add pre-commit hook by @not-matthias
335350

336351

352+
[1.2.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v1.2.0..v1.2.1
337353
[1.2.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v1.1.0..v1.2.0
338354
[1.1.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v1.0.2..v1.1.0
339355
[1.0.2]: https://github.com/CodSpeedHQ/codspeed-go/compare/v1.0.1..v1.0.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.2.0"
3+
version = "1.2.1"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/codspeed-go"
66
publish = false

0 commit comments

Comments
 (0)