Skip to content

Commit

Permalink
Release 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Nov 29, 2022
1 parent 1a4e523 commit 588db54
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Changes in 0.4.7
================

Added:
* Special `.gh-repo !clear` syntax to delete a channel's linked repo (#112)
* Output relative committer & author date for commit URLs (#114)

Changed:
* Prettified `.gh-repo` output (#112)

Fixed:
* `NameError` in `.gh version` subcommand ( #111)
* `TypeError` in `.gh-repo` in channel with no linked repository (#112)
* Incorrect plural "1 changes" in commit output (#113)
* Reduced false-positive Markdown heading detection (#115)
* Ignore URI fragments in repo links (#116)


Changes in 0.4.6
================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='sopel_modules.github',
version='0.4.6',
version='0.4.7',
description='GitHub plugin for Sopel',
long_description=readme + '\n\n' + history,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion sopel_modules/github/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
__author__ = 'maxpowa'
__email__ = '[email protected]'
__maintainer__ = 'dgw'
__version__ = '0.4.6'
__version__ = '0.4.7'
__repo__ = 'https://github.com/sopel-irc/sopel-github'

0 comments on commit 588db54

Please sign in to comment.