Skip to content

Commit a237959

Browse files
committed
chore: Release codspeed-runner version 3.2.2
1 parent fc71ca0 commit a237959

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

66

77

8+
## [3.2.2] - 2025-01-14
9+
10+
### <!-- 0 -->🚀 Features
11+
- Add cmd base env to all executors by @adriencaccia in [#56](https://github.com/CodSpeedHQ/runner/pull/56)
12+
13+
### <!-- 1 -->🐛 Bug Fixes
14+
- Support https repo uri not ending with .git by @art049 in [#54](https://github.com/CodSpeedHQ/runner/pull/54)
15+
16+
817
## [3.2.1] - 2024-11-29
918

1019
### <!-- 0 -->🚀 Features
@@ -18,7 +27,7 @@
1827
- Add link to GitLab CI docs by @fargito in [#51](https://github.com/CodSpeedHQ/runner/pull/51)
1928

2029
### <!-- 7 -->⚙️ Internals
21-
- Skip changelog generation for pre-releases
30+
- Skip changelog generation for pre-releases by @art049
2231
- Bump pre-commit action by @art049
2332
- Fix changelog markdown template whitespaces by @art049
2433

@@ -280,6 +289,7 @@
280289
- Add linting components to the toolchain by @art049
281290

282291

292+
[3.2.2]: https://github.com/CodSpeedHQ/runner/compare/v3.2.1..v3.2.2
283293
[3.2.1]: https://github.com/CodSpeedHQ/runner/compare/v3.2.0..v3.2.1
284294
[3.2.0]: https://github.com/CodSpeedHQ/runner/compare/v3.1.0..v3.2.0
285295
[3.1.0]: https://github.com/CodSpeedHQ/runner/compare/v3.0.0..v3.1.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.

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-runner"
3-
version = "3.2.1"
3+
version = "3.2.2"
44
edition = "2021"
55
repository = "https://github.com/CodSpeedHQ/runner"
66
publish = false

0 commit comments

Comments
 (0)