Skip to content

Commit

Permalink
release: 5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liv committed Sep 18, 2023
1 parent 170aaab commit 9a743f8
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 66 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
<a name="5.6.1"></a>
## 5.6.1 (2023-09-18)

#### Changed

- Converted all exercises with assertions to test mode.

#### Fixed

- `cow1`: Reverted regression introduced by calling `to_mut` where it
shouldn't have been called, and clarified comment.
- `primitive_types3`: Require at least an array of 100 elements.
- Removed hint comments when no hint exists for the exercise.
- `as_ref_mut`: Fixed a typo in a test function name.
- `enums3`: Fixed formatting with `rustfmt`.

<a name="5.6.0"></a>
## 5.6.0 (2023-09-04)

Expand Down
132 changes: 72 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "rustlings"
description = "Small exercises to get you used to reading and writing Rust code!"
version = "5.6.0"
version = "5.6.1"
authors = [
"Liv <[email protected]>",
"Carol (Nichols || Goulding) <[email protected]>",
Expand Down

0 comments on commit 9a743f8

Please sign in to comment.