chore(release): 0.15.0 — operator authentication (version, CHANGELOG split, SW cache, test isolation)

This commit is contained in:
2026-06-18 20:43:29 +00:00
parent fdcb1ca532
commit c9bb25e7e1
5 changed files with 37 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Base.metadata.create_all(bind=engine)
ENVIRONMENT = os.getenv("ENVIRONMENT", "production")
# Initialize FastAPI app
VERSION = "0.14.0"
VERSION = "0.15.0"
if ENVIRONMENT == "development":
_build = os.getenv("BUILD_NUMBER", "0")
if _build and _build != "0":
+1 -1
View File
@@ -8,7 +8,7 @@
// PWA users actually receive the new bundles instead of being stuck on
// the pre-bump version. Convention: keep it in sync with the Terra-View
// version string in backend/main.py.
const CACHE_VERSION = 'v0.13.2';
const CACHE_VERSION = 'v0.15.0';
const STATIC_CACHE = `sfm-static-${CACHE_VERSION}`;
const DYNAMIC_CACHE = `sfm-dynamic-${CACHE_VERSION}`;
const DATA_CACHE = `sfm-data-${CACHE_VERSION}`;