Skip to content

Commit cd9166e

Browse files
committed
Release 1.0.0
1 parent 38071a3 commit cd9166e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

NEWS

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

3-
### 0.1.0
3+
### 1.0.0
44

55
First release of `sopel-search`.
6+
7+
This new search plugin apes a lot of behaviors from Sopel's built-in `search`,
8+
with the following notable changes:
9+
10+
* `.bing` is no longer available
11+
* `.search` is an alias to `.ddg`, as `.g` was already
12+
* Search `region` and `safesearch` level are now configurable
13+
* `.suggest` uses DuckDuckGo; Google suggestions are still available via the
14+
new `.gsuggest` command (if optional extra dependencies are installed)

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 = "0.1.0"
17+
version = "1.0.0"
1818
description = "Search plugin for Sopel IRC bots"
1919

2020
authors = [

0 commit comments

Comments
 (0)