Skip to content

Commit 292da38

Browse files
committed
v1.13.0 release
1 parent 270427c commit 292da38

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## v1.12.0
411

512
* New features

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
VERSION=1.12.0
2+
VERSION=1.13.0
33

44
SRCS = $(wildcard src/*.c)
55

0 commit comments

Comments
 (0)