We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62608a3 commit 6915a93Copy full SHA for 6915a93
2 files changed
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# CHANGELOG
2
3
4
+## v0.9.0 (2025-08-18)
5
+
6
+### Features
7
8
+- Expose weaning_baseline enum value ([#44](https://github.com/Lash-L/python-snoo/pull/44),
9
+ [`62608a3`](https://github.com/Lash-L/python-snoo/commit/62608a3f41dd836c8130aa266e19d0a9541af1b8))
10
11
+WEANING_BASELINE is the same as BASELINE, but without motion.
12
13
+Co-authored-by: Dave Reisner <dreisner@google.com>
14
15
16
## v0.8.3 (2025-08-15)
17
18
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-snoo"
-version = "0.8.3"
+version = "0.9.0"
description = "A package to control Snoos."
authors = ["Lash-L <Lash-L@users.noreply.github.com>"]
license = "GPL-3.0-only"
0 commit comments