diff --git a/CHANGELOG.md b/CHANGELOG.md index e3c2103..9561603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.3.0 - 2026-05-12 + + +### ♻️ Refactoring + +- Use pull and push commands + +- **BREAKING:** use pull and push commands + + +### 📚 Documentation + +- Qa skills + +- Outdated skill + + ## 0.2.1 - 2026-05-08 @@ -111,6 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix e2e +[0.3.0]: https://github.com///compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com///compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com///compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com///compare/v0.1.0...v0.1.1 diff --git a/RELEASE_BODY.md b/RELEASE_BODY.md index 6ff745f..8f0166e 100644 --- a/RELEASE_BODY.md +++ b/RELEASE_BODY.md @@ -1,29 +1,15 @@ -## 0.2.1 - 2026-05-08 +## 0.3.0 - 2026-05-12 -### 🎉 Features +### ♻️ Refactoring -- Bootstrap skeeper sidecar mirroring to compozy/specs +- Use pull and push commands -- Add safe managed document reconciliation +- **BREAKING:** use pull and push commands ### 📚 Documentation -- Update readme +- Qa skills - -### 🔧 CI/CD - -- Fix action smoke hook path - -### Release Notes - -#### Highlights - -##### Safe managed-document reconciliation -Skeeper now treats managed local documents as protected working-tree state instead of disposable hydrate cache. - -This release adds `skeeper diff`, `skeeper reconcile`, `skeeper rescue`, and `skeeper update` so agents and humans can inspect path-level drift, choose an explicit reconciliation strategy, preserve pruned files in `.git/skeeper/rescue/`, and run the common update/verify/hydrate/fsck/hooks workflow through one high-level command. - -`skeeper hydrate` now fails closed when local managed files would be overwritten or orphaned. Use `--keep-local`, `--adopt-local`, `--prune-local`, `--merge`, `--ours`, or `--theirs` to make the intended resolution explicit. JSON status commands also return non-zero when `ok=false`, making the new behavior reliable for CI and agent automation. \ No newline at end of file +- Outdated skill \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index dc37e8d..302ddb9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,19 @@ +## 0.3.0 - 2026-05-12 + + +### ♻️ Refactoring + +- Use pull and push commands + +- **BREAKING:** use pull and push commands + + +### 📚 Documentation + +- Qa skills + +- Outdated skill + ## 0.2.1 - 2026-05-08 diff --git a/package.json b/package.json index d5f2e3b..aeec6f9 100644 --- a/package.json +++ b/package.json @@ -26,5 +26,5 @@ "lint": "bun run format \u0026\u0026 bunx oxlint --no-error-on-unmatched-pattern '**/*.{ts,tsx,js,jsx,mjs,cjs}'", "prepare": "husky" }, - "version": "0.2.1" + "version": "0.3.0" }