Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi0607 committed May 27, 2018
1 parent 29ba4e8 commit 03fd313
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v0.3.0](https://github.com/toshi0607/release-tweeter/compare/v0.2.0...v0.3.0) (2018-05-27)

* :green_heart: tweet [#16](https://github.com/toshi0607/release-tweeter/pull/16) ([toshi0607](https://github.com/toshi0607))
* use request body to specify repo [#15](https://github.com/toshi0607/release-tweeter/pull/15) ([toshi0607](https://github.com/toshi0607))
* Features/upload [#13](https://github.com/toshi0607/release-tweeter/pull/13) ([toshi0607](https://github.com/toshi0607))

## [v0.2.0](https://github.com/toshi0607/release-tweeter/compare/b732846ca5d0...v0.2.0) (2018-05-26)

* :memo: add badges [#12](https://github.com/toshi0607/release-tweeter/pull/12) ([toshi0607](https://github.com/toshi0607))
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const version = "0.2.0"
const version = "0.3.0"

0 comments on commit 03fd313

Please sign in to comment.