From 54bb81474a451b70089ac8b4bda8e455c0da0835 Mon Sep 17 00:00:00 2001 From: "robot-yavanna[bot]" <264059672+robot-yavanna[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 03:13:18 +0000 Subject: [PATCH] chore: release main --- .config/release-please-manifest.json | 2 +- Cargo.lock | 2 +- crates/git-kiln/CHANGELOG.md | 13 +++++++++++++ crates/git-kiln/Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 crates/git-kiln/CHANGELOG.md diff --git a/.config/release-please-manifest.json b/.config/release-please-manifest.json index 53f2e7c..9a80622 100644 --- a/.config/release-please-manifest.json +++ b/.config/release-please-manifest.json @@ -1,4 +1,4 @@ { - "crates/git-kiln": "0.0.0", + "crates/git-kiln": "0.0.1", "crates/kiln-benchmarks": "0.0.0" } diff --git a/Cargo.lock b/Cargo.lock index cab8500..2d5cbdf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,7 +230,7 @@ dependencies = [ [[package]] name = "git-kiln" -version = "0.0.0" +version = "0.0.1" dependencies = [ "clap", "clap_mangen", diff --git a/crates/git-kiln/CHANGELOG.md b/crates/git-kiln/CHANGELOG.md new file mode 100644 index 0000000..beea390 --- /dev/null +++ b/crates/git-kiln/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 0.0.1 (2026-03-23) + + +### Features + +* Add CLI scaffolding with man page generation ([5671e9c](https://github.com/git-ents/git-kiln/commit/5671e9cf0c2e91a3a39dfed76c23962252e33ecd)) + + +### Miscellaneous Chores + +* Re-trigger release ([9d1e435](https://github.com/git-ents/git-kiln/commit/9d1e435d2ab896d4f610be560e2969ce88245278)) diff --git a/crates/git-kiln/Cargo.toml b/crates/git-kiln/Cargo.toml index ecde12b..f3c4fa6 100644 --- a/crates/git-kiln/Cargo.toml +++ b/crates/git-kiln/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-kiln" -version = "0.0.0" +version = "0.0.1" edition.workspace = true publish.workspace = true license.workspace = true