Skip to content

Commit 6947f8b

Browse files
committed
garden v2.0.0
1 parent 0457b66 commit 6947f8b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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.0.0-rc.0"
16+
package.version = "2.0.0"
1717

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

doc/src/changelog.md

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

3-
## Upcoming
3+
## v2.0.0
4+
5+
*Released 2025-01-26*
46

57
**Features**:
68

0 commit comments

Comments
 (0)