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

Commit 8f12b96

Browse files
actions-usergithub-actions
authored andcommitted
0.2.15
Automatically generated by python-semantic-release
1 parent 3e88928 commit 8f12b96

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.15 (2022-09-07)
6+
### Fix
7+
* Updated constants ([`3e88928`](https://github.com/microsoft/jacdac-python/commit/3e88928cd85315f55973d7ae882855009a2c32c5))
8+
59
## v0.2.14 (2022-06-29)
610
### Fix
711
* Add spi build config ([`3c74323`](https://github.com/microsoft/jacdac-python/commit/3c74323027545cc3689815daef62e97d92947c74))

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.14"
4+
JD_VERSION = "0.2.15"
55

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

0 commit comments

Comments
 (0)