release: v0.4.0
Bump the single source of truth (frontend/package.json) and the three toolchain mirrors (Cargo.toml, pyproject.toml, backend/core/version.py) plus the lockfiles (Cargo.lock, uv.lock) from 0.3.22 → 0.4.0, and rename the CHANGELOG's [Unreleased] section to [0.4.0] with milestone highlights. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
f73846b1c9
commit
9f6fb247ab
@@ -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.22"
|
||||
_FALLBACK_VERSION = "0.4.0"
|
||||
|
||||
|
||||
def _fallback_version() -> str:
|
||||
|
||||
Reference in New Issue
Block a user