-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a bug where the repository summary could be confusing if an error was encountered. Strictly speaking this is a breaking API change because we now set `#[must_use]` on many functions. However, we update the version number based on changes to the command line tool, not the crate API.
- Loading branch information
1 parent
265376e
commit baca564
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "git-status-vars" | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
authors = ["Daniel Parks <[email protected]>"] | ||
description = "Summarize git repo info into shell variables (for use in a prompt)" | ||
homepage = "https://github.com/danielparks/git-status-vars" | ||
|