From a8c4599de1eae715743c11bd4d9a2bb0314a2c19 Mon Sep 17 00:00:00 2001 From: "robot-yavanna[bot]" <264059672+robot-yavanna[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:10:07 +0000 Subject: [PATCH] chore(release): bump crate versions on `main` --- .config/release-please-manifest.json | 4 ++-- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- plumbing/git-filter-tree/CHANGELOG.md | 7 +++++++ plumbing/git-filter-tree/Cargo.toml | 2 +- 6 files changed, 35 insertions(+), 7 deletions(-) diff --git a/.config/release-please-manifest.json b/.config/release-please-manifest.json index 4f872e7..4f49790 100644 --- a/.config/release-please-manifest.json +++ b/.config/release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.0.5", - "plumbing/git-filter-tree": "0.0.5" + ".": "0.0.6", + "plumbing/git-filter-tree": "0.0.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ee62a..6283d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.0.6](https://github.com/git-ents/git-rewrite/compare/v0.0.5...v0.0.6) (2026-03-01) + + +### Features + +* Update crate description ([3d48542](https://github.com/git-ents/git-rewrite/commit/3d485420803e8a17b8754f920083a7e4565b297f)) + + +### Miscellaneous Chores + +* Fix release step with proper tag filtering ([93bdb33](https://github.com/git-ents/git-rewrite/commit/93bdb331cc152197bc022c8da57952ef64abe7d5)) +* Fix version syncing in Release Please ([cb7699c](https://github.com/git-ents/git-rewrite/commit/cb7699c7050223877bf056ba6b63e7c2b235063f)) +* Remove temporary version pinning ([c612198](https://github.com/git-ents/git-rewrite/commit/c6121980708429c66d5012adf9f09c3d181ae338)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * git-filter-tree bumped from 0.0.5 to 0.0.6 + ## [0.0.5](https://github.com/git-ents/git-rewrite/compare/v0.0.4...v0.0.5) (2026-03-01) diff --git a/Cargo.lock b/Cargo.lock index bf59dcb..8a9b399 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,7 +191,7 @@ dependencies = [ [[package]] name = "git-filter-tree" -version = "0.0.5" +version = "0.0.6" dependencies = [ "clap", "clap_mangen", @@ -201,7 +201,7 @@ dependencies = [ [[package]] name = "git-rewrite" -version = "0.0.5" +version = "0.0.6" dependencies = [ "clap", "clap_mangen", diff --git a/Cargo.toml b/Cargo.toml index 8cb99c6..25df2d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ clap_mangen = "0.2.31" [package] name = "git-rewrite" -version = "0.0.5" +version = "0.0.6" description = "Filter and rewrite history, trees, and (eventuall) blobs." repository = "https://github.com/git-ents/git-rewrite" edition.workspace = true @@ -34,4 +34,4 @@ clap.workspace = true clap_mangen.workspace = true git2.workspace = true globset.workspace = true -git-filter-tree = { version = "0.0.5", path = "plumbing/git-filter-tree" } +git-filter-tree = { version = "0.0.6", path = "plumbing/git-filter-tree" } diff --git a/plumbing/git-filter-tree/CHANGELOG.md b/plumbing/git-filter-tree/CHANGELOG.md index 86cb08a..9948d93 100644 --- a/plumbing/git-filter-tree/CHANGELOG.md +++ b/plumbing/git-filter-tree/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.6](https://github.com/git-ents/git-rewrite/compare/git-filter-tree-v0.0.5...git-filter-tree-v0.0.6) (2026-03-01) + + +### Features + +* Update crate description ([3d48542](https://github.com/git-ents/git-rewrite/commit/3d485420803e8a17b8754f920083a7e4565b297f)) + ## [0.0.5](https://github.com/git-ents/git-rewrite/compare/git-filter-tree-v0.0.4...git-filter-tree-v0.0.5) (2026-03-01) diff --git a/plumbing/git-filter-tree/Cargo.toml b/plumbing/git-filter-tree/Cargo.toml index 8722e51..e57a074 100644 --- a/plumbing/git-filter-tree/Cargo.toml +++ b/plumbing/git-filter-tree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-filter-tree" -version = "0.0.5" +version = "0.0.6" description = "Filter and write trees in Git's object database." repository = "https://github.com/git-ents/git-rewrite" edition.workspace = true