Skip to content

Commit 11de031

Browse files
committed
Release v3.1.1 πŸš€
1 parent 9294a19 commit 11de031

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

β€ŽCHANGELOG.md

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

66

77

8+
## [3.1.1] - 2025-01-07
9+
10+
### <!-- 7 -->βš™οΈ Internals
11+
- Fix tag num with bumpver by @art049 in [#61](https://github.com/CodSpeedHQ/pytest-codspeed/pull/61)
12+
- Update uv lock before release by @art049
13+
- Add a py3-none-any fallback wheel by @art049
14+
15+
816
## [3.1.0] - 2024-12-09
917

1018
### <!-- 2 -->πŸ—οΈ Refactor
@@ -242,6 +250,7 @@
242250
- Add a CI configuration with pytest-benchmark installed by @art049
243251

244252

253+
[3.1.1]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.0..v3.1.1
245254
[3.1.0]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.0-beta..v3.1.0
246255
[3.1.0-beta]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0..v3.1.0-beta
247256
[3.0.0]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0b4..v3.0.0

β€Ž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.0"
63+
current_version = "3.1.1"
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.0"
1+
__version__ = "3.1.1"
22
# We also have the semver version since __version__ is not semver compliant
3-
__semver_version__ = "3.1.0"
3+
__semver_version__ = "3.1.1"
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)