Skip to content

Commit 3589a6f

Browse files
chore: release main
1 parent ed13199 commit 3589a6f

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"crates/git-metadata": "0.3.0-rc.1",
3-
"crates/git-ledger": "0.1.0-alpha.1",
3+
"crates/git-ledger": "0.2.0-alpha.1",
44
"crates/git-chain": "0.1.0-alpha.1"
55
}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/git-ledger/CHANGELOG.md

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

3+
## [0.2.0-alpha.1](https://github.com/git-ents/git-data/compare/git-ledger-v0.1.0-alpha.1...git-ledger-v0.2.0-alpha.1) (2026-03-27)
4+
5+
6+
### Features
7+
8+
* Add IdStrategy::CommitOid for commit-OID-keyed entity refs ([31c8dc3](https://github.com/git-ents/git-data/commit/31c8dc3ff376f0a88a78fdf444053c95ae0336da)), closes [#6](https://github.com/git-ents/git-data/issues/6)
9+
310
## 0.1.0-alpha.1 (2026-03-26)
411

512

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-alpha.1"
3+
version = "0.2.0-alpha.1"
44
edition = "2024"
55
publish = true
66
readme = "README.md"

0 commit comments

Comments
 (0)