Skip to content

Commit

Permalink
"0.6.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Sep 28, 2014
1 parent 89f8f6a commit 1e688f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# [Changelog](https://github.com/michaeljoseph/changes/releases)

## [0.5.0](https://github.com/michaeljoseph/changes/compare/0.4.0...0.5.0)
## [0.6.0](https://github.com/michaeljoseph/changes/compare/0.5.0...0.6.0)

* [4fdcf03](https://github.com/michaeljoseph/changes/commit/4fdcf03) Add a list to a list
* [e21ffe5](https://github.com/michaeljoseph/changes/commit/e21ffe5) Fix 0.5.0 changelog entry
* [c3d75d4](https://github.com/michaeljoseph/changes/commit/c3d75d4) Add pytest options
* [ccffd94](https://github.com/michaeljoseph/changes/commit/ccffd94) Actually bring config back
* [07c9c07](https://github.com/michaeljoseph/changes/commit/07c9c07) Bring back config
Expand Down Expand Up @@ -35,6 +37,9 @@
* [dde9538](https://github.com/michaeljoseph/changes/commit/dde9538) Coverage for all python version runs
* [fc37056](https://github.com/michaeljoseph/changes/commit/fc37056) Send coverage results to scrutinizer-ci
* [a5c3922](https://github.com/michaeljoseph/changes/commit/a5c3922) Add scrutinizer-ci badge

## [0.5.0](https://github.com/michaeljoseph/changes/compare/0.4.0...0.5.0)

* [8bb96b4](https://github.com/michaeljoseph/changes/commit/8bb96b4) 0.5.0
* [6ffabf2](https://github.com/michaeljoseph/changes/commit/6ffabf2) Handle dry_run result appropriately
* [14a2437](https://github.com/michaeljoseph/changes/commit/14a2437) Raise if failed
Expand Down
2 changes: 1 addition & 1 deletion changes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Generates a github changelog, tags and uploads your python library"""

__version__ = '0.5.0'
__version__ = '0.6.0'
__url__ = 'https://github.com/michaeljoseph/changes'
__author__ = 'Michael Joseph'
__email__ = 'michaeljoseph@gmail.com'
Expand Down

0 comments on commit 1e688f3

Please sign in to comment.