Skip to content

Commit c5ddd40

Browse files
authored
chore: changelog for v0.20.0 (#549)
* chore: changelog for v0.19.0 * chore: release v0.20.0
1 parent 8df3954 commit c5ddd40

5 files changed

Lines changed: 2075 additions & 2045 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 0.20.0 - 2025-02-06
6+
7+
### 🚀 Features
8+
9+
- Add producer with parameters (#561)
10+
11+
### ⚙️ Miscellaneous Tasks
12+
13+
- Changelog for v0.19.0
14+
15+
## 0.19.0 - 2025-01-09
16+
17+
### Add
18+
19+
- Python compatibility with 3.13 (#545)
20+
21+
### Bug Fixes
22+
23+
- Add graceful shutdown (#545)
24+
25+
### Miscellaneous Tasks
26+
27+
- Update pyo3 dependencies (#545)
28+
29+
### Testing
30+
31+
- Fix for cloud cases using old consumers (#546)
32+
533
## 0.18.1
634

735
### Add

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "_fluvio_python"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
edition = "2021"
55
authors = ["Fluvio Contributors <team@fluvio.io>"]
66

0 commit comments

Comments
 (0)