2 Commits

Author SHA1 Message Date
Gitea CI
592703b6cc Bump version: 0.1.11 → 0.1.12 2025-05-21 08:58:37 +00:00
173d480d5b Update .gitea/workflows/relase.yml 2025-05-21 09:58:15 +01:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -68,7 +68,7 @@ jobs:
id: changelog
uses: metcalfc/changelog-generator@v4.6.2
with:
myToken: ${{ secrets.TOKEN }}
token: ${{ secrets.TOKEN }}
- name: Get the changelog
run: |
cat << "EOF"

View File

@@ -1 +1 @@
0.1.11
0.1.12