From 4338b6640f9004114111fa5086685924b8348871 Mon Sep 17 00:00:00 2001 From: "robot-yavanna[bot]" <264059672+robot-yavanna[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 15:05:44 +0000 Subject: [PATCH] chore: release main --- .config/release-please-manifest.json | 6 +++--- Cargo.lock | 6 +++--- crates/git-chain/CHANGELOG.md | 27 +++++++++++++++++++++++ crates/git-chain/Cargo.toml | 2 +- crates/git-ledger/CHANGELOG.md | 32 ++++++++++++++++++++++++++++ crates/git-ledger/Cargo.toml | 2 +- crates/git-metadata/CHANGELOG.md | 15 +++++++++++++ crates/git-metadata/Cargo.toml | 2 +- 8 files changed, 83 insertions(+), 9 deletions(-) create mode 100644 crates/git-chain/CHANGELOG.md create mode 100644 crates/git-ledger/CHANGELOG.md diff --git a/.config/release-please-manifest.json b/.config/release-please-manifest.json index e2f5ab7..7177951 100644 --- a/.config/release-please-manifest.json +++ b/.config/release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/git-metadata": "0.2.1", - "crates/git-ledger": "0.0.0", - "crates/git-chain": "0.0.0" + "crates/git-metadata": "0.3.0-rc.1", + "crates/git-ledger": "0.1.0-alpha.1", + "crates/git-chain": "0.1.0-alpha.1" } diff --git a/Cargo.lock b/Cargo.lock index 9ea0251..3fad28a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,7 +207,7 @@ dependencies = [ [[package]] name = "git-chain" -version = "0.0.0" +version = "0.1.0-alpha.1" dependencies = [ "clap", "clap_mangen", @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "git-ledger" -version = "0.0.0" +version = "0.1.0-alpha.1" dependencies = [ "clap", "clap_mangen", @@ -239,7 +239,7 @@ dependencies = [ [[package]] name = "git-metadata" -version = "0.2.1" +version = "0.3.0-rc.1" dependencies = [ "clap", "clap_mangen", diff --git a/crates/git-chain/CHANGELOG.md b/crates/git-chain/CHANGELOG.md new file mode 100644 index 0000000..2a16bd5 --- /dev/null +++ b/crates/git-chain/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +## 0.1.0-alpha.1 (2026-03-26) + + +### Features + +* Add git-chain ([2a2cfea](https://github.com/git-ents/git-data/commit/2a2cfeaa9a78ee3d4a764008c14c9acb90672594)) +* Add git-chain crate ([3ffe461](https://github.com/git-ents/git-data/commit/3ffe461a336db0e10d7d4c8bdc21ead5646b7d1e)) +* Add git-ledger ([2a2cfea](https://github.com/git-ents/git-data/commit/2a2cfeaa9a78ee3d4a764008c14c9acb90672594)) +* Add man page generation to all crates and fix CI/CD workflows ([0f3d0ef](https://github.com/git-ents/git-data/commit/0f3d0ef8c49793de9b0a751daf345f8b25a4be85)) +* Add man page generation to git-ledger and git-chain ([0f3d0ef](https://github.com/git-ents/git-data/commit/0f3d0ef8c49793de9b0a751daf345f8b25a4be85)) + + +### Bug Fixes + +* Broaden CD tag regex to match all three crate prefixes ([0f3d0ef](https://github.com/git-ents/git-data/commit/0f3d0ef8c49793de9b0a751daf345f8b25a4be85)) +* CI man job uses checkout@v4 and generates for all crates ([0f3d0ef](https://github.com/git-ents/git-data/commit/0f3d0ef8c49793de9b0a751daf345f8b25a4be85)) +* Move project to new repository ([4697dfa](https://github.com/git-ents/git-data/commit/4697dfa55a70721ec63c87da208e31a1fbbfe061)) +* Use iterative thread walk, normalize message newlines in git-chain ([4db4a14](https://github.com/git-ents/git-data/commit/4db4a14e56ed9368a333858b5cf5cd7d768e3def)) +* Validate thread root against chain commits, not the repo object database ([d08ddee](https://github.com/git-ents/git-data/commit/d08ddee01913ee373a3884e988e5f8bf1371199d)) + + +### Miscellaneous Chores + +* Move project to new repository ([d961a8c](https://github.com/git-ents/git-data/commit/d961a8cc0cf8459b790b4d614bd27c0e4d24cd15)) +* Pin release ([5c1728a](https://github.com/git-ents/git-data/commit/5c1728a684724ed6507b9f9f06bf563f21db796e)) diff --git a/crates/git-chain/Cargo.toml b/crates/git-chain/Cargo.toml index 89134e4..2b38bcf 100644 --- a/crates/git-chain/Cargo.toml +++ b/crates/git-chain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-chain" -version = "0.0.0" +version = "0.1.0-alpha.1" edition = "2024" publish = true readme = "README.md" diff --git a/crates/git-ledger/CHANGELOG.md b/crates/git-ledger/CHANGELOG.md new file mode 100644 index 0000000..3234f57 --- /dev/null +++ b/crates/git-ledger/CHANGELOG.md @@ -0,0 +1,32 @@ +# Changelog + +## 0.1.0-alpha.1 (2026-03-26) + + +### Features + +* Add --file flag and optional --set values to git-ledger ([800e3cf](https://github.com/git-ents/git-data/commit/800e3cfc55ce37a93244214bb94a34d9e140d104)) +* Add --file flag to create and update commands ([800e3cf](https://github.com/git-ents/git-data/commit/800e3cfc55ce37a93244214bb94a34d9e140d104)) +* Add git-chain ([2a2cfea](https://github.com/git-ents/git-data/commit/2a2cfeaa9a78ee3d4a764008c14c9acb90672594)) +* Add git-ledger ([2a2cfea](https://github.com/git-ents/git-data/commit/2a2cfeaa9a78ee3d4a764008c14c9acb90672594)) +* Add git-ledger crate ([c6d47d0](https://github.com/git-ents/git-data/commit/c6d47d077742d622fc9024fdacb5f67e9a9c38c1)) +* Add log CLI subcommand to git-ledger ([8badb72](https://github.com/git-ents/git-data/commit/8badb722fd8ba27a6f1e15b375e53983682f4494)) +* Add man page generation to all crates and fix CI/CD workflows ([0f3d0ef](https://github.com/git-ents/git-data/commit/0f3d0ef8c49793de9b0a751daf345f8b25a4be85)) +* Add man page generation to git-ledger and git-chain ([0f3d0ef](https://github.com/git-ents/git-data/commit/0f3d0ef8c49793de9b0a751daf345f8b25a4be85)) +* Support --set key with empty blob default ([800e3cf](https://github.com/git-ents/git-data/commit/800e3cfc55ce37a93244214bb94a34d9e140d104)) + + +### Bug Fixes + +* Apply clippy suggestions (search_is_some in tests, fmt in main.rs) ([6f83928](https://github.com/git-ents/git-data/commit/6f83928928c114a0cfd54a2b9d98732c64a461a9)) +* Broaden CD tag regex to match all three crate prefixes ([0f3d0ef](https://github.com/git-ents/git-data/commit/0f3d0ef8c49793de9b0a751daf345f8b25a4be85)) +* CI man job uses checkout@v4 and generates for all crates ([0f3d0ef](https://github.com/git-ents/git-data/commit/0f3d0ef8c49793de9b0a751daf345f8b25a4be85)) +* Handle arbitrary-depth nested fields in ledger tree operations ([55991b9](https://github.com/git-ents/git-data/commit/55991b9610eef10d79c8796756442a74cc7efa38)) +* Move project to new repository ([4697dfa](https://github.com/git-ents/git-data/commit/4697dfa55a70721ec63c87da208e31a1fbbfe061)) +* Nested delete, create consistency, and Box::leak in git-ledger ([c00e676](https://github.com/git-ents/git-data/commit/c00e67675717a448003452e627eab5e31096224e)) + + +### Miscellaneous Chores + +* Move project to new repository ([d961a8c](https://github.com/git-ents/git-data/commit/d961a8cc0cf8459b790b4d614bd27c0e4d24cd15)) +* Pin release ([5c1728a](https://github.com/git-ents/git-data/commit/5c1728a684724ed6507b9f9f06bf563f21db796e)) diff --git a/crates/git-ledger/Cargo.toml b/crates/git-ledger/Cargo.toml index 2ad3f4f..567565e 100644 --- a/crates/git-ledger/Cargo.toml +++ b/crates/git-ledger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-ledger" -version = "0.0.0" +version = "0.1.0-alpha.1" edition = "2024" publish = true readme = "README.md" diff --git a/crates/git-metadata/CHANGELOG.md b/crates/git-metadata/CHANGELOG.md index bf4a425..8cdca8f 100644 --- a/crates/git-metadata/CHANGELOG.md +++ b/crates/git-metadata/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.3.0-rc.1](https://github.com/git-ents/git-data/compare/git-metadata-v0.2.1...git-metadata-v0.3.0-rc.1) (2026-03-26) + + +### Features + +* Add git-chain ([2a2cfea](https://github.com/git-ents/git-data/commit/2a2cfeaa9a78ee3d4a764008c14c9acb90672594)) +* Add git-ledger ([2a2cfea](https://github.com/git-ents/git-data/commit/2a2cfeaa9a78ee3d4a764008c14c9acb90672594)) +* Implement relation operations in git-metadata ([7725be8](https://github.com/git-ents/git-data/commit/7725be82c332da618ab0bfc6d6d39d9f46ee064b)) + + +### Bug Fixes + +* Apply clippy suggestions (search_is_some in tests, fmt in main.rs) ([6f83928](https://github.com/git-ents/git-data/commit/6f83928928c114a0cfd54a2b9d98732c64a461a9)) +* Handle slash in link keys and batch prune commits in git-metadata ([a37fb3e](https://github.com/git-ents/git-data/commit/a37fb3eb1430d869e77be663681f8223876c004d)) + ## [0.2.1](https://github.com/git-ents/git-data/compare/git-metadata-v0.2.0...git-metadata-v0.2.1) (2026-03-20) ### Miscellaneous Chores diff --git a/crates/git-metadata/Cargo.toml b/crates/git-metadata/Cargo.toml index 24d5a72..d0e4307 100644 --- a/crates/git-metadata/Cargo.toml +++ b/crates/git-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-metadata" -version = "0.2.1" +version = "0.3.0-rc.1" edition = "2024" publish = true readme = "README.md"