Skip to content

Commit

Permalink
0.2.15
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Sep 7, 2022
1 parent 3e88928 commit 8f12b96
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.15 (2022-09-07)
### Fix
* Updated constants ([`3e88928`](https://github.com/microsoft/jacdac-python/commit/3e88928cd85315f55973d7ae882855009a2c32c5))

## v0.2.14 (2022-06-29)
### Fix
* Add spi build config ([`3c74323`](https://github.com/microsoft/jacdac-python/commit/3c74323027545cc3689815daef62e97d92947c74))
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.14"
JD_VERSION = "0.2.15"

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

0 comments on commit 8f12b96

Please sign in to comment.