Skip to content

Commit ba39235

Browse files
chore: release main (#11)
Release Notes --- <details><summary>git-ledger: 0.1.0-alpha.3</summary> ## [0.1.0-alpha.3](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](cb4d735)), closes [#10](#10) * Add --author-name and --author-email to create subcommand ([cb4d735](cb4d735)) * Add optional author override to Ledger::create ([cb4d735](cb4d735)) </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 181d23e commit ba39235

4 files changed

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

3+
## [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)
4+
5+
6+
### Features
7+
8+
* 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)
9+
* Add --author-name and --author-email to create subcommand ([cb4d735](https://github.com/git-ents/git-data/commit/cb4d735638eebdb907cf69bd0bf5d839268513c7))
10+
* Add optional author override to Ledger::create ([cb4d735](https://github.com/git-ents/git-data/commit/cb4d735638eebdb907cf69bd0bf5d839268513c7))
11+
312
## [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)
413

514

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

0 commit comments

Comments
 (0)