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 fa701ea2 authored by Dorian Turba's avatar Dorian Turba
Browse files

Bump version: 0.3.3 → 0.3.4

parent 7c6f46da
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.3.4] - 2024-05-12
* Better documentation
## [0.3.3] - 2024-05-12 ## [0.3.3] - 2024-05-12
### Fixed ### Fixed
......
...@@ -20,7 +20,7 @@ As a Template: ...@@ -20,7 +20,7 @@ As a Template:
```yaml ```yaml
include: include:
- project: 'swepy/cicd-templates/release-by-changelog' - project: 'swepy/cicd-templates/release-by-changelog'
ref: '0.3.3' ref: '0.3.4'
file: 'templates/release-by-changelog.yml' file: 'templates/release-by-changelog.yml'
``` ```
...@@ -29,7 +29,7 @@ As a Component: ...@@ -29,7 +29,7 @@ As a Component:
```yaml ```yaml
# As a Component # As a Component
include: include:
- component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.3.3 - component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.3.4
``` ```
### Customize job ### Customize job
......
[tool.bumpversion] [tool.bumpversion]
commit = true commit = true
config-file = "pyproject.toml" config-file = "pyproject.toml"
current_version = "0.3.3" current_version = "0.3.4"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
replace = "{new_version}" replace = "{new_version}"
search = "{current_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