Skip to content

Commit

Permalink
0.2.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 24, 2022
1 parent 71ec26c commit 226c924
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.8 (2022-06-24)
### Fix
* Remove partner preview ([`71ec26c`](https://github.com/microsoft/jacdac-python/commit/71ec26cd865125f518947ac8e068e7c7ad8e9c86))

## v0.2.7 (2022-06-22)
### Fix
* Support for tupples ([`e0afd4c`](https://github.com/microsoft/jacdac-python/commit/e0afd4c3737dd2545e613138ae3ceb6e337bbf27))
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.7"
JD_VERSION = "0.2.8"

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

0 comments on commit 226c924

Please sign in to comment.