From 9015100f087c4287e73f65ac7384f5a4b89dba4f Mon Sep 17 00:00:00 2001 From: "git-quickbeam[bot]" <264059672+git-quickbeam[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 22:52:31 +0000 Subject: [PATCH] chore: release main --- .config/release-please-manifest.json | 2 +- Cargo.lock | 2 +- crates/git-ledger/CHANGELOG.md | 9 +++++++++ crates/git-ledger/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.config/release-please-manifest.json b/.config/release-please-manifest.json index 5a842bf..47758b6 100644 --- a/.config/release-please-manifest.json +++ b/.config/release-please-manifest.json @@ -1,5 +1,5 @@ { "crates/git-metadata": "0.3.0-rc.1", - "crates/git-ledger": "0.1.0-alpha.2", + "crates/git-ledger": "0.1.0-alpha.3", "crates/git-chain": "0.1.0-alpha.1" } diff --git a/Cargo.lock b/Cargo.lock index a2362d5..3a680f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "git-ledger" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" dependencies = [ "clap", "clap_mangen", diff --git a/crates/git-ledger/CHANGELOG.md b/crates/git-ledger/CHANGELOG.md index 3ca7b34..4c4f6ab 100644 --- a/crates/git-ledger/CHANGELOG.md +++ b/crates/git-ledger/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [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) + + +### Features + +* Accept optional author signature in Ledger::create ([cb4d735](https://github.com/git-ents/git-data/commit/cb4d735638eebdb907cf69bd0bf5d839268513c7)), closes [#10](https://github.com/git-ents/git-data/issues/10) +* Add --author-name and --author-email to create subcommand ([cb4d735](https://github.com/git-ents/git-data/commit/cb4d735638eebdb907cf69bd0bf5d839268513c7)) +* Add optional author override to Ledger::create ([cb4d735](https://github.com/git-ents/git-data/commit/cb4d735638eebdb907cf69bd0bf5d839268513c7)) + ## [0.1.0-alpha.2](https://github.com/git-ents/git-data/compare/git-ledger-v0.1.0-alpha.1...git-ledger-v0.1.0-alpha.2) (2026-03-27) diff --git a/crates/git-ledger/Cargo.toml b/crates/git-ledger/Cargo.toml index bf442cf..8c7a862 100644 --- a/crates/git-ledger/Cargo.toml +++ b/crates/git-ledger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-ledger" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" edition = "2024" publish = true readme = "README.md"