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 4f6109a commit 006db03Copy full SHA for 006db03
.cz.toml
@@ -3,7 +3,7 @@ gpg_sign = true
3
name = "cz_conventional_commits"
4
tag_format = "v$version"
5
version_scheme = "pep440"
6
-version = "8.1.44.post1"
+version = "8.1.45"
7
update_changelog_on_bump = true
8
version_files = [
9
"src/system/__version__.py:__version__"
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v8.1.45 (2025-01-08)
2
+
+## v8.1.44.post1 (2024-11-06)
+### Fix
+- **ia**: fix AlarmQueryResult method names (#307)
+- #306
10
## v8.1.44.post1 (2024-11-06)
11
12
### Fix
src/system/__version__.py
@@ -1,4 +1,4 @@
"""Package information."""
-__version__ = "8.1.44.post1"
+__version__ = "8.1.45"
__build__ = "2024082010"
0 commit comments