Skip to content

Commit b8368de

Browse files
committed
1.4.0
1 parent 7dc9009 commit b8368de

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="1.4.0"></a>
2+
## 1.4.0 (2019-07-13)
3+
4+
#### Bug Fixes
5+
6+
* **installation:** Fix rustlings installation check ([7a252c47](https://github.com/rust-lang/rustlings/commit/7a252c475551486efb52f949b8af55803b700bc6))
7+
* **iterators:** Rename iterator3.rs ([433d2115](https://github.com/rust-lang/rustlings/commit/433d2115bc1c04b6d34a335a18c9a8f3e2672bc6))
8+
* **readme:** http to https ([70946b85](https://github.com/rust-lang/rustlings/commit/70946b85e536e80e70ed9505cb650ca0a3a1fbb5))
9+
* **test1:** renamed function name to snake case ([89d5186c](https://github.com/rust-lang/rustlings/commit/89d5186c0dae8135ecabf90ee8bb35949bc2d29b))
10+
* **cli:** Check if changed exercise file exists before calling verify ([ba85ca3](https://github.com/rust-lang/rustlings/commit/ba85ca32c4cfc61de46851ab89f9c58a28f33c88))
11+
* **structs1:** Fix the irrefutable let pattern warning ([cc6a141](https://github.com/rust-lang/rustlings/commit/cc6a14104d7c034eadc98297eaaa972d09c50b1f))
12+
13+
#### Features
14+
15+
* **changelog:** Use clog for changelogs ([34e31232](https://github.com/rust-lang/rustlings/commit/34e31232dfddde284a341c9609b33cd27d9d5724))
16+
* **iterators2:** adds iterators2 exercise including config ([9288fccf](https://github.com/rust-lang/rustlings/commit/9288fccf07a2c5043b76d0fd6491e4cf72d76031))
17+
118
<a name="1.3.0"></a>
219
### 1.3.0 (2019-06-05)
320

@@ -70,4 +87,4 @@
7087
<a name="1.0.0"></a>
7188
### 1.0.0 (2019-03-06)
7289

73-
Initial release.
90+
Initial release.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustlings"
3-
version = "1.3.0"
4-
authors = ["Olivia <[email protected]>", "Carol (Nichols || Goulding) <[email protected]"]
3+
version = "1.4.0"
4+
authors = ["Marisa <[email protected]>", "Carol (Nichols || Goulding) <[email protected]"]
55
edition = "2018"
66

77
[dependencies]

0 commit comments

Comments
 (0)