Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Aug 23, 2024
1 parent e48258f commit 35dc0f1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
## Changelog

### 0.5.0

This is the first release named `sopel-github`. Previous versions of this plugin
were known as `sopel_modules.github`, and are still available from PyPI for
users running Sopel 7.x or older.

Added:
* Support for inline references to issues/PRs from _any_ repo (#125)
* Timestamps in issue, PR, and comment output (#126)
* Configurable skipping of short inline issue/PR numbers (#137)
* This is to help bot owners deal with e.g. people talking about their `#1`
_something_ and the bot posts your project's first issue.

Changed:
* Modernized for newer Sopel versions (#110, #138)
* Send version header to GitHub API (#122)
* Reworked PR merge status lookup (#123)

Fixed:
* Handle directory links, not just files (#134)
* Suppress errors for invalid inline issue references (#136)

Removed:
* Obsolete `secret` setting (#124)

Meta:
* New package name, `sopel-github` (#138)
* Sopel 8.0+ now required (#138)
* Made optional `:emoji_name:` conversion a setuptools extra (#120, #140)
* Install `sopel-github[emojize]` to enable this feature.


### 0.4.8

Changed:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = { file=["README.md", "NEWS"], content-type="text/markdown" }

[project]
name = "sopel-github"
version = "0.5.0.dev0"
version = "0.5.0"
description = "GitHub plugin for Sopel"

authors = [
Expand Down

0 comments on commit 35dc0f1

Please sign in to comment.