Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Jul 14, 2014
1 parent 127911b commit c26d1f6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# [Changelog](https://github.com/michaeljoseph/changes/releases)

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

* [7f514a0](https://github.com/michaeljoseph/changes/commit/7f514a0) Improve error handling
* [f576c02](https://github.com/michaeljoseph/changes/commit/f576c02) Fix tests
* [ada17f5](https://github.com/michaeljoseph/changes/commit/ada17f5) Use fabric to create a tmp venv and install
* [57d341f](https://github.com/michaeljoseph/changes/commit/57d341f) Install fabric, rm virtualenv
* [7252d5a](https://github.com/michaeljoseph/changes/commit/7252d5a) Thanks @brendon9x
* [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
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.4.0'
__version__ = '0.5.0'
__url__ = 'https://github.com/michaeljoseph/changes'
__author__ = 'Michael Joseph'
__email__ = 'michaeljoseph@gmail.com'
Expand Down

0 comments on commit c26d1f6

Please sign in to comment.