Bump obikmer to 1.1.20 and update release workflow

Update the Gitea release workflow to fetch a full git clone with complete history, ensuring all commits and tags are available for accurate version resolution. This prepares the repository for the standard patch-level release of obikmer v1.1.20.
This commit is contained in:
Eric Coissac
2026-06-23 10:01:14 +02:00
parent 7c5bab3694
commit 87f0bfeb3d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- name: Create Gitea release
id: create
+1 -1
View File
@@ -1704,7 +1704,7 @@ dependencies = [
[[package]]
name = "obikmer"
version = "1.1.19"
version = "1.1.20"
dependencies = [
"clap",
"csv",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "obikmer"
version = "1.1.19"
version = "1.1.20"
edition = "2024"
[[bin]]