Skip to content

Releases: clechasseur/msrv-prep

v2.0.0

21 Mar 21:29
Compare
Choose a tag to compare

New major version: when a manifest file (e.g. Cargo.toml) is backed up, if there is also a lockfile (e.g. Cargo.lock) next to it, it is backed up as well. cargo msrv-unprep undoes the change to both files.

This is not perfect - if the Cargo.lock is at the workspace root but the root manifest is not modified, the lockfile won't be backed up. But it's a start 🙂

What's Changed

New Contributors

Full Changelog: v1.0.1...v2.0.0

v1.0.1

04 Mar 15:54
Compare
Choose a tag to compare

Fix release that addresses an issue that prevented the subcommands from working with Rust versions prior to 1.71.

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

01 Mar 13:56
Compare
Choose a tag to compare

First official release.

v0.1.0

29 Feb 13:33
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Pre-release version that will be published to crates.io so that I can test it in a "normal" workflow.