File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 5.2.0 " ></a >
2
+ ## 5.2.0 (2022-08-27)
3
+
4
+ #### Added
5
+
6
+ - Added a ` reset ` command
7
+
8
+ #### Changed
9
+
10
+ - ** options2** : Convert the exercise to use tests
11
+
12
+ #### Fixed
13
+
14
+ - ** threads3** : Fixed a typo
15
+ - ** quiz1** : Adjusted the explanations to be consistent with
16
+ the tests
17
+
1
18
<a name =" 5.1.1 " ></a >
2
19
## 5.1.1 (2022-08-17)
3
20
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustlings"
3
- version = " 5.1.1 "
3
+ version = " 5.2.0 "
4
4
authors = [" Liv <mokou@fastmail.com>" , " Carol (Nichols || Goulding) <carol.nichols@gmail.com>" ]
5
5
edition = " 2021"
6
6
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ mod run;
26
26
mod verify;
27
27
28
28
// In sync with crate version
29
- const VERSION : & str = "5.1.1 " ;
29
+ const VERSION : & str = "5.2.0 " ;
30
30
31
31
#[ derive( FromArgs , PartialEq , Debug ) ]
32
32
/// Rustlings is a collection of small exercises to get you used to writing and reading Rust code
You can’t perform that action at this time.
0 commit comments