Skip to content

Commit 8fbce02

Browse files
committed
task-rs: release 4.3.2
1 parent 79c76f8 commit 8fbce02

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## v4.3.2 - 2026-09-02
6+
57
- **Match files with trailing `**` globs**`target/**` now matches the same
68
files as `target/**/*`, restoring Go Task and bash `globstar` compatibility
79
for `sources:`, `generates:`, and `exclude:` patterns. These patterns

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/ocicas", "crates/taskcore", "crates/task"]
44

55
[workspace.package]
6-
version = "4.3.1"
6+
version = "4.3.2"
77
edition = "2024"
88
authors = [
99
"Vincent Vanackere <vvanackere@wallix.com>",

0 commit comments

Comments
 (0)