Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 21, 2022
1 parent 301de2d commit 3d4e56a
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.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))

## v0.2.5 (2022-06-21)
### Fix
* Fix typing error ([`68a01bf`](https://github.com/microsoft/jacdac-python/commit/68a01bf0bd1885a909f6bb58215b1930cd331fe4))
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.5"
JD_VERSION = "0.2.6"

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

0 comments on commit 3d4e56a

Please sign in to comment.