We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23dbbf2 commit e7c6181Copy full SHA for e7c6181
5 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 0.18.1
6
+
7
+### Add
8
9
+- Add offset management integration to consumer stream (#541)
10
11
+### Miscellaneous Tasks
12
13
+- Update python docs with creating topic (#537)
14
15
## 0.18.0
16
17
### Add
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "_fluvio_python"
-version = "0.18.0"
+version = "0.18.1"
edition = "2021"
authors = ["Fluvio Contributors <team@fluvio.io>"]
0 commit comments