diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bdcc39..e0987c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.4.3] - 2019-05-18 +### Fixes + +* The `--language` option for bitbucket now correctly accepts a value. + ## [0.4.2] - 2019-05-12 ### Fixes diff --git a/Cargo.lock b/Cargo.lock index 1f6e2d0..0600f12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,7 +342,7 @@ dependencies = [ [[package]] name = "gitpub" -version = "0.4.2" +version = "0.4.3" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 42a9918..6187d8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitpub" -version = "0.4.2" +version = "0.4.3" authors = ["Logan Saso "] description = "A CLI app to create remote git repositories." repository = "https://github.com/loganintech/gitpub" diff --git a/README.md b/README.md index 9db7f51..b4fd580 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ OPTIONS: ### Bitbucket ``` -gitpub-bitbucket 0.4.1 +gitpub-bitbucket 0.4.3 Create a repo on bitbucket. USAGE: