Skip to content

Commit

Permalink
Release 7.1.1
Browse files Browse the repository at this point in the history
Changelog cherry-picked from final draft on `master`:
0ee5974
  • Loading branch information
dgw committed Jun 20, 2021
1 parent 95d030f commit dcc90f7
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@ This file is used to auto-generate the "Changelog" section of Sopel's website.
When adding new entries, follow the style guide in NEWS.spec.md to avoid
causing problems with the site build.

Changes between 7.1.0 and 7.1.1
===============================

Plugin changes
--------------

* safety: fixed loading bad-domains list on py2 [[#2103][]]
* tell: fixed hard-coded verb when trying to `.ask` the bot [[#2106][]]
* tld: fixed `.tldcache clear` command corrupting internal state [[#2077][]]

Core changes
------------

* Fixed `BooleanAttribute` with `default=True` [[#2084][]]
* Ignore invalid URLs when triggering URL callbacks [[#2086][]]
* Fixed infinite loop in WHO tracking on certain networks [[#2091][]]
* Ignore problematic environment variables in tests [[#2094][]]
* Improved MODE tracking even more [[#2097][], [#2098][]]
* Updated, clarified, and expanded even more documentation [[#2090][],
[#2096][], [#2105][], [#2108][]]

[#2077]: https://github.com/sopel-irc/sopel/pull/2077
[#2084]: https://github.com/sopel-irc/sopel/pull/2084
[#2086]: https://github.com/sopel-irc/sopel/pull/2086
[#2090]: https://github.com/sopel-irc/sopel/pull/2090
[#2091]: https://github.com/sopel-irc/sopel/pull/2091
[#2094]: https://github.com/sopel-irc/sopel/pull/2094
[#2096]: https://github.com/sopel-irc/sopel/pull/2096
[#2097]: https://github.com/sopel-irc/sopel/pull/2097
[#2098]: https://github.com/sopel-irc/sopel/pull/2098
[#2103]: https://github.com/sopel-irc/sopel/pull/2103
[#2105]: https://github.com/sopel-irc/sopel/pull/2105
[#2106]: https://github.com/sopel-irc/sopel/pull/2106
[#2108]: https://github.com/sopel-irc/sopel/pull/2108


Changes between 7.0.7 and 7.1.0
===============================

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sopel
version = 7.1.1-dev
version = 7.1.1
description = Simple and extensible IRC bot
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit dcc90f7

Please sign in to comment.