Skip to content

Commit 58d50bf

Browse files
committed
Update changelog and bump for release
1 parent 7cbe4bc commit 58d50bf

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.9] - 2025-08-12
6+
7+
### Changed
8+
9+
- Bug Fixes
10+
- More consistent error handling across login, status, stakick, and provmode; login now returns False when an auth token is missing. Improved discovery transport setup and resilience.
11+
- Refactor
12+
- Tightened type hints and clarified method signatures for predictable return types and safer usage.
13+
- Tests
14+
- Substantially expanded coverage, especially for discovery edge cases and error paths.
15+
- Chores
16+
- Enabled type checking in CI and gated coverage on it; added pre-commit hook and supporting environment script; updated test dependencies.
17+
518
## [0.2.8] - 2025-08-12
619

720
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "airos"
7-
version = "0.2.9a0"
7+
version = "0.2.9"
88
license = "MIT"
99
description = "Ubiquity airOS module(s) for Python 3."
1010
readme = "README.md"

0 commit comments

Comments
 (0)