Skip to content

Commit

Permalink
Update to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgerace committed Apr 5, 2021
1 parent ba1c71e commit 9854433
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

<!-- The latest version contains all changes. -->
The latest version contains all changes.

## [1.0.4] - 2021-04-04

### Changed

Expand Down
8 changes: 4 additions & 4 deletions 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 gfld/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gfld"
version = "1.0.3"
version = "1.0.4"
license = "Apache-2.0"
authors = ["Nick Gerace <[email protected]>"]
description = "The minimal version of gfold, a CLI tool to help keep track of your Git repositories."
Expand Down
14 changes: 7 additions & 7 deletions gfold/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gfold"
version = "1.0.3"
version = "1.0.4"
license = "Apache-2.0"
authors = ["Nick Gerace <[email protected]>"]
description = "CLI tool to help keep track of your Git repositories."
Expand All @@ -12,9 +12,9 @@ keywords = ["git", "cli"]
categories = ["command-line-utilities", "command-line-interface"]

[dependencies]
env_logger = "^0.8"
eyre = "^0.6"
git2 = "^0.13"
log = "^0.4"
prettytable-rs = "^0.8"
structopt = "^0.3"
env_logger = "^0"
eyre = "^0"
git2 = "^0"
log = "^0"
prettytable-rs = "^0"
structopt = "^0"

0 comments on commit 9854433

Please sign in to comment.