We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12c7a2 commit e0aafd7Copy full SHA for e0aafd7
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.6.5 (2023-04-13)
6
+### Fix
7
+* Exclude changelog.md from pre-commit ([#36](https://github.com/humbertogontijo/python-roborock/issues/36)) ([`b12c7a2`](https://github.com/humbertogontijo/python-roborock/commit/b12c7a229dfdbe0af182d6a120548100b0ca4140))
8
+
9
## v0.6.4 (2023-04-11)
10
11
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "python-roborock"
-version = "0.6.4"
+version = "0.6.5"
description = "A package to control Roborock vacuums."
authors = ["humbertogontijo <humbertogontijo@users.noreply.github.com>"]
license = "GPL-3.0-only"
0 commit comments