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 Nov 28, 2024
1 parent 07f544e commit 5caefdb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## Changelog

### 0.5.0

Changed:
* Require Sopel 8.0+ (#4)
* Minimum Python version is therefore now 3.8
* Improve logging of inventory & URL settings at startup (#5)

Meta:
* Packaging modernized: goodbye `setup.cfg`, hello `pyproject.toml` (#4)
* Cleaned up some deprecated usage (`sopel.module`, `datetime.utcnow()`)
* Tweaked config wizard prompt punctuation


### 0.4.0

Added:
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-rtfm"
version = "0.5.0.dev0"
version = "0.5.0"
description = "A plugin to suggest documentation links when someone asks a basic question."

authors = [
Expand Down

0 comments on commit 5caefdb

Please sign in to comment.