Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .config/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.0.5",
".": "0.0.6",
"plumbing/git-filter-tree": "0.0.5"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


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

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


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion 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.5"
version = "0.0.6"
description = "Rewrite repository history, trees, and blobs"
repository = "https://github.com/git-ents/git-rewrite"
edition.workspace = true
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.5"
version = "0.0.6"
description = "Filter Git tree objects by glob patterns"
repository = "https://github.com/git-ents/git-rewrite"
edition.workspace = true
Expand Down
Loading