Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.1.0
Browse files Browse the repository at this point in the history
## [v0.1.0](cbe5aab...v0.1.0) (2020-01-12)

* Maintain release engineering for executable binary release [#15](#15) ([Songmu](https://github.com/Songmu))
* update deps [#14](#14) ([Songmu](https://github.com/Songmu))
* depends on Masterminds/semver/v3 [#13](#13) ([Songmu](https://github.com/Songmu))
* introduce Go Modules [#12](#12) ([Songmu](https://github.com/Songmu))
* switch semver package to Masterminds/semver from blang/semver [#11](#11) ([Songmu](https://github.com/Songmu))
* check if a new version is greater than the current one [#10](#10) ([Songmu](https://github.com/Songmu))
* add prompt feature: select the patch/minor/major from prompt [#9](#9) ([itchyny](https://github.com/itchyny))
* locate LICENSE file [#7](#7) ([Songmu](https://github.com/Songmu))
* Gobump.Run returns version informations [#6](#6) ([Songmu](https://github.com/Songmu))
* Add instruction to install gobump [#2](#2) ([shuheiktgw](https://github.com/shuheiktgw))
* reduce main package [#4](#4) ([Songmu](https://github.com/Songmu))
* add `-r` option for raw output [#1](#1) ([Songmu](https://github.com/Songmu))
  • Loading branch information
Songmu committed Jan 11, 2020
1 parent 0283879 commit d43378c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [v0.1.0](https://github.com/motemen/gobump/compare/cbe5aab9361f...v0.1.0) (2020-01-12)

* Maintain release engineering for executable binary release [#15](https://github.com/motemen/gobump/pull/15) ([Songmu](https://github.com/Songmu))
* update deps [#14](https://github.com/motemen/gobump/pull/14) ([Songmu](https://github.com/Songmu))
* depends on Masterminds/semver/v3 [#13](https://github.com/motemen/gobump/pull/13) ([Songmu](https://github.com/Songmu))
* introduce Go Modules [#12](https://github.com/motemen/gobump/pull/12) ([Songmu](https://github.com/Songmu))
* switch semver package to Masterminds/semver from blang/semver [#11](https://github.com/motemen/gobump/pull/11) ([Songmu](https://github.com/Songmu))
* check if a new version is greater than the current one [#10](https://github.com/motemen/gobump/pull/10) ([Songmu](https://github.com/Songmu))
* add prompt feature: select the patch/minor/major from prompt [#9](https://github.com/motemen/gobump/pull/9) ([itchyny](https://github.com/itchyny))
* locate LICENSE file [#7](https://github.com/motemen/gobump/pull/7) ([Songmu](https://github.com/Songmu))
* Gobump.Run returns version informations [#6](https://github.com/motemen/gobump/pull/6) ([Songmu](https://github.com/Songmu))
* Add instruction to install gobump [#2](https://github.com/motemen/gobump/pull/2) ([shuheiktgw](https://github.com/shuheiktgw))
* reduce main package [#4](https://github.com/motemen/gobump/pull/4) ([Songmu](https://github.com/Songmu))
* add `-r` option for raw output [#1](https://github.com/motemen/gobump/pull/1) ([Songmu](https://github.com/Songmu))
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package gobump

const version = "0.0.0"
const version = "0.1.0"

var revision = "HEAD"

0 comments on commit d43378c

Please sign in to comment.