diff options
| author | mo8it <mo8it@proton.me> | 2024-08-08 00:20:04 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-08 00:41:12 +0200 |
| commit | 97719fe8da82a91a1919e55e1950d0997acca574 (patch) | |
| tree | 5e6d075647e7428927c8f422e86e19f43a95ffef /CHANGELOG.md | |
| parent | 4933ace50b5e3fc6512f5129280425c5ba297b72 (diff) | |
Remove state file and solutions dir from .gitignore
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 155ad84..c014306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -<a name="6.1.1"></a> +<a name="6.2.0"></a> -## 6.1.1 (2024-08-08) +## 6.2.0 (2024-08-08) It is recommended to update to this version to fix issues with the language server `rust-analyzer`. You can update using the following two commands: @@ -12,6 +12,7 @@ cargo install rustlings - Fix `rust-analyzer` rebuilding all exercises after changing one file. - Show a helpful error message when trying to install Rustlings with a Rust version lower than the minimum one that Rustlings supports. +- Remove the state file and the solutions directory from the generated `.gitignore` file. - Run the final check of all exercises in parallel. - Small exercise improvements. - `dev check`: Check that all solutions are formatted with `rustfmt`. |
