Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .config/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.0.4",
"plumbing/git-filter-tree": "0.0.4"
".": "0.0.5",
"plumbing/git-filter-tree": "0.0.5"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.0.5](https://github.com/git-ents/git-rewrite/compare/v0.0.4...v0.0.5) (2026-03-01)


### Reverts

* "chore(release): bump `git-rewrite` to v0.0.4 ([#24](https://github.com/git-ents/git-rewrite/issues/24))" ([8dc53a6](https://github.com/git-ents/git-rewrite/commit/8dc53a647349f0acd96cc74dfae28ff280725ce8))


### Miscellaneous Chores

* Move back to single release pull request ([3ee5715](https://github.com/git-ents/git-rewrite/commit/3ee5715e536eae8fb06eb21d3cd89d6ffadf9067))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* git-filter-tree bumped from 0.0.4 to 0.0.5

## [0.0.3](https://github.com/git-ents/git-rewrite/compare/v0.0.2...v0.0.3) (2026-03-01)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clap_mangen = "0.2.31"

[package]
name = "git-rewrite"
version = "0.0.3"
version = "0.0.5"
description = "Rewrite repository history, trees, and blobs"
repository = "https://github.com/git-ents/git-rewrite"
edition.workspace = true
Expand All @@ -34,4 +34,4 @@ clap.workspace = true
clap_mangen.workspace = true
git2.workspace = true
globset.workspace = true
git-filter-tree = { version = "0.0.4", path = "plumbing/git-filter-tree" }
git-filter-tree = { version = "0.0.5", path = "plumbing/git-filter-tree" }
13 changes: 13 additions & 0 deletions plumbing/git-filter-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [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)


### Reverts

* "chore(release): bump `git-rewrite` to v0.0.4 ([#24](https://github.com/git-ents/git-rewrite/issues/24))" ([8dc53a6](https://github.com/git-ents/git-rewrite/commit/8dc53a647349f0acd96cc74dfae28ff280725ce8))


### Miscellaneous Chores

* Pin next release ([b91f032](https://github.com/git-ents/git-rewrite/commit/b91f032cd75bcd64fd2a3b98c6bee474740b9073))
* Pin next release ([6d6e404](https://github.com/git-ents/git-rewrite/commit/6d6e404b7bcabc080929148fec27c125521e2b6f))

## [0.0.4](https://github.com/git-ents/git-rewrite/compare/git-filter-tree-v0.0.3...git-filter-tree-v0.0.4) (2026-03-01)


Expand Down
2 changes: 1 addition & 1 deletion plumbing/git-filter-tree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-filter-tree"
version = "0.0.4"
version = "0.0.5"
description = "Filter Git tree objects by glob patterns"
repository = "https://github.com/git-ents/git-rewrite"
edition.workspace = true
Expand Down
Loading