Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 6d023795 authored by Dorian Turba's avatar Dorian Turba
Browse files

Bump version: 0.2.2 → 0.2.3

parent b0c47334
No related branches found
No related tags found
No related merge requests found
Pipeline #34187 passed
......@@ -38,6 +38,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Add a `--suffix` option to specify the suffix of the tag to create.
* Add a `--version` option to specify the version to release.
## [0.2.3] - 2024-05-06
[![Pipeline](https://lab.frogg.it/swepy/release-by-changelog/badges/0.2.3/pipeline.svg)](https://lab.frogg.it/swepy/release-by-changelog/-/pipelines?ref=0.2.3)
### Fixed
* Release description is now set to the content of the CHANGELOG.md entry.
## [0.2.2] - 2024-05-06
[![Pipeline](https://lab.frogg.it/swepy/release-by-changelog/badges/0.2.2/pipeline.svg)](https://lab.frogg.it/swepy/release-by-changelog/-/pipelines?ref=0.2.2)
......
......@@ -4,7 +4,7 @@ requires = ["hatchling"]
[project]
name = "release_by_changelog"
version = "0.2.2"
version = "0.2.3"
authors = [
{email = "releasebychangelog.rjsts@simplelogin.com", name = "Dorian Turba"},
]
......@@ -62,7 +62,7 @@ testpaths = [
allow-dirty = true
commit = true
config-file = "pyproject.toml"
current_version = "0.2.2"
current_version = "0.2.3"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
replace = "{new_version}"
search = "{current_version}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment