diff --git a/.changeset/fix-clone-remote-did.md b/.changeset/fix-clone-remote-did.md deleted file mode 100644 index 6718e76..0000000 --- a/.changeset/fix-clone-remote-did.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@enbox/gitd': patch ---- - -fix: skip local daemon when cloning repos owned by a different DID - -The local daemon resolver now checks `ownerDid` in the lockfile and -only routes to `localhost` when the requested DID matches the daemon -owner. Previously, cloning any DID would hit the local daemon — which -does not have the remote user's repos — and fail with 404. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc4e2a..289e418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @enbox/gitd +## 0.9.6 + +### Patch Changes + +- [#180](https://github.com/enboxorg/gitd/pull/180) [`f9d3ae4`](https://github.com/enboxorg/gitd/commit/f9d3ae4202c739e914d9a9057440aece81dd2d1d) Thanks [@LiranCohen](https://github.com/LiranCohen)! - fix: skip local daemon when cloning repos owned by a different DID + + The local daemon resolver now checks `ownerDid` in the lockfile and + only routes to `localhost` when the requested DID matches the daemon + owner. Previously, cloning any DID would hit the local daemon — which + does not have the remote user's repos — and fail with 404. + ## 0.9.5 ### Patch Changes diff --git a/package.json b/package.json index 29a9319..6717e04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enbox/gitd", - "version": "0.9.5", + "version": "0.9.6", "description": "Decentralized forge (GitHub alternative) built on DWN protocols", "type": "module", "main": "./dist/esm/index.js",