From 98f4b6315d8b032f75deafd0037a3e2ef4b9db55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 17:45:03 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/archive-read-handoff.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/archive-read-handoff.md diff --git a/.changeset/archive-read-handoff.md b/.changeset/archive-read-handoff.md deleted file mode 100644 index 3709d309..00000000 --- a/.changeset/archive-read-handoff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ftw": patch ---- - -Keep history queries and live commits responsive during archive building. Protect only file publication and bounded pruning against readers, and release archive write locks before retrying database contention. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a10eb7c..c044f5f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.5.3 + +### Patch Changes + +- e01ac3d: Keep history queries and live commits responsive during archive building. Protect only file publication and bounded pruning against readers, and release archive write locks before retrying database contention. + ## 3.5.2 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index f0e3746b..1a3c376f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ftw", - "version": "3.5.2", + "version": "3.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ftw", - "version": "3.5.2", + "version": "3.5.3", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "@changesets/cli": "^3.0.1" diff --git a/package.json b/package.json index e78be380..068acbf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ftw", - "version": "3.5.2", + "version": "3.5.3", "private": true, "type": "module", "description": "FTW — local-first home energy coordination. Version metadata only; the runtime is Go and the mathematical planner is the compiled Energyplan worker.",