Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
0.2.12
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 28, 2022
1 parent c4e4b51 commit 3ec15b8
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.12 (2022-06-28)
### Fix
* Don't use dynamic logger name ([`fde5c28`](https://github.com/microsoft/jacdac-python/commit/fde5c288125bd7f90e8496e8b480f6b65f987ea6))

## v0.2.11 (2022-06-28)
### Fix
* Mark spi threads as daemon ([`46cfe82`](https://github.com/microsoft/jacdac-python/commit/46cfe826c66022e093b30c8b38d8ce800178b93a))
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.11"
JD_VERSION = "0.2.12"

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

0 comments on commit 3ec15b8

Please sign in to comment.