File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 11[package ]
22name = " codspeed-go-runner"
3- version = " 1.2.0 "
3+ version = " 1.2.1 "
44edition = " 2024"
55repository = " https://github.com/CodSpeedHQ/codspeed-go"
66publish = false
You can’t perform that action at this time.
0 commit comments