From 39a89195b8c864079b7424a2600a56ca89a90acc Mon Sep 17 00:00:00 2001 From: Grant Date: Fri, 17 Mar 2023 14:27:46 +0100 Subject: [PATCH] Bump version to 0.1.4 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- npm/package-lock.json | 6 +++--- npm/package.json | 2 +- src/cmd/args.rs | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dcb9c5..61887d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 9aba4be..151daa0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -238,7 +238,7 @@ dependencies = [ [[package]] name = "gr-bin" -version = "0.1.3" +version = "0.1.4" dependencies = [ "atty", "base64", diff --git a/Cargo.toml b/Cargo.toml index 15cbe61..d1a4725 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/npm/package-lock.json b/npm/package-lock.json index 1040cbe..796fe82 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "gr-bin", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gr-bin", - "version": "0.1.3", + "version": "0.1.4", "hasInstallScript": true, "license": "ISC", "dependencies": { @@ -14,7 +14,7 @@ "unzip-stream": "^0.3.1" }, "bin": { - "gr": "gr/gr.js" + "gr": "gr.js" } }, "node_modules/asynckit": { diff --git a/npm/package.json b/npm/package.json index a51517f..d66ac52 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "gr-bin", - "version": "0.1.3", + "version": "0.1.4", "description": "", "main": "gr.js", "repository": { diff --git a/src/cmd/args.rs b/src/cmd/args.rs index 197382e..51e92cd 100644 --- a/src/cmd/args.rs +++ b/src/cmd/args.rs @@ -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: