Skip to content

Commit da9270d

Browse files
committed
Release v3.1.2 πŸš€
1 parent 2cdee69 commit da9270d

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

β€ŽCHANGELOG.md

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

66

77

8+
## [3.1.2] - 2025-01-09
9+
10+
### <!-- 1 -->πŸ› Bug Fixes
11+
- Update package_data to include header and source files for valgrind wrapper by @art049 in [#64](https://github.com/CodSpeedHQ/pytest-codspeed/pull/64)
12+
13+
814
## [3.1.1] - 2025-01-07
915

1016
### <!-- 7 -->βš™οΈ Internals
@@ -250,6 +256,7 @@
250256
- Add a CI configuration with pytest-benchmark installed by @art049
251257

252258

259+
[3.1.2]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.1..v3.1.2
253260
[3.1.1]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.0..v3.1.1
254261
[3.1.0]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.0-beta..v3.1.0
255262
[3.1.0-beta]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0..v3.1.0-beta

β€Žpyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ version = { attr = "pytest_codspeed.__version__" }
6060

6161

6262
[tool.bumpver]
63-
current_version = "3.1.1"
63+
current_version = "3.1.2"
6464
version_pattern = "MAJOR.MINOR.PATCH[-TAG[NUM]]"
6565
commit_message = "Release v{new_version} πŸš€"
6666
tag_message = "Release v{new_version} πŸš€"

β€Žsrc/pytest_codspeed/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
__version__ = "3.1.1"
1+
__version__ = "3.1.2"
22
# We also have the semver version since __version__ is not semver compliant
3-
__semver_version__ = "3.1.1"
3+
__semver_version__ = "3.1.2"
44

55
from .plugin import BenchmarkFixture
66

β€Žuv.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.

0 commit comments

Comments
Β (0)