Skip to content

Commit e9ab024

Browse files
chore: release main (#14)
Release Notes --- <details><summary>git-ledger: 0.1.0-alpha.4</summary> ## [0.1.0-alpha.4](git-ledger-v0.1.0-alpha.3...git-ledger-v0.1.0-alpha.4) (2026-04-02) ### Features * Add FileMode enum (Blob, Executable, Tree, Commit) ([c72b96c](c72b96c)) * Add Mutation::Pin for inserting entries that reference existing objects ([c72b96c](c72b96c)) </details> --- This release was generated with [Release Please](https://github.com/googleapis/release-please). Co-authored-by: git-quickbeam[bot] <264059672+git-quickbeam[bot]@users.noreply.github.com>
1 parent fd0fb4d commit e9ab024

4 files changed

Lines changed: 11 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.3",
3+
"crates/git-ledger": "0.1.0-alpha.4",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.0-alpha.4](https://github.com/git-ents/git-data/compare/git-ledger-v0.1.0-alpha.3...git-ledger-v0.1.0-alpha.4) (2026-04-02)
4+
5+
6+
### Features
7+
8+
* Add FileMode enum (Blob, Executable, Tree, Commit) ([c72b96c](https://github.com/git-ents/git-data/commit/c72b96ca0ca85cb91daa585f3db2be653120a6e8))
9+
* Add Mutation::Pin for inserting entries that reference existing objects ([c72b96c](https://github.com/git-ents/git-data/commit/c72b96ca0ca85cb91daa585f3db2be653120a6e8))
10+
311
## [0.1.0-alpha.3](https://github.com/git-ents/git-data/compare/git-ledger-v0.1.0-alpha.2...git-ledger-v0.1.0-alpha.3) (2026-03-27)
412

513

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

0 commit comments

Comments
 (0)