Skip to content

Commit

Permalink
Bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel7grant committed Mar 17, 2023
1 parent e68c571 commit 39a8919
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4] - 2023-03-17

### Fixed

- Fix binary path on NPM packaged binaries again
- Improve error handling for install package

## [0.1.3] - 2023-03-17

### Fixed
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,7 +1,7 @@
[package]
name = "gr-bin"
description = "Interact with remote repositories like you interact with git"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
license = "MIT"
documentation = "https://github.com/daniel7grant/gr"
Expand Down
6 changes: 3 additions & 3 deletions npm/package-lock.json

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

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gr-bin",
"version": "0.1.3",
"version": "0.1.4",
"description": "",
"main": "gr.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ $ gr login github.com")]

#[derive(Debug, Parser)]
#[command(name = "gr")]
#[command(version = "0.1.3")]
#[command(version = "0.1.4")]
#[command(about = "Interact with remote repositories like you interact with git", long_about = None)]
#[command(after_help = "Examples:
Expand Down

0 comments on commit 39a8919

Please sign in to comment.