Skip to content

Commit 8112640

Browse files
committed
task-rs: release 4.2.0
1 parent be273b9 commit 8112640

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.2.0 - 2026-08-27
6+
57
- **`default` is a filter, not a backwards-looking call**`--migrate` now
68
converts both Go spellings, `{{ .X | default "y" }}` and
79
`{{ default "y" .X }}`, to `{{ X | default("y", true) }}`. That second

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.1.1"
6+
version = "4.2.0"
77
edition = "2024"
88
authors = [
99
"Vincent Vanackere <vvanackere@wallix.com>",

0 commit comments

Comments
 (0)