From 343a61fb6b0f36354c401db489f0a22b69e69735 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 00:13:35 +0000 Subject: [PATCH] chore(main): release 0.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ crates/git-remote-gitlawb/Cargo.toml | 2 +- crates/gitlawb-attest/Cargo.toml | 2 +- crates/gitlawb-core/Cargo.toml | 2 +- crates/gitlawb-node/Cargo.toml | 2 +- crates/gl/Cargo.toml | 2 +- 7 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 298e994..2a103fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.4.1](https://github.com/Gitlawb/node/compare/v0.4.0...v0.4.1) (2026-07-03) + + +### Bug Fixes + +* **node,gossip:** route gossip HTTP through the no-redirect client ([#93](https://github.com/Gitlawb/node/issues/93)) ([#140](https://github.com/Gitlawb/node/issues/140)) ([563c456](https://github.com/Gitlawb/node/commit/563c456803bf3e958d63869db424b3940472bc3d)) +* **node:** gate GET /ipfs/{cid} on reachable allowed-set, not deny-set ([#126](https://github.com/Gitlawb/node/issues/126)) ([#133](https://github.com/Gitlawb/node/issues/133)) ([466a550](https://github.com/Gitlawb/node/commit/466a550915edd711856ef32035f9f474e2577c4f)) +* **node:** prefer canonical repo row over mirror row in get_repo ([#124](https://github.com/Gitlawb/node/issues/124)) ([#141](https://github.com/Gitlawb/node/issues/141)) ([6c95592](https://github.com/Gitlawb/node/commit/6c95592d188222ac3446dc23ef8d9befbf82ad6f)) +* **remote:** include HTTP error response body ([#137](https://github.com/Gitlawb/node/issues/137)) ([09a0cb2](https://github.com/Gitlawb/node/commit/09a0cb23b9f284ccbd69aca6958b70671f3bfb46)) + ## [0.4.0](https://github.com/Gitlawb/node/compare/v0.3.9...v0.4.0) (2026-06-30) diff --git a/crates/git-remote-gitlawb/Cargo.toml b/crates/git-remote-gitlawb/Cargo.toml index c772a52..fd462d9 100644 --- a/crates/git-remote-gitlawb/Cargo.toml +++ b/crates/git-remote-gitlawb/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "git-remote-gitlawb" description = "Git remote helper — enables 'git clone gitlawb://did:gitlawb:...'" -version = "0.4.0" # x-release-please-version +version = "0.4.1" # x-release-please-version edition.workspace = true rust-version.workspace = true license.workspace = true diff --git a/crates/gitlawb-attest/Cargo.toml b/crates/gitlawb-attest/Cargo.toml index 55d58b7..85355c6 100644 --- a/crates/gitlawb-attest/Cargo.toml +++ b/crates/gitlawb-attest/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitlawb-attest" description = "External Attestation v1: pluggable provenance attachments for gitlawb ref-update certs" -version = "0.4.0" # x-release-please-version +version = "0.4.1" # x-release-please-version edition.workspace = true rust-version.workspace = true license.workspace = true diff --git a/crates/gitlawb-core/Cargo.toml b/crates/gitlawb-core/Cargo.toml index 7495abf..29f7c84 100644 --- a/crates/gitlawb-core/Cargo.toml +++ b/crates/gitlawb-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitlawb-core" description = "Core cryptographic primitives for the gitlawb network: DIDs, CIDs, UCAN, HTTP Signatures, ref-update certificates" -version = "0.4.0" # x-release-please-version +version = "0.4.1" # x-release-please-version edition.workspace = true rust-version.workspace = true license.workspace = true diff --git a/crates/gitlawb-node/Cargo.toml b/crates/gitlawb-node/Cargo.toml index 7ab2f0a..1eb4926 100644 --- a/crates/gitlawb-node/Cargo.toml +++ b/crates/gitlawb-node/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitlawb-node" description = "The gitlawb node daemon — git hosting over HTTP with DID auth" -version = "0.4.0" # x-release-please-version +version = "0.4.1" # x-release-please-version edition.workspace = true rust-version.workspace = true license.workspace = true diff --git a/crates/gl/Cargo.toml b/crates/gl/Cargo.toml index ea27540..627ad3e 100644 --- a/crates/gl/Cargo.toml +++ b/crates/gl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gl" description = "The gitlawb CLI — identity management, node control, MCP server" -version = "0.4.0" # x-release-please-version +version = "0.4.1" # x-release-please-version edition.workspace = true rust-version.workspace = true license.workspace = true