Skip to content

Commit

Permalink
Release 1.0.1: minor bug fix
Browse files Browse the repository at this point in the history
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
danielparks committed May 24, 2023
1 parent 265376e commit baca564
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## main branch
## Release 1.0.1 (2023-05-24)

* Added missing crate documentation.
* Updated dependencies.
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-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"
Expand Down

0 comments on commit baca564

Please sign in to comment.