3.0.0
rust-lang/rustlings3.0.0Apr 11, 2020by manyinsects
AI Summary
A major version bump that changes the logging behavior of the compile exercise mode.
Key Highlights
- Compile exercise mode now logs its output to stdout
Breaking Changes
- Compile exercise mode logging behavior changed to stdout
New Features
- Logging output to stdout for compile exercise mode
Full Release Notes
See the [changelog](https://github.com/fmoko/rustlings/blob/master/CHANGELOG.md#300-2020-04-11) for what's changed. As for what makes this a breaking release, in #278 we decided to make the `compile` exercise mode log its output to stdout. Since this changes existing user behaviour in a (broadly) backwards-incompatible way, we decided to make this a major release. The good thing is that you don't need to do anything to upgrade! 🎉 To upgrade: ```sh git fetch git checkout tags/3.0.0 ```