Skip to content

Releases: rust-lang/rustlings

Rustlings 2.2.0

25 Feb 22:09
Compare
Choose a tag to compare

This release adds a bunch of new exercises:

Additionally, Rustlings now displays a success message when you've finished all exercises (#253), thanks to @codehearts!

There's a lot more, read the changelog for more details!

To upgrade:

git fetch
git checkout tags/2.2.0

Thanks to the following people for contributing to this release:

2.1.0

27 Nov 09:47
Compare
Choose a tag to compare

See the changelog for what's changed.

To upgrade:

git fetch
git checkout tags/2.1.0

2.0.0

12 Nov 11:26
Compare
Choose a tag to compare

See the blog post and the changelog for what's changed.

To upgrade:

git fetch
git checkout tags/2.0.0

1.5.1

11 Nov 13:03
Compare
Choose a tag to compare

See changelog for what's changed.

To upgrade:

git fetch
git checkout tags/1.5.1

1.5.0

09 Nov 09:53
Compare
Choose a tag to compare

See changelog for what's changed.

To upgrade:

git fetch
git checkout tags/1.5.0

1.4.1

13 Aug 10:00
Compare
Choose a tag to compare

See changelog for what's changed.

To upgrade:

git fetch
git checkout tags/1.4.1

1.4.0

13 Jul 10:51
Compare
Choose a tag to compare

See changelog for what's changed.

To upgrade:

git fetch
git checkout tags/1.4.0

1.3.0

05 Jun 10:41
Compare
Choose a tag to compare

Features

Bug Fixes

  • Add Result type signature as it is difficult for new comers to understand Generics and Error all at once. (#157, @veggiemonk)
  • Rustfmt and whitespace fixes (#161, @eddyp)
  • errorsn.rs: Separate also the hints from each other to avoid accidental viewing (#162, @eddyp)
  • fixed outdated links (#165, @Gushroom)
  • Fix broken link (#164, @HanKruiger)
  • Remove highlighting and syntect (#167, @komaeda)

To update:

git fetch
git checkout tags/1.3.0

1.2.2

07 May 10:35
Compare
Choose a tag to compare

Bug Fixes

  • Reverted --nocapture flag since it was causing tests to pass unconditionally

To update:

git fetch
git checkout tags/1.2.2

1.2.1

22 Apr 11:14
Compare
Choose a tag to compare

Bug fixes

  • Fix the --nocapture feature (@komaeda)
  • Provide a nicer error message for when you're in the wrong directory

To update:

git fetch
git checkout tags/1.2.1