Skip to content

Commit d8f9b4f

Browse files
committed
garden v2.4.0-alpha.1
1 parent 6dec0fd commit d8f9b4f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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.3.0"
16+
package.version = "2.4.0-alpha.1"
1717

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

doc/src/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v2.4.0 (Upcoming)
4+
5+
**Development**:
6+
7+
- The minimum supported Rust version is now 1.86.0.
8+
9+
- `egui` and `rayon` dependencies were updated to newer versions.
10+
Pinned dependencies `idna` and `mime_guess2` have been removed from `Cargo.toml`.
11+
12+
313
## v2.3.0
414

515
*Released 2025-09-01*

0 commit comments

Comments
 (0)