Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/fix-curl-install.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @enbox/gitd

## 0.9.7

### Patch Changes

- [#182](https://github.com/enboxorg/gitd/pull/182) [`c186b0e`](https://github.com/enboxorg/gitd/commit/c186b0e0aa2728dd898e62cd08b4476c010a70be) Thanks [@LiranCohen](https://github.com/LiranCohen)! - fix: install gitd through the Bun package path

The curl installer now installs the published `@enbox/gitd` package with Bun
and links wrappers into `~/.gitd/bin`. Standalone release artifacts are disabled
until gitd no longer depends on native packages that need platform-local
installation.

## 0.9.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enbox/gitd",
"version": "0.9.6",
"version": "0.9.7",
"description": "Decentralized forge (GitHub alternative) built on DWN protocols",
"type": "module",
"main": "./dist/esm/index.js",
Expand Down
Loading