v6.5.0

BayramAnnakov/ux-waiting-auditv6.5.0Aug 21, 2025by mo8it

AI Summary

This release upgrades the project to Rust edition 2024 and raises the minimum supported version to 1.88. It introduces a Clippy pre-flight check and fixes several bugs related to file watching and VS Code integration.

Key Highlights

  • Upgrade to Rust edition 2024 and minimum supported version 1.88
  • Added pre-initialization check for Clippy
  • Don't follow symlinks in the file watcher
  • Fixed file links in VS Code and error printing when progress bar is shown

Breaking Changes

  • Requires Rust edition 2024 and version 1.88
  • Don't follow symlinks in the file watcher (behavior change)

New Features

  • Check that Clippy is installed before initialization

Full Release Notes

### Added

- Check that Clippy is installed before initialization

### Changed

- Upgrade to Rust edition 2024
- Raise the minimum supported Rust version to `1.88`
- 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