Skip to content

Commit

Permalink
chore: Release git-instafix version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor committed Mar 4, 2024
1 parent 6152960 commit ae80ee8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# Version 0.2.1

* Remove last dependency on external git binary, using libgit2 for all git interactions
* Show backtraces on error if RUST_BACKTRACE=1 is in the environment
* Correctly stash and unstash changes before the rebase
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-instafix"
version = "0.2.0"
version = "0.2.1"
authors = ["Brandon W Maister <[email protected]>"]
edition = "2021"
default-run = "git-instafix"
Expand Down

0 comments on commit ae80ee8

Please sign in to comment.