Skip to content

Commit 532e6cd

Browse files
committed
Updated changelog, readme, and package version
1 parent 96a7ca6 commit 532e6cd

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.4.3] - 2019-05-18
4+
### Fixes
5+
6+
* The `--language` option for bitbucket now correctly accepts a value.
7+
38
## [0.4.2] - 2019-05-12
49
### Fixes
510

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitpub"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["Logan Saso <[email protected]>"]
55
description = "A CLI app to create remote git repositories."
66
repository = "https://github.com/loganintech/gitpub"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ OPTIONS:
133133
### Bitbucket
134134

135135
```
136-
gitpub-bitbucket 0.4.1
136+
gitpub-bitbucket 0.4.3
137137
Create a repo on bitbucket.
138138
139139
USAGE:

0 commit comments

Comments
 (0)