File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
7
7
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
+
8
16
## [ 3.1.0] - 2024-12-09
9
17
10
18
### <!-- 2 --> ποΈ Refactor
242
250
- Add a CI configuration with pytest-benchmark installed by @art049
243
251
244
252
253
+ [ 3.1.1 ] : https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.0..v3.1.1
245
254
[ 3.1.0 ] : https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.0-beta..v3.1.0
246
255
[ 3.1.0-beta ] : https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0..v3.1.0-beta
247
256
[ 3.0.0 ] : https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0b4..v3.0.0
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ version = { attr = "pytest_codspeed.__version__" }
60
60
61
61
62
62
[tool .bumpver ]
63
- current_version = " 3.1.0 "
63
+ current_version = " 3.1.1 "
64
64
version_pattern = " MAJOR.MINOR.PATCH[-TAG[NUM]]"
65
65
commit_message = " Release v{new_version} π"
66
66
tag_message = " Release v{new_version} π"
Original file line number Diff line number Diff line change 1
- __version__ = "3.1.0 "
1
+ __version__ = "3.1.1 "
2
2
# We also have the semver version since __version__ is not semver compliant
3
- __semver_version__ = "3.1.0 "
3
+ __semver_version__ = "3.1.1 "
4
4
5
5
from .plugin import BenchmarkFixture
6
6
You canβt perform that action at this time.
0 commit comments