Skip to content

Releases: rust-lang/rustlings

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

1.2.0

22 Apr 05:13
Compare
Choose a tag to compare

Features

  • Add errors to exercises that compile without user changes (@yvan-sraka)
  • Use --nocapture when testing, enabling println! when running (@komaeda)

1.1.1

14 Apr 16:33
Compare
Choose a tag to compare

This release mostly contains bug fixes that, all in all, should make things much less buggy on Windows!

Bug fixes

1.1.0

20 Mar 20:30
Compare
Choose a tag to compare
  • errors2.rs: update link to Rust book (#124)
  • Start verification at most recently modified file (#120)
  • Watch for file creation events in watch mode (#117)
  • Add standard library types to exercises suite (#119)
  • Give a warning when Rustlings isn't run from the right directory (#123)
  • Verify that rust version is recent enough to install Rustlings (#131)

If you have Rustlings cloned, you can upgrade like so:

git fetch
git checkout tags/1.1.0

1.0.1

06 Mar 21:00
Compare
Choose a tag to compare
  • Adds a way to install Rustlings in one command (curl -L https://git.io/rustlings | bash)
  • Makes rustlings watch react to create file events (@shaunbennett, #117)
  • Reworks the exercise management to use an external TOML file instead of just listing them in the code

1.0.0

06 Mar 18:51
Compare
Choose a tag to compare

Initial release!