Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 6f381e2

Browse files
committed
0.2.9
Automatically generated by python-semantic-release
1 parent 994c680 commit 6f381e2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

33
<!--next-version-placeholder-->
44

5+
## v0.2.9 (2022-06-24)
6+
### Fix
7+
* Removed partner preview ([`994c680`](https://github.com/microsoft/jacdac-python/commit/994c680e58c11b2e06853ab6865f6c6afec9ed04))
8+
59
## v0.2.8 (2022-06-24)
610
### Fix
711
* Remove partner preview ([`71ec26c`](https://github.com/microsoft/jacdac-python/commit/71ec26cd865125f518947ac8e068e7c7ad8e9c86))

jacdac/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
def const(v: int): return v
22
# A shim for the micropython const keyword
33

4-
JD_VERSION = "0.2.8"
4+
JD_VERSION = "0.2.9"
55

66
JD_SERIAL_HEADER_SIZE = const(16)
77
JD_SERIAL_MAX_PAYLOAD_SIZE = const(236)

0 commit comments

Comments
 (0)