Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 3ec15b8

Browse files
committed
0.2.12
Automatically generated by python-semantic-release
1 parent c4e4b51 commit 3ec15b8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.2.12 (2022-06-28)
6+
### Fix
7+
* Don't use dynamic logger name ([`fde5c28`](https://github.com/microsoft/jacdac-python/commit/fde5c288125bd7f90e8496e8b480f6b65f987ea6))
8+
59
## v0.2.11 (2022-06-28)
610
### Fix
711
* Mark spi threads as daemon ([`46cfe82`](https://github.com/microsoft/jacdac-python/commit/46cfe826c66022e093b30c8b38d8ce800178b93a))

jacdac/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
def const(v: int): return v
22
# A shim for the micropython const keyword
33

4-
JD_VERSION = "0.2.11"
4+
JD_VERSION = "0.2.12"
55

66
JD_SERIAL_HEADER_SIZE = const(16)
77
JD_SERIAL_MAX_PAYLOAD_SIZE = const(236)

0 commit comments

Comments
 (0)