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
## [v0.3.0](v0.2.0...v0.3.0) (2019-12-04)

* introduce GitHub Actions [#5](#5) ([Songmu](https://github.com/Songmu))
* update deps [#4](#4) ([Songmu](https://github.com/Songmu))
* support cygwin [#3](#3) ([Wing924](https://github.com/Wing924))
  • Loading branch information
Songmu committed Dec 3, 2019
1 parent 30bd0d2 commit e9a4388
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/Songmu/prompter/compare/v0.2.0...v0.3.0) (2019-12-04)

* introduce GitHub Actions [#5](https://github.com/Songmu/prompter/pull/5) ([Songmu](https://github.com/Songmu))
* update deps [#4](https://github.com/Songmu/prompter/pull/4) ([Songmu](https://github.com/Songmu))
* support cygwin [#3](https://github.com/Songmu/prompter/pull/3) ([Wing924](https://github.com/Wing924))

## [v0.2.0](https://github.com/Songmu/prompter/compare/0.1.0...v0.2.0) (2019-04-21)

* introduce Go Modules [#1](https://github.com/Songmu/prompter/pull/1) ([Songmu](https://github.com/Songmu))
2 changes: 1 addition & 1 deletion prompter.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

// VERSION version of prompter
const VERSION = "0.2.0"
const VERSION = "0.3.0"

// Prompter is object for prompting
type Prompter struct {
Expand Down

0 comments on commit e9a4388

Please sign in to comment.