Skip to content

Commit 908bd9c

Browse files
chore: release main
1 parent d4c06c1 commit 908bd9c

8 files changed

Lines changed: 73 additions & 9 deletions

File tree

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",
3+
"crates/git-ledger": "0.1.1",
4+
"crates/git-chain": "0.1.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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## 0.1.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+
12+
13+
### Bug Fixes
14+
15+
* Move project to new repository ([4697dfa](https://github.com/git-ents/git-data/commit/4697dfa55a70721ec63c87da208e31a1fbbfe061))
16+
* Use iterative thread walk, normalize message newlines in git-chain ([4db4a14](https://github.com/git-ents/git-data/commit/4db4a14e56ed9368a333858b5cf5cd7d768e3def))
17+
* Validate thread root against chain commits, not the repo object database ([d08ddee](https://github.com/git-ents/git-data/commit/d08ddee01913ee373a3884e988e5f8bf1371199d))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* Move project to new repository ([d961a8c](https://github.com/git-ents/git-data/commit/d961a8cc0cf8459b790b4d614bd27c0e4d24cd15))
23+
* 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.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
publish = true
66
readme = "README.md"

crates/git-ledger/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.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+
* Support --set key with empty blob default ([800e3cf](https://github.com/git-ents/git-data/commit/800e3cfc55ce37a93244214bb94a34d9e140d104))
15+
16+
17+
### Bug Fixes
18+
19+
* Handle arbitrary-depth nested fields in ledger tree operations ([55991b9](https://github.com/git-ents/git-data/commit/55991b9610eef10d79c8796756442a74cc7efa38))
20+
* Move project to new repository ([4697dfa](https://github.com/git-ents/git-data/commit/4697dfa55a70721ec63c87da208e31a1fbbfe061))
21+
* Nested delete, create consistency, and Box::leak in git-ledger ([c00e676](https://github.com/git-ents/git-data/commit/c00e67675717a448003452e627eab5e31096224e))
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-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.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
publish = true
66
readme = "README.md"

crates/git-metadata/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/git-ents/git-data/compare/git-metadata-v0.2.1...git-metadata-v0.3.0) (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+
* Handle slash in link keys and batch prune commits in git-metadata ([a37fb3e](https://github.com/git-ents/git-data/commit/a37fb3eb1430d869e77be663681f8223876c004d))
16+
317
## [0.2.1](https://github.com/git-ents/git-data/compare/git-metadata-v0.2.0...git-metadata-v0.2.1) (2026-03-20)
418

519
### 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"
44
edition = "2024"
55
publish = true
66
readme = "README.md"

0 commit comments

Comments
 (0)