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 0fb7491 commit a3ac401Copy full SHA for a3ac401
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.3.0] - 2025-08-15
6
+
7
+### Added
8
9
+- Implementation of `[AP|Sta]-[MODE]` to Enums.
10
+- Added update check (non-forced) endpoint
11
+- Added warnings fetch endpoint
12
13
## [0.2.11] - 2025-08-14
14
15
### Changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "airos"
-version = "0.2.11"
+version = "0.3.0"
license = "MIT"
description = "Ubiquity airOS module(s) for Python 3."
readme = "README.md"
0 commit comments