Skip to content

Commit

Permalink
Merge branch 'release/0.4.1'
Browse files Browse the repository at this point in the history
* release/0.4.1:
  Prep 0.4.1 release
  • Loading branch information
donnemartin committed May 30, 2016
2 parents 0599373 + 1ab9c74 commit d43b968
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ https://github.com/donnemartin/haxor-news/issues
Changelog
=========

0.4.0 (2016-05-27)
0.4.1 (2016-05-30)

### Bug Fixes

* [#62](https://github.com/donnemartin/haxor-news/pull/62) - Fix prompt-toolkit v1.0.0 hanging while autocompleting the hn view command. This bug only happens on Windows.

0.4.0 (2016-05-30)

### Features

Expand All @@ -33,7 +39,7 @@ Changelog

### Updates

* [#48](https://github.com/donnemartin/haxor-news/issues/48) - Update latest monthly hiring post ids.
* [#48](https://github.com/donnemartin/haxor-news/issues/48), [#50](https://github.com/donnemartin/haxor-news/issues/50) - Update latest monthly hiring post ids.
* [#56](https://github.com/donnemartin/haxor-news/issues/48) - Update packaging dependencies based on semantic versioning.
* Fix `Config` docstrings.
* Update `README`:
Expand Down
14 changes: 12 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,16 @@ https://github.com/donnemartin/haxor-news/issues
Changelog
=========

0.4.0 (2016-05-27)
0.4.1 (2016-05-30)

Bug Fixes
---------

- `#62 <https://github.com/donnemartin/haxor-news/pull/62>`__ - Fix
prompt-toolkit v1.0.0 hanging while autocompleting the hn view
command. This bug only happens on Windows.

0.4.0 (2016-05-30)

Features
--------
Expand All @@ -44,7 +53,8 @@ Bug Fixes
Updates
-------

- `#48 <https://github.com/donnemartin/haxor-news/issues/48>`__ -
- `#48 <https://github.com/donnemartin/haxor-news/issues/48>`__,
`#50 <https://github.com/donnemartin/haxor-news/issues/50>`__ -
Update latest monthly hiring post ids.
- `#56 <https://github.com/donnemartin/haxor-news/issues/48>`__ -
Update packaging dependencies based on semantic versioning.
Expand Down
2 changes: 1 addition & 1 deletion haxor_news/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.

__version__ = '0.4.0'
__version__ = '0.4.1'

0 comments on commit d43b968

Please sign in to comment.