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 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
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
Original file line number Diff line number Diff 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 "
6464version_pattern = " MAJOR.MINOR.PATCH[-TAG[NUM]]"
6565commit_message = " Release v{new_version} π"
6666tag_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 "
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
55from .plugin import BenchmarkFixture
66
You canβt perform that action at this time.
0 commit comments