Skip to content

Commit 6935467

Browse files
committed
garden v2.3.0
1 parent e76e624 commit 6935467

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ package.keywords = ["git", "development", "sandboxes", "vcs", "worktree"]
1313
package.license = "MIT"
1414
package.readme = "README.md"
1515
package.repository = "https://gitlab.com/garden-rs/garden"
16-
package.version = "2.2.0"
16+
package.version = "2.3.0"
1717

1818
[workspace.dependencies]
19-
garden-tools = { path = ".", version = "2.2.0" }
19+
garden-tools = { path = ".", version = "2.3.0" }
2020
anyhow = "1.0"
2121
assert_cmd = "2.0.13"
2222
better_default = "1.0"

doc/src/changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## Upcoming
3+
## v2.3.0
4+
5+
*Released 2025-09-01*
46

57
**Features**:
68

@@ -9,7 +11,6 @@ must evaluate to a non-empty string. If a required variable evaluates to an empt
911
then an error is reported and execution is aborted.
1012
([#21](https://gitlab.com/garden-rs/garden/-/issues/21))
1113

12-
1314
- `garden ls -cc` now displays command recipes.
1415

1516
**Development**:

0 commit comments

Comments
 (0)