Skip to content

Commit 2476f67

Browse files
chore(release): bump crate versions on main
1 parent 7c39642 commit 2476f67

5 files changed

Lines changed: 17 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"crates/git-rewrite": "0.1.1",
2+
"crates/git-rewrite": "0.1.2",
33
"crates/git-filter-tree": "0.2.0"
44
}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/git-filter-tree/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/git-ents/git-rewrite/compare/git-filter-tree-v0.2.0...git-filter-tree-v0.2.0) (2026-03-06)
4+
5+
6+
### Features
7+
8+
* Add new method `filter_by_predicate` ([8f80da2](https://github.com/git-ents/git-rewrite/commit/8f80da2e0c6ca119e726003a82680ae7b31fe1f5))
9+
10+
11+
### Bug Fixes
12+
13+
* Remove OS-specific path separator from unit test ([7c39642](https://github.com/git-ents/git-rewrite/commit/7c39642b6ec0f24a7e5179d9d009f027b3704b38))
14+
315
## [0.2.0](https://github.com/git-ents/git-rewrite/compare/git-filter-tree-v0.1.0...git-filter-tree-v0.2.0) (2026-03-04)
416

517

crates/git-rewrite/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/git-ents/git-rewrite/compare/v0.1.1...v0.1.2) (2026-03-06)
4+
35
## [0.1.1](https://github.com/git-ents/git-rewrite/compare/v0.1.0...v0.1.1) (2026-03-04)
46

57

crates/git-rewrite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-rewrite"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Filter and rewrite history, trees, and (eventually) blobs."
55
repository = "https://github.com/git-ents/git-filter"
66
documentation = "https://docs.rs/git-rewrite"

0 commit comments

Comments
 (0)