Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Apr 14, 2023
1 parent 72a635a commit 894a212
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Changes between 0.4.1 and 1.0.0
===============================

**Important: Package name is now `sopel-twitter`**

Added:
* Option to specify additional domains that can be treated as Twitter links (#34, #37)

Changed:
* Use `BooleanAttribute` setting type where appropriate (#27)
* Use future-proof `plugin` decorators (#30)
* Migrate from namespace package to entry point (#41)
* Migrate to Tweety library for data access; no more API keys (#42)
* Minimum Sopel version raised to 7.1 (#27)

Fixed:
* `/i/web/status` links (#33)
* Collapse consecutive newlines (#36)
* Properly set up logger (#38)


Changes between 0.4.0 and 0.4.1
===============================

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sopel-twitter
version = 0.4.1
version = 1.0.0
description = A Twitter plugin for Sopel
author = dgw
author_email = [email protected]
Expand All @@ -18,7 +18,7 @@ packages = find:
zip_safe = false
include_package_data = true
install_requires =
sopel>=7.1,<8
sopel>=7.1,<9
tweety-ns>=0.6.1,<0.7

[options.entry_points]
Expand Down

0 comments on commit 894a212

Please sign in to comment.