Skip to content

Commit

Permalink
0.2.10
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 25, 2022
1 parent e25aba7 commit 712ad55
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.10 (2022-06-25)
### Fix
* Enable spi automatically on pi ([`e25aba7`](https://github.com/microsoft/jacdac-python/commit/e25aba7e96fc1ee9242eeae2325910ace5840405))

## v0.2.9 (2022-06-24)
### Fix
* Removed partner preview ([`994c680`](https://github.com/microsoft/jacdac-python/commit/994c680e58c11b2e06853ab6865f6c6afec9ed04))
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.9"
JD_VERSION = "0.2.10"

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

0 comments on commit 712ad55

Please sign in to comment.