diff --git a/NEWS b/NEWS index f244040..a8d0e28 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Changes between 1.3.2 and 1.3.3 +=============================== + +Added: +* Handle `x.com` links (#55) + +Fixed: +* Handle `int` fields of `User` that can be `None` (#54) +* Correctly escape extra domains when lazily building URL patterns (#56) + + Changes between 1.3.1 and 1.3.2 =============================== diff --git a/setup.cfg b/setup.cfg index f380cca..a645896 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sopel-twitter -version = 1.3.2 +version = 1.3.3 description = A Twitter plugin for Sopel author = dgw author_email = dgw@technobabbl.es