Skip to content

Commit 574b6c1

Browse files
committed
chore: release v1.2.0
1 parent 40963b6 commit 574b6c1

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

8+
## [1.2.0] - 2026-04-28
9+
10+
### <!-- 0 -->🚀 Features
11+
- Add apple darwin to the release pipeline by @GuillaumeLagrange in [#59](https://github.com/CodSpeedHQ/codspeed-go/pull/59)
12+
- Simplify C FFI integration and make it compatible with macos by @GuillaumeLagrange
13+
- Allow overriding instrument-hooks path via env var by @GuillaumeLagrange
14+
15+
### <!-- 7 -->⚙️ Internals
16+
- Get rid of the moonrepo/setup-rust action by @GuillaumeLagrange
17+
- Add basic macos CI test by @GuillaumeLagrange
18+
19+
820
## [1.1.0] - 2026-04-17
921

1022
### <!-- 0 -->🚀 Features
1123
- Collect Go toolchain environment information by @GuillaumeLagrange in [#57](https://github.com/CodSpeedHQ/codspeed-go/pull/57)
1224

1325
### <!-- 7 -->⚙️ Internals
26+
- Release v1.1.0 by @adriencaccia
1427
- Bump instrument-hooks to collect runtime libraries by @GuillaumeLagrange in [#58](https://github.com/CodSpeedHQ/codspeed-go/pull/58)
1528

1629

@@ -321,6 +334,7 @@
321334
- Add pre-commit hook by @not-matthias
322335

323336

337+
[1.2.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v1.1.0..v1.2.0
324338
[1.1.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v1.0.2..v1.1.0
325339
[1.0.2]: https://github.com/CodSpeedHQ/codspeed-go/compare/v1.0.1..v1.0.2
326340
[1.0.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v1.0.0..v1.0.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 = "1.1.0"
3+
version = "1.2.0"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/codspeed-go"
66
publish = false

0 commit comments

Comments
 (0)