Skip to content

Commit

Permalink
Bump version to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
minodisk committed Feb 19, 2016
1 parent fb17d38 commit 140a390
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Expand Up @@ -5,7 +5,7 @@
"package"
],
"BuildConstraints": "linux darwin windows",
"PackageVersion": "0.1.2",
"PackageVersion": "0.1.3",
"TaskSettings": {
"publish-github": {
"body": "[Changes](https://github.com/minodisk/qiitactl/blob/master/CHANGELOG.md)",
Expand Down
43 changes: 4 additions & 39 deletions CHANGELOG.md
@@ -1,60 +1,25 @@
## v0.1.3

Remove debug code

## v0.1.2

Update CLI

### Added

- Add version number to `qiitactl --version`

### Deprecated

Nothing

### Removed

Nothing

### Fixed

- Fix description in `qiitactl --help`

## v0.1.1

Change CLI parser

### Added

- github.com/alecthomas/kingpin

### Deprecated

Nothing

### Removed

- github.com/codegangsta/cli

### Fixed

- Don't parse response body as JSON when deleting #32

## v0.1.0

Initial release

### Added

- Add support for managing posts in Qiita and Qiita:Team
- Add support for generating file in local

### Deprecated

Nothing

### Removed

Nothing

### Fixed

Nothing

0 comments on commit 140a390

Please sign in to comment.