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

Bump version: 0.4.4 → 0.4.5

parent b852e6d7
No related branches found
No related tags found
No related merge requests found
[tool.bumpversion] [tool.bumpversion]
commit = true commit = true
config-file = "pyproject.toml" config-file = "pyproject.toml"
current_version = "0.4.4" current_version = "0.4.5"
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}"
......
...@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.4.5] - 2024-08-01
* Update documentation * Update documentation
## [0.4.4] - 2024-07-16 ## [0.4.4] - 2024-07-16
......
...@@ -21,7 +21,7 @@ your instance: ...@@ -21,7 +21,7 @@ your instance:
```yaml ```yaml
include: include:
- component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.4 - component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.5
``` ```
[![Supported by GitLab.com](https://img.shields.io/badge/Supported_by-GitLab.com-orange)](https://gitlab.com) [![Supported by GitLab.com](https://img.shields.io/badge/Supported_by-GitLab.com-orange)](https://gitlab.com)
...@@ -31,7 +31,7 @@ As a remote Template if the component is not supported or mirrored by your insta ...@@ -31,7 +31,7 @@ As a remote Template if the component is not supported or mirrored by your insta
```yaml ```yaml
include: include:
- remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.4/templates/release-by-changelog.yml' - remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.5/templates/release-by-changelog.yml'
``` ```
### Customize job ### Customize job
......
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