Skip to content

Commit

Permalink
Merge branch 'release/0.6.0'
Browse files Browse the repository at this point in the history
* release/0.6.0:
  Prep 0.6.0 release
  • Loading branch information
donnemartin committed May 29, 2016
2 parents 52d30e2 + c24071b commit b2f08ea
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,31 @@ https://github.com/donnemartin/gitsome/issues
Changelog
=========

0.6.0 (2016-05-29)
------------------

### Features

* [#3](https://github.com/donnemartin/gitsome/issues/3) - Add GitHub Enterprise support.
* [#33](https://github.com/donnemartin/gitsome/issues/33) - Revamp the info shown with the `gh feed` command.

### Bug Fixes

* [#30](https://github.com/donnemartin/gitsome/issues/30) - Fix a typo in the `pip3` install instructions.
* [#39](https://github.com/donnemartin/gitsome/issues/39) - Fix `gh feed` `-pr/--private` flag in docs.
* [#40](https://github.com/donnemartin/gitsome/issues/40) - Fix `create-issue` `NoneType` error if no `-b/--body` is specified.
* [#46](https://github.com/donnemartin/gitsome/issues/46) - Fix `gh view` with the -b/--browser option only working for repos, not for issues or PRs.
* [#48](https://github.com/donnemartin/gitsome/issues/48) - Fix `create-repo` `NoneType` error if no `-d/--description` is specified.
* [#54](https://github.com/donnemartin/gitsome/pull/54) - Update to `prompt-toolkit` 1.0.0, which includes performance improvements (especially noticeable on Windows) and bug fixes.
* Fix `Config` docstrings.

### Updates

* [#26](https://github.com/donnemartin/gitsome/issues/26), [#32](https://github.com/donnemartin/gitsome/issues/32) - Add copyright notices for third
party libraries.
* [#44](https://github.com/donnemartin/gitsome/pull/44), [#53](https://github.com/donnemartin/gitsome/pull/53) - Update packaging dependencies based on semantic versioning.
* Tweak `README` intro.

0.5.0 (2016-05-15)
------------------

Expand Down
42 changes: 42 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,48 @@ https://github.com/donnemartin/gitsome/issues
Changelog
=========

0.6.0 (2016-05-29)
------------------

Features
~~~~~~~~

- `#3 <https://github.com/donnemartin/gitsome/issues/3>`__ - Add GitHub
Enterprise support.
- `#33 <https://github.com/donnemartin/gitsome/issues/33>`__ - Revamp
the info shown with the ``gh feed`` command.

Bug Fixes
~~~~~~~~~

- `#30 <https://github.com/donnemartin/gitsome/issues/30>`__ - Fix a
typo in the ``pip3`` install instructions.
- `#39 <https://github.com/donnemartin/gitsome/issues/39>`__ - Fix
``gh feed`` ``-pr/--private`` flag in docs.
- `#40 <https://github.com/donnemartin/gitsome/issues/40>`__ - Fix
``create-issue`` ``NoneType`` error if no ``-b/--body`` is specified.
- `#46 <https://github.com/donnemartin/gitsome/issues/46>`__ - Fix
``gh view`` with the -b/--browser option only working for repos, not
for issues or PRs.
- `#48 <https://github.com/donnemartin/gitsome/issues/48>`__ - Fix
``create-repo`` ``NoneType`` error if no ``-d/--description`` is
specified.
- `#54 <https://github.com/donnemartin/gitsome/pull/54>`__ - Update to
``prompt-toolkit`` 1.0.0, which includes performance improvements
(especially noticeable on Windows) and bug fixes.
- Fix ``Config`` docstrings.

Updates
~~~~~~~

- `#26 <https://github.com/donnemartin/gitsome/issues/26>`__,
`#32 <https://github.com/donnemartin/gitsome/issues/32>`__ - Add
copyright notices for third party libraries.
- `#44 <https://github.com/donnemartin/gitsome/pull/44>`__,
`#53 <https://github.com/donnemartin/gitsome/pull/53>`__ - Update
packaging dependencies based on semantic versioning.
- Tweak ``README`` intro.

0.5.0 (2016-05-15)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gitsome/__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.5.0'
__version__ = '0.6.0'

0 comments on commit b2f08ea

Please sign in to comment.