Releases: rye/git-heckout
Version 0.6.0
Added
-
a Dependabot configuration to help me keep the dependencies up to date
-
a "Release" workflow for automating builds and deployments to crates.io
Changed
-
Breaking: The crate now uses Rust 2018 idioms.
In particular,extern crate
lines were removed. -
All pull requests against the default branch are now only checked (via
cargo clippy
and friends) onstable
andbeta
Rust.
This is because of a number of cases wherenightly
Rust broke a tool, which caused our builds to fail.
We still are testing the code againstnightly
, since this only requires that the compiler work.
Version 0.5.1
This release contains some minor dependency updates and some testing changes.
Version 0.5.0
This version contains a reversion back to the use of subprocesses and git-checkout(1) for carrying out checkouts, as well as a number of small dependency updates.
Version 0.4.1
This version includes a number of patch releases of dependencies as well as some changes to the CI configuration.
No changes to the API have been made.
Version 0.4.0
In this release, we've switched dependencies to sublime_fuzzy
for a bit, testing out the "sublime" fuzzy-matching instead of basic levenshtein distance matching.
Version 0.3.0
v0.3.0 Version 0.3.0
Version 0.2.0
Change the output format from the command-line.
Version 0.1.0
Refactored to use git2
instead of shelling out to git-checkout
.
Version 0.0.2
v0.0.2 Version 0.0.2
Version 0.0.1
v0.0.1 Version 0.0.1