Skip to content

Commit 4f0c5a8

Browse files
committed
1.4.1
1 parent 3011251 commit 4f0c5a8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="1.4.1"></a>
2+
### 1.4.1 (2019-08-13)
3+
4+
5+
#### Bug Fixes
6+
7+
* **iterators2:** Remove syntax resulting in misleading error message ([4cde8664](https://github.com/rust-lang/rustlings/commit/4cde86643e12db162a66e62f23b78962986046ac))
8+
* **option1:** Add test for prematurely passing exercise ([a750e4a1](https://github.com/rust-lang/rustlings/commit/a750e4a1a3006227292bb17d57d78ce84da6bfc6))
9+
* **test1:** Swap assertion parameter order ([4086d463](https://github.com/rust-lang/rustlings/commit/4086d463a981e81d97781851d17db2ced290f446))
10+
11+
12+
113
<a name="1.4.0"></a>
214
## 1.4.0 (2019-07-13)
315

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 = "1.4.0"
3+
version = "1.4.1"
44
authors = ["Marisa <[email protected]>", "Carol (Nichols || Goulding) <[email protected]"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)