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