Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-sidorenko committed Aug 4, 2017
1 parent 8ff82b9 commit 14c9ab3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Changelog
=========

## [v0.0.1](https://github.com/artem-sidorenko/chagen/releases/v0.0.1) (04.08.2017)

Merged pull requests
--------------------
- Release prepararation logic in the Makefile [\#13](https://github.com/artem-sidorenko/chagen/pull/13) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Archiving of release builds [\#12](https://github.com/artem-sidorenko/chagen/pull/12) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Enable preparation of new release, which is not tagged yet [\#11](https://github.com/artem-sidorenko/chagen/pull/11) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Lets have reverse sorting everywhere [\#10](https://github.com/artem-sidorenko/chagen/pull/10) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Enabling CLI flags for specifying a github repo [\#9](https://github.com/artem-sidorenko/chagen/pull/9) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Refactoring of data types [\#8](https://github.com/artem-sidorenko/chagen/pull/8) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Sorting and filtering of release data [\#7](https://github.com/artem-sidorenko/chagen/pull/7) ([artem-sidorenko](https://github.com/artem-sidorenko))
- First integration between connector and changelog generator [\#6](https://github.com/artem-sidorenko/chagen/pull/6) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Support of GitHub API authentication via environment variable [\#5](https://github.com/artem-sidorenko/chagen/pull/5) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Basic GitHub connector [\#4](https://github.com/artem-sidorenko/chagen/pull/4) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Use gometalinter for linting [\#3](https://github.com/artem-sidorenko/chagen/pull/3) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Refactoring: lets register our commands via init() [\#2](https://github.com/artem-sidorenko/chagen/pull/2) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Enable Travis CI [\#1](https://github.com/artem-sidorenko/chagen/pull/1) ([artem-sidorenko](https://github.com/artem-sidorenko))
2 changes: 1 addition & 1 deletion chagen.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/urfave/cli"
)

var version = "0.0.1-dev"
var version = "0.0.1"

const usage = "Changelog generator for your projects"

Expand Down

0 comments on commit 14c9ab3

Please sign in to comment.