Skip to content

Commit d0820cc

Browse files
committed
Updated changelog, readme, and version
1 parent 164fc43 commit d0820cc

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
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.2] - 2019-05-12
4+
### Fixes
5+
6+
* Fixed the way error handling was handled when setting git remote.
7+
38
## [0.4.1] - 2019-05-11
49
### Removed
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.1"
3+
version = "0.4.2"
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ A small program to create remote git repositories from the command line.
44

55
_Note:_ Environment variables can also be passed directly via CLI parameters, therefore setting said variables are always optional.
66

7+
_Note:_ API Versions in this README are based on the last time the CLI changed.
8+
79
Usage:
810

911
```

0 commit comments

Comments
 (0)