Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.3.1
Browse files Browse the repository at this point in the history
## [v0.3.1](v0.3.0...v0.3.1) (2020-08-17)

* persist access token as cache [#14](#14) ([vvatanabe](https://github.com/vvatanabe))
* Improve CI using with GitHub Actions [#13](#13) ([vvatanabe](https://github.com/vvatanabe))
* Enhance the setup documentation [#10](#10) ([vvatanabe](https://github.com/vvatanabe))
  • Loading branch information
vvatanabe committed Aug 17, 2020
1 parent 2e9cc4f commit 8907ad2
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.1](https://github.com/typetalk-gadget/nowplaying-on-typetalk/compare/v0.3.0...v0.3.1) (2020-08-17)

* persist access token as cache [#14](https://github.com/typetalk-gadget/nowplaying-on-typetalk/pull/14) ([vvatanabe](https://github.com/vvatanabe))
* Improve CI using with GitHub Actions [#13](https://github.com/typetalk-gadget/nowplaying-on-typetalk/pull/13) ([vvatanabe](https://github.com/vvatanabe))
* Enhance the setup documentation [#10](https://github.com/typetalk-gadget/nowplaying-on-typetalk/pull/10) ([vvatanabe](https://github.com/vvatanabe))

## [v0.3.0](https://github.com/typetalk-gadget/nowplaying-on-typetalk/compare/v0.2.0...v0.3.0) (2020-08-12)

* Supports XDG Base Directory and `.yaml` extension [#7](https://github.com/typetalk-gadget/nowplaying-on-typetalk/pull/7) ([mananyuki](https://github.com/mananyuki))
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import "fmt"

const version = "0.3.0"
const version = "0.3.1"

var revision = ""

Expand Down

0 comments on commit 8907ad2

Please sign in to comment.