Skip to content

Commit 3309a01

Browse files
committed
chore: release 5.2.0
1 parent 5a03e46 commit 3309a01

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
<a name="5.1.1"></a>
219
## 5.1.1 (2022-08-17)
320

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustlings"
3-
version = "5.1.1"
3+
version = "5.2.0"
44
authors = ["Liv <mokou@fastmail.com>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com>"]
55
edition = "2021"
66

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mod run;
2626
mod verify;
2727

2828
// In sync with crate version
29-
const VERSION: &str = "5.1.1";
29+
const VERSION: &str = "5.2.0";
3030

3131
#[derive(FromArgs, PartialEq, Debug)]
3232
/// Rustlings is a collection of small exercises to get you used to writing and reading Rust code

0 commit comments

Comments
 (0)