Skip to content

Commit

Permalink
chore: release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shadows-withal committed Aug 27, 2022
1 parent 5a03e46 commit 3309a01
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="5.2.0"></a>
## 5.2.0 (2022-08-27)

#### Added

- Added a `reset` command

#### Changed

- **options2**: Convert the exercise to use tests

#### Fixed

- **threads3**: Fixed a typo
- **quiz1**: Adjusted the explanations to be consistent with
the tests

<a name="5.1.1"></a>
## 5.1.1 (2022-08-17)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustlings"
version = "5.1.1"
version = "5.2.0"
authors = ["Liv <mokou@fastmail.com>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mod run;
mod verify;

// In sync with crate version
const VERSION: &str = "5.1.1";
const VERSION: &str = "5.2.0";

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

0 comments on commit 3309a01

Please sign in to comment.