2 Commits

Author SHA1 Message Date
Gitea CI
55d0cb50e6 Bump version: 0.1.21 → 0.1.22 2025-05-29 08:48:29 +00:00
3424805d4e bump version of changelog generator 2025-05-29 10:47:35 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[tool.bumpversion] [tool.bumpversion]
current_version = "0.1.21" current_version = "0.1.22"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"] serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}" search = "{current_version}"

View File

@@ -61,7 +61,7 @@ jobs:
- name: Build Changelog - name: Build Changelog
id: build_changelog id: build_changelog
uses: mikepenz/release-changelog-builder-action@v2 uses: mikepenz/release-changelog-builder-action@v5
with: with:
platform: "gitea" platform: "gitea"
configuration: ".gitea/changelog-config.json" configuration: ".gitea/changelog-config.json"

View File

@@ -1 +1 @@
0.1.21 0.1.22