Skip to content

Commit fa98417

Browse files
committed
Bump version to 0.0.2
1 parent 876b9bf commit fa98417

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## 0.0.2
4+
5+
API huge change, backward incompatibel
6+
7+
- More sensible package layout
8+
- Using functional options
9+
10+
## 0.0.1
11+
12+
Initial release
13+
14+
- Implement gogi client
15+
- List/Create functions

gogi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
version = "0.0.1"
10+
version = "0.0.2"
1111
ua = "gogi/" + version
1212
defaultAPIURL = "https://www.gitignore.io"
1313
typePath = "/api"

0 commit comments

Comments
 (0)