Skip to content

Commit a1d5702

Browse files
committed
Ready for publish
1 parent 52a231c commit a1d5702

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
<a name="6.2.0"></a>
22

3-
## 6.2.0 (2024-08-08)
3+
## 6.2.0 (2024-08-09)
4+
5+
### Added
46

57
- Show a message before checking and running an exercise. This gives the user instant feedback and avoids confusion if the checks take too long.
68
- Show a helpful error message when trying to install Rustlings with a Rust version lower than the minimum one that Rustlings supports.
7-
- Remove the state file and the solutions directory from the generated `.gitignore` file.
89
- Add a `README.md` file to the `solutions/` directory.
10+
- Allow initializing Rustlings in a Cargo workspace.
11+
- `dev check`: Check that all solutions are formatted with `rustfmt`.
12+
13+
### Changed
14+
15+
- Remove the state file and the solutions directory from the generated `.gitignore` file.
916
- Run the final check of all exercises in parallel.
1017
- Small exercise improvements.
11-
- `dev check`: Check that all solutions are formatted with `rustfmt`.
1218

1319
<a name="6.1.0"></a>
1420

0 commit comments

Comments
 (0)