Skip to content

Commit ace8755

Browse files
committed
chore: Release codspeed-runner version 3.8.1
1 parent c7e68dd commit ace8755

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,18 @@
55

66

77

8+
## [3.8.1] - 2025-08-25
9+
10+
### <!-- 1 -->🐛 Bug Fixes
11+
- Dont show error when libpython is not found by @not-matthias
12+
13+
### <!-- 2 -->🏗️ Refactor
14+
- Improve conditional compilation in get_pipe_open_options by @art049 in [#100](https://github.com/CodSpeedHQ/runner/pull/100)
15+
16+
### <!-- 7 -->⚙️ Internals
17+
- Change log level to warn for venv_compat error by @not-matthias in [#104](https://github.com/CodSpeedHQ/runner/pull/104)
18+
19+
820
## [3.8.0] - 2025-07-18
921

1022
### <!-- 1 -->🐛 Bug Fixes
@@ -419,6 +431,7 @@
419431
- Add linting components to the toolchain by @art049
420432

421433

434+
[3.8.1]: https://github.com/CodSpeedHQ/runner/compare/v3.8.0..v3.8.1
422435
[3.8.0]: https://github.com/CodSpeedHQ/runner/compare/v3.7.0..v3.8.0
423436
[3.7.0]: https://github.com/CodSpeedHQ/runner/compare/v3.6.1..v3.7.0
424437
[3.6.1]: https://github.com/CodSpeedHQ/runner/compare/v3.6.0..v3.6.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.

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

0 commit comments

Comments
 (0)