Skip to content

Commit da2c8c4

Browse files
committed
Release 1.1.0
1 parent 9447a4d commit da2c8c4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Changelog
22

3+
### 1.1.0
4+
5+
* Handle common errors with some amount of grace ([#4][])
6+
* Refresh the DDGS client periodically to reduce errors ([#5][])
7+
8+
[#4]: https://github.com/sopel-irc/sopel-search/pull/4
9+
[#5]: https://github.com/sopel-irc/sopel-search/pull/5
10+
11+
312
### 1.0.1
413

514
Bump DuckDuckGo library minimum version; older releases stopped working.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = { file=["README.md", "NEWS"], content-type="text/markdown" }
1414

1515
[project]
1616
name = "sopel-search"
17-
version = "1.0.1"
17+
version = "1.1.0"
1818
description = "Search plugin for Sopel IRC bots"
1919

2020
authors = [

0 commit comments

Comments
 (0)