diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 5b36a9a..370bb14 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/repair-cli": "0.0.7" + "packages/repair-cli": "0.1.0" } diff --git a/packages/repair-cli/CHANGELOG.md b/packages/repair-cli/CHANGELOG.md new file mode 100644 index 0000000..faa3949 --- /dev/null +++ b/packages/repair-cli/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [0.1.0](https://github.com/FilOzone/early-repair/compare/repair-cli-v0.0.7...repair-cli-v0.1.0) (2026-06-11) + + +### Features + +* enhance repair-cli with new filtering and upsert functionalities ([e098865](https://github.com/FilOzone/early-repair/commit/e098865c74d057cc45cad749eaaf0c7d10c5b315)) +* repair cli initial version ([3ec48e2](https://github.com/FilOzone/early-repair/commit/3ec48e2018957b6b11c0e7062288c4c4e28ef1f0)) + + +### Bug Fixes + +* fix bin path ([e713e63](https://github.com/FilOzone/early-repair/commit/e713e632ec1efe47cfb7701b2ca60706754a2b80)) +* progress and new synpase-core ([5c1532c](https://github.com/FilOzone/early-repair/commit/5c1532c7a863d898d8ba5eb8d6aa961454813b83)) +* streamline database migration ([a40f665](https://github.com/FilOzone/early-repair/commit/a40f66534b898dc1d95916b9ed878850197e0d72)) diff --git a/packages/repair-cli/package.json b/packages/repair-cli/package.json index 74e30fb..cf8024c 100644 --- a/packages/repair-cli/package.json +++ b/packages/repair-cli/package.json @@ -1,6 +1,6 @@ { "name": "@filoz/repair-cli", - "version": "0.0.7", + "version": "0.1.0", "description": "Early repair for faulty service providers and datasets", "repository": { "type": "git",