Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 22, 2022
1 parent e0afd4c commit 8e705f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.2.7 (2022-06-22)
### Fix
* Support for tupples ([`e0afd4c`](https://github.com/microsoft/jacdac-python/commit/e0afd4c3737dd2545e613138ae3ceb6e337bbf27))

## v0.2.6 (2022-06-21)
### Fix
* 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))
Expand Down
2 changes: 1 addition & 1 deletion jacdac/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def const(v: int): return v
# A shim for the micropython const keyword

JD_VERSION = "0.2.6"
JD_VERSION = "0.2.7"

JD_SERIAL_HEADER_SIZE = const(16)
JD_SERIAL_MAX_PAYLOAD_SIZE = const(236)
Expand Down

0 comments on commit 8e705f4

Please sign in to comment.