Skip to content

Commit

Permalink
v1.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed May 9, 2023
1 parent 4229474 commit 060c2f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.14.0

* New features
* Add `-b script` option to support running an external script or program to
supply the serial number. This is useful for including proprietary ID code
in with other boardid options. Thanks to Jon Ringle for this feature.
* Improve `-b bbb` to support reading the updated Beagleboard EEPROM format
used on the BeaglePlay.

## v1.13.1

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

VERSION=1.13.1
VERSION=1.14.0

SRCS = $(wildcard src/*.c)

Expand Down

0 comments on commit 060c2f8

Please sign in to comment.