Skip to content

Commit

Permalink
Bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cuonglm committed Aug 17, 2016
1 parent 876b9bf commit fa98417
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 0.0.2

API huge change, backward incompatibel

- More sensible package layout
- Using functional options

## 0.0.1

Initial release

- Implement gogi client
- List/Create functions
2 changes: 1 addition & 1 deletion gogi.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
version = "0.0.1"
version = "0.0.2"
ua = "gogi/" + version
defaultAPIURL = "https://www.gitignore.io"
typePath = "/api"
Expand Down

0 comments on commit fa98417

Please sign in to comment.