Skip to content

Commit 208a593

Browse files
committed
Ready to release
1 parent 2d1d531 commit 208a593

File tree

3 files changed

+25
-11
lines changed

3 files changed

+25
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
## Unreleased
22

3+
## 6.5.0 (2025-08-21)
4+
5+
### Added
6+
7+
- Check that Clippy is installed before initialization
8+
39
### Changed
410

511
- Upgrade to Rust edition 2024
612
- Raise the minimum supported Rust version to `1.87`
13+
- Don't follow symlinks in the file watcher
14+
- `dev new`: Don't add `.rustlings-state.txt` to `.gitignore`
15+
16+
### Fixed
17+
18+
- Fix file links in VS Code
19+
- Fix error printing when the progress bar is shown
20+
- `dev check`: Don't check formatting if there are no solution files
721

822
## 6.4.0 (2024-11-11)
923

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -58,7 +58,7 @@ toml.workspace = true
5858
rustix = { version = "1.0", default-features = false, features = ["std", "stdio", "termios"] }
5959

6060
[dev-dependencies]
61-
tempfile = "3.19"
61+
tempfile = "3.21"
6262

6363
[profile.release]
6464
panic = "abort"

0 commit comments

Comments
 (0)