Skip to content

Commit

Permalink
v1.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jun 15, 2022
1 parent 270427c commit 292da38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.13.0

* New features
* Add `-X` option to capitalize hex digits when converting them from binary.
This works with the `binfile` and `atecc508a` methods since those are the
only two methods that run binary to hex conversions.

## v1.12.0

* New features
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION=1.12.0
VERSION=1.13.0

SRCS = $(wildcard src/*.c)

Expand Down

0 comments on commit 292da38

Please sign in to comment.