Skip to content

Commit

Permalink
Merge branch 'release/0.8.0'
Browse files Browse the repository at this point in the history
* release/0.8.0:
  Update CHANGELOG with 0.8.0
  Update version to 0.8.0
  • Loading branch information
donnemartin committed Apr 7, 2019
2 parents f7518f1 + 2d791c8 commit a6c4fa1
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,27 @@ https://github.com/donnemartin/gitsome/issues
Changelog
=========

0.8.0 (2019-04-07)
------------------

This version adds support for Python 3.7.

### Updates

* [#160](https://github.com/donnemartin/gitsome/pull/160) - Add Python 3.7 support. Fixes [#152](https://github.com/donnemartin/gitsome/pull/152), [#144](https://github.com/donnemartin/gitsome/pull/144), [#126](https://github.com/donnemartin/gitsome/pull/126), [#105](https://github.com/donnemartin/gitsome/pull/105) and several other related bugs.
* [#147](https://github.com/donnemartin/gitsome/pull/148) - Gracefully ignore missing avatar image, by [kBite](https://github.com/kBite).
* [#142](https://github.com/donnemartin/gitsome/pull/142) - Update release checklist.
* [#134](https://github.com/donnemartin/gitsome/pull/134) - Update GitHub integrations link.
* [#120](https://github.com/donnemartin/gitsome/pull/120) - Add license disclaimer.

### Bug Fixes

* [#151](https://github.com/donnemartin/gitsome/pull/151) - Fix gh command typos in docs, by [cyblue9](https://github.com/cyblue9).
* [#137](https://github.com/donnemartin/gitsome/pull/137) - Fix Running as a Docker Container anchor in README, by [kamontat](https://github.com/kamontat).
* [#129](https://github.com/donnemartin/gitsome/pull/129) - Fix trending command to handle empty summaries, by [emres](https://github.com/emres).
* [#123](https://github.com/donnemartin/gitsome/pull/123) - Remove buggy codecov badge.
* [#117](https://github.com/donnemartin/gitsome/pull/117) - Fix 0.7.0 CHANGELOG date, by [dbaio](https://github.com/dbaio).

0.7.0 (2017-03-26)
------------------

Expand Down
43 changes: 42 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. figure:: http://i.imgur.com/0SXZ90y.gif
:alt:
:alt:

gitsome
=======
Expand All @@ -20,6 +20,47 @@ https://github.com/donnemartin/gitsome/issues
Changelog
=========

0.8.0 (2019-04-07)
------------------

This version adds support for Python 3.7.

Updates
~~~~~~~

- `#160 <https://github.com/donnemartin/gitsome/pull/160>`__ - Add
Python 3.7 support. Fixes
`#152 <https://github.com/donnemartin/gitsome/pull/152>`__,
`#144 <https://github.com/donnemartin/gitsome/pull/144>`__,
`#126 <https://github.com/donnemartin/gitsome/pull/126>`__,
`#105 <https://github.com/donnemartin/gitsome/pull/105>`__ and
several other related bugs.
- `#147 <https://github.com/donnemartin/gitsome/pull/148>`__ -
Gracefully ignore missing avatar image, by
`kBite <https://github.com/kBite>`__.
- `#142 <https://github.com/donnemartin/gitsome/pull/142>`__ - Update
release checklist.
- `#134 <https://github.com/donnemartin/gitsome/pull/134>`__ - Update
GitHub integrations link.
- `#120 <https://github.com/donnemartin/gitsome/pull/120>`__ - Add
license disclaimer.

Bug Fixes
~~~~~~~~~

- `#151 <https://github.com/donnemartin/gitsome/pull/151>`__ - Fix gh
command typos in docs, by `cyblue9 <https://github.com/cyblue9>`__.
- `#137 <https://github.com/donnemartin/gitsome/pull/137>`__ - Fix
Running as a Docker Container anchor in README, by
`kamontat <https://github.com/kamontat>`__.
- `#129 <https://github.com/donnemartin/gitsome/pull/129>`__ - Fix
trending command to handle empty summaries, by
`emres <https://github.com/emres>`__.
- `#123 <https://github.com/donnemartin/gitsome/pull/123>`__ - Remove
buggy codecov badge.
- `#117 <https://github.com/donnemartin/gitsome/pull/117>`__ - Fix
0.7.0 CHANGELOG date, by `dbaio <https://github.com/dbaio>`__.

0.7.0 (2017-03-26)
------------------

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.7.0'
__version__ = '0.8.0'

0 comments on commit a6c4fa1

Please sign in to comment.