Skip to content

Commit 21ed6fe

Browse files
dbdeveloperclaude
andcommitted
release: 2.0.1-beta3 — pre-flight validation hotfix (PUSH-REORGANIZATION Phase 1)
Drops stale deletion entries from createTree requests before sending, removing the systemic 422 GitRPC::BadObjectState failure introduced when 2.0.1-beta2 made pull-side sanitize a regular source of phantom snapshot entries. See docs/PUSH-REORGANIZATION.md §3.1 (spec) and §7.1 (validator failure policy). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e40c00a commit 21ed6fe

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "github-easy-sync",
33
"name": "GitHub Easy Sync",
4-
"version": "2.0.1-beta2",
4+
"version": "2.0.1-beta3",
55
"minAppVersion": "1.7.7",
66
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
77
"author": "Vladyslav Kozlovskyy",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "github-easy-sync",
33
"name": "GitHub Easy Sync",
4-
"version": "2.0.1-beta2",
4+
"version": "2.0.1-beta3",
55
"minAppVersion": "1.7.7",
66
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
77
"author": "Vladyslav Kozlovskyy",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-easy-sync",
3-
"version": "2.0.1-beta2",
3+
"version": "2.0.1-beta3",
44
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
"1.0.7": "1.7.7",
1717
"2.0.0-beta": "1.7.7",
1818
"2.0.1-beta": "1.7.7",
19-
"2.0.1-beta2": "1.7.7"
19+
"2.0.1-beta2": "1.7.7",
20+
"2.0.1-beta3": "1.7.7"
2021
}

0 commit comments

Comments
 (0)