Ready to release

This commit is contained in:
mo8it
2025-08-21 23:17:53 +02:00
parent 2d1d531550
commit 208a593216
3 changed files with 25 additions and 11 deletions
+14
View File
@@ -1,9 +1,23 @@
## Unreleased
## 6.5.0 (2025-08-21)
### Added
- Check that Clippy is installed before initialization
### Changed
- Upgrade to Rust edition 2024
- Raise the minimum supported Rust version to `1.87`
- Don't follow symlinks in the file watcher
- `dev new`: Don't add `.rustlings-state.txt` to `.gitignore`
### Fixed
- Fix file links in VS Code
- Fix error printing when the progress bar is shown
- `dev check`: Don't check formatting if there are no solution files
## 6.4.0 (2024-11-11)