Skip to content

Commit 35dc0f1

Browse files
committed
Release 0.5.0
1 parent e48258f commit 35dc0f1

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

NEWS

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
## Changelog
22

3+
### 0.5.0
4+
5+
This is the first release named `sopel-github`. Previous versions of this plugin
6+
were known as `sopel_modules.github`, and are still available from PyPI for
7+
users running Sopel 7.x or older.
8+
9+
Added:
10+
* Support for inline references to issues/PRs from _any_ repo (#125)
11+
* Timestamps in issue, PR, and comment output (#126)
12+
* Configurable skipping of short inline issue/PR numbers (#137)
13+
* This is to help bot owners deal with e.g. people talking about their `#1`
14+
_something_ and the bot posts your project's first issue.
15+
16+
Changed:
17+
* Modernized for newer Sopel versions (#110, #138)
18+
* Send version header to GitHub API (#122)
19+
* Reworked PR merge status lookup (#123)
20+
21+
Fixed:
22+
* Handle directory links, not just files (#134)
23+
* Suppress errors for invalid inline issue references (#136)
24+
25+
Removed:
26+
* Obsolete `secret` setting (#124)
27+
28+
Meta:
29+
* New package name, `sopel-github` (#138)
30+
* Sopel 8.0+ now required (#138)
31+
* Made optional `:emoji_name:` conversion a setuptools extra (#120, #140)
32+
* Install `sopel-github[emojize]` to enable this feature.
33+
34+
335
### 0.4.8
436

537
Changed:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = { file=["README.md", "NEWS"], content-type="text/markdown" }
1414

1515
[project]
1616
name = "sopel-github"
17-
version = "0.5.0.dev0"
17+
version = "0.5.0"
1818
description = "GitHub plugin for Sopel"
1919

2020
authors = [

0 commit comments

Comments
 (0)