Skip to content

Commit b2f08ea

Browse files
committed
Merge branch 'release/0.6.0'
* release/0.6.0: Prep 0.6.0 release
2 parents 52d30e2 + c24071b commit b2f08ea

File tree

3 files changed

+68
-1
lines changed

3 files changed

+68
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,31 @@ https://github.com/donnemartin/gitsome/issues
1818
Changelog
1919
=========
2020

21+
0.6.0 (2016-05-29)
22+
------------------
23+
24+
### Features
25+
26+
* [#3](https://github.com/donnemartin/gitsome/issues/3) - Add GitHub Enterprise support.
27+
* [#33](https://github.com/donnemartin/gitsome/issues/33) - Revamp the info shown with the `gh feed` command.
28+
29+
### Bug Fixes
30+
31+
* [#30](https://github.com/donnemartin/gitsome/issues/30) - Fix a typo in the `pip3` install instructions.
32+
* [#39](https://github.com/donnemartin/gitsome/issues/39) - Fix `gh feed` `-pr/--private` flag in docs.
33+
* [#40](https://github.com/donnemartin/gitsome/issues/40) - Fix `create-issue` `NoneType` error if no `-b/--body` is specified.
34+
* [#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.
35+
* [#48](https://github.com/donnemartin/gitsome/issues/48) - Fix `create-repo` `NoneType` error if no `-d/--description` is specified.
36+
* [#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.
37+
* Fix `Config` docstrings.
38+
39+
### Updates
40+
41+
* [#26](https://github.com/donnemartin/gitsome/issues/26), [#32](https://github.com/donnemartin/gitsome/issues/32) - Add copyright notices for third
42+
party libraries.
43+
* [#44](https://github.com/donnemartin/gitsome/pull/44), [#53](https://github.com/donnemartin/gitsome/pull/53) - Update packaging dependencies based on semantic versioning.
44+
* Tweak `README` intro.
45+
2146
0.5.0 (2016-05-15)
2247
------------------
2348

CHANGELOG.rst

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,48 @@ https://github.com/donnemartin/gitsome/issues
2020
Changelog
2121
=========
2222

23+
0.6.0 (2016-05-29)
24+
------------------
25+
26+
Features
27+
~~~~~~~~
28+
29+
- `#3 <https://github.com/donnemartin/gitsome/issues/3>`__ - Add GitHub
30+
Enterprise support.
31+
- `#33 <https://github.com/donnemartin/gitsome/issues/33>`__ - Revamp
32+
the info shown with the ``gh feed`` command.
33+
34+
Bug Fixes
35+
~~~~~~~~~
36+
37+
- `#30 <https://github.com/donnemartin/gitsome/issues/30>`__ - Fix a
38+
typo in the ``pip3`` install instructions.
39+
- `#39 <https://github.com/donnemartin/gitsome/issues/39>`__ - Fix
40+
``gh feed`` ``-pr/--private`` flag in docs.
41+
- `#40 <https://github.com/donnemartin/gitsome/issues/40>`__ - Fix
42+
``create-issue`` ``NoneType`` error if no ``-b/--body`` is specified.
43+
- `#46 <https://github.com/donnemartin/gitsome/issues/46>`__ - Fix
44+
``gh view`` with the -b/--browser option only working for repos, not
45+
for issues or PRs.
46+
- `#48 <https://github.com/donnemartin/gitsome/issues/48>`__ - Fix
47+
``create-repo`` ``NoneType`` error if no ``-d/--description`` is
48+
specified.
49+
- `#54 <https://github.com/donnemartin/gitsome/pull/54>`__ - Update to
50+
``prompt-toolkit`` 1.0.0, which includes performance improvements
51+
(especially noticeable on Windows) and bug fixes.
52+
- Fix ``Config`` docstrings.
53+
54+
Updates
55+
~~~~~~~
56+
57+
- `#26 <https://github.com/donnemartin/gitsome/issues/26>`__,
58+
`#32 <https://github.com/donnemartin/gitsome/issues/32>`__ - Add
59+
copyright notices for third party libraries.
60+
- `#44 <https://github.com/donnemartin/gitsome/pull/44>`__,
61+
`#53 <https://github.com/donnemartin/gitsome/pull/53>`__ - Update
62+
packaging dependencies based on semantic versioning.
63+
- Tweak ``README`` intro.
64+
2365
0.5.0 (2016-05-15)
2466
------------------
2567

gitsome/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# ANY KIND, either express or implied. See the License for the specific
1414
# language governing permissions and limitations under the License.
1515

16-
__version__ = '0.5.0'
16+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)