Skip to content

Commit

Permalink
garden v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Jan 27, 2025
1 parent 0457b66 commit 6947f8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ package.keywords = ["git", "development", "sandboxes", "vcs", "worktree"]
package.license = "MIT"
package.readme = "README.md"
package.repository = "https://gitlab.com/garden-rs/garden"
package.version = "2.0.0-rc.0"
package.version = "2.0.0"

[workspace.dependencies]
garden-tools = { path = ".", version = "2.0.0-rc.0" }
garden-tools = { path = ".", version = "2.0.0" }
anyhow = "1.0"
assert_cmd = "2.0.13"
better_default = "1.0"
Expand Down
4 changes: 3 additions & 1 deletion doc/src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Upcoming
## v2.0.0

*Released 2025-01-26*

**Features**:

Expand Down

0 comments on commit 6947f8b

Please sign in to comment.