Skip to content

Commit 5df4146

Browse files
committed
chore: release v1.1.0
1 parent bcd63c9 commit 5df4146

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

8+
## [1.1.0] - 2026-04-17
9+
10+
### <!-- 0 -->🚀 Features
11+
- Collect Go toolchain environment information by @GuillaumeLagrange in [#57](https://github.com/CodSpeedHQ/codspeed-go/pull/57)
12+
13+
### <!-- 7 -->⚙️ Internals
14+
- Bump instrument-hooks to collect runtime libraries by @GuillaumeLagrange in [#58](https://github.com/CodSpeedHQ/codspeed-go/pull/58)
15+
16+
817
## [1.0.2] - 2026-03-16
918

1019
### <!-- 1 -->🐛 Bug Fixes
@@ -13,6 +22,9 @@
1322
### <!-- 3 -->📚 Documentation
1423
- Add AGENTS.md by @not-matthias in [#55](https://github.com/CodSpeedHQ/codspeed-go/pull/55)
1524

25+
### <!-- 7 -->⚙️ Internals
26+
- Release v1.0.2 by @adriencaccia
27+
1628

1729
## [1.0.1] - 2026-01-27
1830

@@ -309,6 +321,7 @@
309321
- Add pre-commit hook by @not-matthias
310322

311323

324+
[1.1.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v1.0.2..v1.1.0
312325
[1.0.2]: https://github.com/CodSpeedHQ/codspeed-go/compare/v1.0.1..v1.0.2
313326
[1.0.1]: https://github.com/CodSpeedHQ/codspeed-go/compare/v1.0.0..v1.0.1
314327
[1.0.0]: https://github.com/CodSpeedHQ/codspeed-go/compare/v0.6.2..v1.0.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 = "1.0.2"
3+
version = "1.1.0"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/codspeed-go"
66
publish = false

0 commit comments

Comments
 (0)