We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270427c commit 292da38Copy full SHA for 292da38
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v1.13.0
4
+
5
+* New features
6
+ * Add `-X` option to capitalize hex digits when converting them from binary.
7
+ This works with the `binfile` and `atecc508a` methods since those are the
8
+ only two methods that run binary to hex conversions.
9
10
## v1.12.0
11
12
* New features
Makefile
@@ -1,5 +1,5 @@
-VERSION=1.12.0
+VERSION=1.13.0
SRCS = $(wildcard src/*.c)
0 commit comments