Skip to content

Commit 0c7e105

Browse files
committed
Release v0.9.0
1 parent be2fcf9 commit 0c7e105

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## Unreleased
2+
## 0.9.0 - 2025-05-07
33
### Added
44
- Magical Witches support ("MW"), with `^^` for XOR byte checksum
55
- Experimental Xros Loader support ("!XL")
@@ -11,6 +11,8 @@
1111
- Communicators delete params when disabled
1212
### Fixed
1313
- Adjusted Xros Mini timing
14+
### Tested with
15+
- CircuitPython 9.2.7
1416

1517
## 0.8.0 - 2024-01-29
1618
### Added
@@ -35,6 +37,8 @@
3537
### Removed
3638
- Data serial option
3739
- Workaround for PIO bug in CircuitPython 8.0.0 alpha versions
40+
### Tested with
41+
- CircuitPython 8.2.2
3842

3943
## 0.7.0 - 2023-05-06
4044
### Added

code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import board_config
1515

1616
VERSION = f'''name = "dmcomm-python"\r
17-
version = "v0.8.0+wip"\r
17+
version = "v0.9.0"\r
1818
circuitpython_version = "{os.uname().version}"\r
1919
circuitpython_board_id = "{board.board_id}"'''
2020

0 commit comments

Comments
 (0)