release: freeze v0.3.16 — version bump, lockfiles, changelog (#1057)

Co-authored-by: mergetest <test@local>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Palash Debnath
2026-07-11 00:56:18 +05:30
committed by GitHub
co-authored by mergetest Claude Fable 5
parent 7f59d5f8fe
commit 55c40be307
7 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ from pathlib import Path
# tests/test_app_version.py::test_all_version_files_in_lockstep and bumped by
# release.yml's version-bump job, so it stays equal to
# pyproject/tauri.conf/Cargo/package.json.
_FALLBACK_VERSION = "0.3.15"
_FALLBACK_VERSION = "0.3.16"
def _fallback_version() -> str: