Skip to content

Commit 05ee3c3

Browse files
committed
Bump version: 0.3.1 → 0.3.2
Signed-off-by: wiseaidev <oss@wiseai.dev>
1 parent ed3a531 commit 05ee3c3

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.1
2+
current_version = 0.3.2
33

44
[bumpversion:file:Cargo.toml]
55
search = version = "{current_version}"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "duckduckgo"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Mahmoud Harmouch <oss@wiseai.dev>"]
55
edition = "2024"
66
description = "🦆 A CLI, TUI, and SDK for instant DuckDuckGo searches."

RUST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add this to your `Cargo.toml`:
88

99
```toml
1010
[dependencies]
11-
duckduckgo = "0.3.1"
11+
duckduckgo = "0.3.2"
1212
```
1313

1414
## 📚 Library Usage

WASM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To use `duckduckgo` in your WASM project, simply add it to your `Cargo.toml`. By
4545

4646
```toml
4747
[dependencies]
48-
duckduckgo = "0.3.1"
48+
duckduckgo = "0.3.2"
4949
```
5050

5151
### Minimal Example (Yew)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ddg-rs",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"bin": {

python/ddg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from ._ddg import * # noqa: F401, F403
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.3.2"

0 commit comments

Comments
 (0)