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
## [0.1.0](v0.0.2...0.1.0) (2019-02-21)

* Introduce go modules and update releng tools [#5](#5) ([Songmu](https://github.com/Songmu))
* use standard sort package and drop patrickmn/sortutil [#4](#4) ([Songmu](https://github.com/Songmu))
* introduce xerrors [#3](#3) ([Songmu](https://github.com/Songmu))
* support each phony style [#2](#2) ([Songmu](https://github.com/Songmu))
  • Loading branch information
Songmu committed Feb 21, 2019
1 parent 789ba21 commit b9bded8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.0](https://github.com/Songmu/make2help/compare/v0.0.2...0.1.0) (2019-02-21)

* Introduce go modules and update releng tools [#5](https://github.com/Songmu/make2help/pull/5) ([Songmu](https://github.com/Songmu))
* use standard sort package and drop patrickmn/sortutil [#4](https://github.com/Songmu/make2help/pull/4) ([Songmu](https://github.com/Songmu))
* introduce xerrors [#3](https://github.com/Songmu/make2help/pull/3) ([Songmu](https://github.com/Songmu))
* support each phony style [#2](https://github.com/Songmu/make2help/pull/2) ([Songmu](https://github.com/Songmu))

## [v0.0.2](https://github.com/Songmu/make2help/compare/v0.0.1...v0.0.2) (2016-06-12)

* adjust output [#1](https://github.com/Songmu/make2help/pull/1) ([Songmu](https://github.com/Songmu))
Expand Down
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/mattn/go-isatty"
)

const version = "0.0.2"
const version = "0.1.0"

var revision = "HEAD"

Expand Down

0 comments on commit b9bded8

Please sign in to comment.