diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e8e80a..8601098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # [Changelog](https://github.com/michaeljoseph/changes/releases) +## [0.5.0](https://github.com/michaeljoseph/changes/compare/0.4.0...0.5.0) + +* [74a6405](https://github.com/michaeljoseph/changes/commit/74a6405) Linting +* [d51d9b1](https://github.com/michaeljoseph/changes/commit/d51d9b1) Rework virtualenv handling +* [ca8b607](https://github.com/michaeljoseph/changes/commit/ca8b607) Add missing venv module +* [742c723](https://github.com/michaeljoseph/changes/commit/742c723) virtualenv-api +* [2819307](https://github.com/michaeljoseph/changes/commit/2819307) Ignore rope +* [a1ea585](https://github.com/michaeljoseph/changes/commit/a1ea585) Spurious +* [8128ebc](https://github.com/michaeljoseph/changes/commit/8128ebc) Skip failing tests (for now) (those are not famous last words) +* [2cc181b](https://github.com/michaeljoseph/changes/commit/2cc181b) Revert "Snuggle requirements" +* [a4e4993](https://github.com/michaeljoseph/changes/commit/a4e4993) Fix git log formatting +* [a20c3f8](https://github.com/michaeljoseph/changes/commit/a20c3f8) Snuggle requirements +* [80a3da5](https://github.com/michaeljoseph/changes/commit/80a3da5) Ignore travis-solo +* [085e02b](https://github.com/michaeljoseph/changes/commit/085e02b) Update upload command docs to include wheels +* [21dbae8](https://github.com/michaeljoseph/changes/commit/21dbae8) Fix markup +* [2d02bd6](https://github.com/michaeljoseph/changes/commit/2d02bd6) Handle initial release with exceptions + ## [0.4.0](https://github.com/michaeljoseph/changes/compare/0.3.0...0.4.0) * [8796606](https://github.com/michaeljoseph/changes/commit/8796606) Discard sh intermediates diff --git a/changes/__init__.py b/changes/__init__.py index 0b27776..6b98276 100644 --- a/changes/__init__.py +++ b/changes/__init__.py @@ -1,6 +1,6 @@ """Generates a github changelog, tags and uploads your python library""" -__version__ = '0.4.0' +__version__ = '0.5.0' __url__ = 'https://github.com/michaeljoseph/changes' __author__ = 'Michael Joseph' __email__ = 'michaeljoseph@gmail.com'