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

Commit 8e705f4

Browse files
committed
0.2.7
Automatically generated by python-semantic-release
1 parent e0afd4c commit 8e705f4

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.7 (2022-06-22)
6+
### Fix
7+
* Support for tupples ([`e0afd4c`](https://github.com/microsoft/jacdac-python/commit/e0afd4c3737dd2545e613138ae3ceb6e337bbf27))
8+
59
## v0.2.6 (2022-06-21)
610
### Fix
711
* Add set_all in led client, updated exmpales ([#10](https://github.com/microsoft/jacdac-python/issues/10)) ([`301de2d`](https://github.com/microsoft/jacdac-python/commit/301de2d9ed047fffd6056e0f733c452fce1e299a))

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.6"
4+
JD_VERSION = "0.2.7"
55

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

0 commit comments

Comments
 (0)