Skip to content

Commit

Permalink
Release v3.1.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Jan 7, 2025
1 parent 9294a19 commit 11de031
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@



## [3.1.1] - 2025-01-07

### <!-- 7 -->⚙️ Internals
- Fix tag num with bumpver by @art049 in [#61](https://github.com/CodSpeedHQ/pytest-codspeed/pull/61)
- Update uv lock before release by @art049
- Add a py3-none-any fallback wheel by @art049


## [3.1.0] - 2024-12-09

### <!-- 2 -->🏗️ Refactor
Expand Down Expand Up @@ -242,6 +250,7 @@
- Add a CI configuration with pytest-benchmark installed by @art049


[3.1.1]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.0..v3.1.1
[3.1.0]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.0-beta..v3.1.0
[3.1.0-beta]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0..v3.1.0-beta
[3.0.0]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0b4..v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ version = { attr = "pytest_codspeed.__version__" }


[tool.bumpver]
current_version = "3.1.0"
current_version = "3.1.1"
version_pattern = "MAJOR.MINOR.PATCH[-TAG[NUM]]"
commit_message = "Release v{new_version} 🚀"
tag_message = "Release v{new_version} 🚀"
Expand Down
4 changes: 2 additions & 2 deletions src/pytest_codspeed/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version__ = "3.1.0"
__version__ = "3.1.1"
# We also have the semver version since __version__ is not semver compliant
__semver_version__ = "3.1.0"
__semver_version__ = "3.1.1"

from .plugin import BenchmarkFixture

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11de031

Please sign in to comment.