diff --git a/NEWS b/NEWS index c021382..817e5dd 100644 --- a/NEWS +++ b/NEWS @@ -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 =============================== diff --git a/setup.cfg b/setup.cfg index daa71cc..9017fe1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = dgw@technobabbl.es @@ -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]