We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798287a commit fa2f37fCopy full SHA for fa2f37f
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.16.0 (2023-05-10)
6
+### Feature
7
+* Adding pcap file parser to cli ([`798287a`](https://github.com/humbertogontijo/python-roborock/commit/798287a5100a3e973524aae6dd9404c0af354c11))
8
+
9
## v0.15.0 (2023-05-09)
10
### Feature
11
* Add docs ([#58](https://github.com/humbertogontijo/python-roborock/issues/58)) ([`959abe1`](https://github.com/humbertogontijo/python-roborock/commit/959abe1f3b2be0bfb8705d1bc1f9cbe966577540))
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "python-roborock"
-version = "0.15.0"
+version = "0.16.0"
description = "A package to control Roborock vacuums."
authors = ["humbertogontijo <humbertogontijo@users.noreply.github.com>"]
license = "GPL-3.0-only"
0 commit comments