Skip to content

Commit 4c3d662

Browse files
chore: release main (#5)
Release Notes --- <details><summary>git-chain: 0.1.0-alpha.1</summary> ## 0.1.0-alpha.1 (2026-03-26) ### Features * Add git-chain ([2a2cfea](2a2cfea)) * Add git-chain crate ([3ffe461](3ffe461)) * Add git-ledger ([2a2cfea](2a2cfea)) * Add man page generation to all crates and fix CI/CD workflows ([0f3d0ef](0f3d0ef)) * Add man page generation to git-ledger and git-chain ([0f3d0ef](0f3d0ef)) ### Bug Fixes * Broaden CD tag regex to match all three crate prefixes ([0f3d0ef](0f3d0ef)) * CI man job uses checkout@v4 and generates for all crates ([0f3d0ef](0f3d0ef)) * Move project to new repository ([4697dfa](4697dfa)) * Use iterative thread walk, normalize message newlines in git-chain ([4db4a14](4db4a14)) * Validate thread root against chain commits, not the repo object database ([d08ddee](d08ddee)) ### Miscellaneous Chores * Move project to new repository ([d961a8c](d961a8c)) * Pin release ([5c1728a](5c1728a)) </details> <details><summary>git-ledger: 0.1.0-alpha.1</summary> ## 0.1.0-alpha.1 (2026-03-26) ### Features * Add --file flag and optional --set values to git-ledger ([800e3cf](800e3cf)) * Add --file flag to create and update commands ([800e3cf](800e3cf)) * Add git-chain ([2a2cfea](2a2cfea)) * Add git-ledger ([2a2cfea](2a2cfea)) * Add git-ledger crate ([c6d47d0](c6d47d0)) * Add log CLI subcommand to git-ledger ([8badb72](8badb72)) * Add man page generation to all crates and fix CI/CD workflows ([0f3d0ef](0f3d0ef)) * Add man page generation to git-ledger and git-chain ([0f3d0ef](0f3d0ef)) * Support --set key with empty blob default ([800e3cf](800e3cf)) ### Bug Fixes * Apply clippy suggestions (search_is_some in tests, fmt in main.rs) ([6f83928](6f83928)) * Broaden CD tag regex to match all three crate prefixes ([0f3d0ef](0f3d0ef)) * CI man job uses checkout@v4 and generates for all crates ([0f3d0ef](0f3d0ef)) * Handle arbitrary-depth nested fields in ledger tree operations ([55991b9](55991b9)) * Move project to new repository ([4697dfa](4697dfa)) * Nested delete, create consistency, and Box::leak in git-ledger ([c00e676](c00e676)) ### Miscellaneous Chores * Move project to new repository ([d961a8c](d961a8c)) * Pin release ([5c1728a](5c1728a)) </details> <details><summary>git-metadata: 0.3.0-rc.1</summary> ## [0.3.0-rc.1](git-metadata-v0.2.1...git-metadata-v0.3.0-rc.1) (2026-03-26) ### Features * Add git-chain ([2a2cfea](2a2cfea)) * Add git-ledger ([2a2cfea](2a2cfea)) * Implement relation operations in git-metadata ([7725be8](7725be8)) ### Bug Fixes * Apply clippy suggestions (search_is_some in tests, fmt in main.rs) ([6f83928](6f83928)) * Handle slash in link keys and batch prune commits in git-metadata ([a37fb3e](a37fb3e)) </details> --- This release was generated with [Release Please](https://github.com/googleapis/release-please). Co-authored-by: robot-yavanna[bot] <264059672+robot-yavanna[bot]@users.noreply.github.com>
1 parent 6f83928 commit 4c3d662

File tree

8 files changed

+83
-9
lines changed

8 files changed

+83
-9
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"crates/git-metadata": "0.2.1",
3-
"crates/git-ledger": "0.0.0",
4-
"crates/git-chain": "0.0.0"
2+
"crates/git-metadata": "0.3.0-rc.1",
3+
"crates/git-ledger": "0.1.0-alpha.1",
4+
"crates/git-chain": "0.1.0-alpha.1"
55
}

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/git-chain/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.1 (2026-03-26)
4+
5+
6+
### Features
7+
8+
* Add git-chain ([2a2cfea](https://github.com/git-ents/git-data/commit/2a2cfeaa9a78ee3d4a764008c14c9acb90672594))
9+
* Add git-chain crate ([3ffe461](https://github.com/git-ents/git-data/commit/3ffe461a336db0e10d7d4c8bdc21ead5646b7d1e))
10+
* Add git-ledger ([2a2cfea](https://github.com/git-ents/git-data/commit/2a2cfeaa9a78ee3d4a764008c14c9acb90672594))
11+
* Add man page generation to all crates and fix CI/CD workflows ([0f3d0ef](https://github.com/git-ents/git-data/commit/0f3d0ef8c49793de9b0a751daf345f8b25a4be85))
12+
* Add man page generation to git-ledger and git-chain ([0f3d0ef](https://github.com/git-ents/git-data/commit/0f3d0ef8c49793de9b0a751daf345f8b25a4be85))
13+
14+
15+
### Bug Fixes
16+
17+
* Broaden CD tag regex to match all three crate prefixes ([0f3d0ef](https://github.com/git-ents/git-data/commit/0f3d0ef8c49793de9b0a751daf345f8b25a4be85))
18+
* CI man job uses checkout@v4 and generates for all crates ([0f3d0ef](https://github.com/git-ents/git-data/commit/0f3d0ef8c49793de9b0a751daf345f8b25a4be85))
19+
* Move project to new repository ([4697dfa](https://github.com/git-ents/git-data/commit/4697dfa55a70721ec63c87da208e31a1fbbfe061))
20+
* Use iterative thread walk, normalize message newlines in git-chain ([4db4a14](https://github.com/git-ents/git-data/commit/4db4a14e56ed9368a333858b5cf5cd7d768e3def))
21+
* Validate thread root against chain commits, not the repo object database ([d08ddee](https://github.com/git-ents/git-data/commit/d08ddee01913ee373a3884e988e5f8bf1371199d))
22+
23+
24+
### Miscellaneous Chores
25+
26+
* Move project to new repository ([d961a8c](https://github.com/git-ents/git-data/commit/d961a8cc0cf8459b790b4d614bd27c0e4d24cd15))
27+
* Pin release ([5c1728a](https://github.com/git-ents/git-data/commit/5c1728a684724ed6507b9f9f06bf563f21db796e))

crates/git-chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-chain"
3-
version = "0.0.0"
3+
version = "0.1.0-alpha.1"
44
edition = "2024"
55
publish = true
66
readme = "README.md"

crates/git-ledger/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.1 (2026-03-26)
4+
5+
6+
### Features
7+
8+
* Add --file flag and optional --set values to git-ledger ([800e3cf](https://github.com/git-ents/git-data/commit/800e3cfc55ce37a93244214bb94a34d9e140d104))
9+
* Add --file flag to create and update commands ([800e3cf](https://github.com/git-ents/git-data/commit/800e3cfc55ce37a93244214bb94a34d9e140d104))
10+
* Add git-chain ([2a2cfea](https://github.com/git-ents/git-data/commit/2a2cfeaa9a78ee3d4a764008c14c9acb90672594))
11+
* Add git-ledger ([2a2cfea](https://github.com/git-ents/git-data/commit/2a2cfeaa9a78ee3d4a764008c14c9acb90672594))
12+
* Add git-ledger crate ([c6d47d0](https://github.com/git-ents/git-data/commit/c6d47d077742d622fc9024fdacb5f67e9a9c38c1))
13+
* Add log CLI subcommand to git-ledger ([8badb72](https://github.com/git-ents/git-data/commit/8badb722fd8ba27a6f1e15b375e53983682f4494))
14+
* Add man page generation to all crates and fix CI/CD workflows ([0f3d0ef](https://github.com/git-ents/git-data/commit/0f3d0ef8c49793de9b0a751daf345f8b25a4be85))
15+
* Add man page generation to git-ledger and git-chain ([0f3d0ef](https://github.com/git-ents/git-data/commit/0f3d0ef8c49793de9b0a751daf345f8b25a4be85))
16+
* Support --set key with empty blob default ([800e3cf](https://github.com/git-ents/git-data/commit/800e3cfc55ce37a93244214bb94a34d9e140d104))
17+
18+
19+
### Bug Fixes
20+
21+
* Apply clippy suggestions (search_is_some in tests, fmt in main.rs) ([6f83928](https://github.com/git-ents/git-data/commit/6f83928928c114a0cfd54a2b9d98732c64a461a9))
22+
* Broaden CD tag regex to match all three crate prefixes ([0f3d0ef](https://github.com/git-ents/git-data/commit/0f3d0ef8c49793de9b0a751daf345f8b25a4be85))
23+
* CI man job uses checkout@v4 and generates for all crates ([0f3d0ef](https://github.com/git-ents/git-data/commit/0f3d0ef8c49793de9b0a751daf345f8b25a4be85))
24+
* Handle arbitrary-depth nested fields in ledger tree operations ([55991b9](https://github.com/git-ents/git-data/commit/55991b9610eef10d79c8796756442a74cc7efa38))
25+
* Move project to new repository ([4697dfa](https://github.com/git-ents/git-data/commit/4697dfa55a70721ec63c87da208e31a1fbbfe061))
26+
* Nested delete, create consistency, and Box::leak in git-ledger ([c00e676](https://github.com/git-ents/git-data/commit/c00e67675717a448003452e627eab5e31096224e))
27+
28+
29+
### Miscellaneous Chores
30+
31+
* Move project to new repository ([d961a8c](https://github.com/git-ents/git-data/commit/d961a8cc0cf8459b790b4d614bd27c0e4d24cd15))
32+
* Pin release ([5c1728a](https://github.com/git-ents/git-data/commit/5c1728a684724ed6507b9f9f06bf563f21db796e))

crates/git-ledger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-ledger"
3-
version = "0.0.0"
3+
version = "0.1.0-alpha.1"
44
edition = "2024"
55
publish = true
66
readme = "README.md"

crates/git-metadata/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* Add git-chain ([2a2cfea](https://github.com/git-ents/git-data/commit/2a2cfeaa9a78ee3d4a764008c14c9acb90672594))
9+
* Add git-ledger ([2a2cfea](https://github.com/git-ents/git-data/commit/2a2cfeaa9a78ee3d4a764008c14c9acb90672594))
10+
* Implement relation operations in git-metadata ([7725be8](https://github.com/git-ents/git-data/commit/7725be82c332da618ab0bfc6d6d39d9f46ee064b))
11+
12+
13+
### Bug Fixes
14+
15+
* Apply clippy suggestions (search_is_some in tests, fmt in main.rs) ([6f83928](https://github.com/git-ents/git-data/commit/6f83928928c114a0cfd54a2b9d98732c64a461a9))
16+
* Handle slash in link keys and batch prune commits in git-metadata ([a37fb3e](https://github.com/git-ents/git-data/commit/a37fb3eb1430d869e77be663681f8223876c004d))
17+
318
## [0.2.1](https://github.com/git-ents/git-data/compare/git-metadata-v0.2.0...git-metadata-v0.2.1) (2026-03-20)
419

520
### Miscellaneous Chores

crates/git-metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-metadata"
3-
version = "0.2.1"
3+
version = "0.3.0-rc.1"
44
edition = "2024"
55
publish = true
66
readme = "README.md"

0 commit comments

Comments
 (0)