From 4f0c5a8d49a9164f4174d82d86b0bbba40badc4e Mon Sep 17 00:00:00 2001 From: marisa Date: Tue, 13 Aug 2019 11:59:17 +0200 Subject: [PATCH] 1.4.1 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f104f25..fb32c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +### 1.4.1 (2019-08-13) + + +#### Bug Fixes + +* **iterators2:** Remove syntax resulting in misleading error message ([4cde8664](https://github.com/rust-lang/rustlings/commit/4cde86643e12db162a66e62f23b78962986046ac)) +* **option1:** Add test for prematurely passing exercise ([a750e4a1](https://github.com/rust-lang/rustlings/commit/a750e4a1a3006227292bb17d57d78ce84da6bfc6)) +* **test1:** Swap assertion parameter order ([4086d463](https://github.com/rust-lang/rustlings/commit/4086d463a981e81d97781851d17db2ced290f446)) + + + ## 1.4.0 (2019-07-13) diff --git a/Cargo.toml b/Cargo.toml index d453dae..21e622f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustlings" -version = "1.4.0" +version = "1.4.1" authors = ["Marisa ", "Carol (Nichols || Goulding)