Skip to content

Releases: rye/git-heckout

Version 0.6.0

13 Feb 21:37
@rye rye
v0.6.0
787cfd9
Compare
Choose a tag to compare

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) on stable and beta Rust.
    This is because of a number of cases where nightly Rust broke a tool, which caused our builds to fail.
    We still are testing the code against nightly, since this only requires that the compiler work.

Version 0.5.1

06 Feb 15:19
@rye rye
Compare
Choose a tag to compare

This release contains some minor dependency updates and some testing changes.

Version 0.5.0

09 Jun 18:35
@rye rye
Compare
Choose a tag to compare

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

17 May 14:14
@rye rye
Compare
Choose a tag to compare

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

21 Apr 04:56
@rye rye
Compare
Choose a tag to compare

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

21 Apr 01:41
@rye rye
Compare
Choose a tag to compare
v0.3.0

Version 0.3.0

Version 0.2.0

21 Apr 01:38
@rye rye
b892a63
Compare
Choose a tag to compare

Change the output format from the command-line.

Version 0.1.0

21 Apr 01:22
@rye rye
Compare
Choose a tag to compare

Refactored to use git2 instead of shelling out to git-checkout.

Version 0.0.2

08 Apr 22:57
@rye rye
Compare
Choose a tag to compare
v0.0.2

Version 0.0.2

Version 0.0.1

08 Apr 22:54
@rye rye
Compare
Choose a tag to compare
v0.0.1

Version 0.0.1