summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-09 11:51:56 +0200
committermo8it <mo8it@proton.me>2024-08-09 11:51:56 +0200
commita1d5702ba099263c42c73201d4eb44b4ad5785d5 (patch)
tree1ae127b0e0a3e9c78278ede05185bcfe719c90c8
parent52a231ce2f6c3853fc11a34a3935366f27e299f4 (diff)
Ready for publish
-rw-r--r--CHANGELOG.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1529ba0..391d9c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,20 @@
<a name="6.2.0"></a>
-## 6.2.0 (2024-08-08)
+## 6.2.0 (2024-08-09)
+
+### Added
- Show a message before checking and running an exercise. This gives the user instant feedback and avoids confusion if the checks take too long.
- 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.
- Add a `README.md` file to the `solutions/` directory.
+- Allow initializing Rustlings in a Cargo workspace.
+- `dev check`: Check that all solutions are formatted with `rustfmt`.
+
+### Changed
+
+- 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`.
<a name="6.1.0"></a>