Skip to content

Commit 03bc333

Browse files
author
github-actions
committed
chore(release): 0.21.0 [skip ci]
1 parent c43f2b8 commit 03bc333

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v0.21.0 (2025-07-20)
6+
7+
### ✨ Features
8+
9+
- Improve providers registration interfaces
10+
([`c43f2b8`](https://github.com/waku-py/waku/commit/c43f2b8892d48a10f199b64da0ff005050e5cd64))
11+
12+
513
## v0.20.0 (2025-06-11)
614

715
### ✨ Features
@@ -362,7 +370,7 @@
362370

363371
### ⚙️ Build System
364372

365-
- Make patch release only for `fix` &amp;amp;amp; `perf` tags
373+
- Make patch release only for `fix` &amp;amp;amp;amp; `perf` tags
366374
([`b9cf6bf`](https://github.com/waku-py/waku/commit/b9cf6bf77047e21959f4e1bbe2a1bb1566cccd1c))
367375

368376
### 📖 Documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "waku"
7-
version = "0.20.0"
7+
version = "0.21.0"
88
description = "Framework for building modular and loosely coupled applications"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)