Skip to content

Commit edd5e9e

Browse files
committed
v0.3.1 release
1 parent b356c71 commit edd5e9e

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.3.1
4+
5+
* New features
6+
* Print out version on start
7+
* Support debug builds. Debug initramfs cpio images can be concatenated onto
8+
the ones in use to "turn on" debug prints.
9+
* Rename info() to print() since that's what the function does
10+
11+
* Bug fixes
12+
* Fix bug where uboot environment reads would not wait for the target disk to
13+
enumerate
14+
* Fix issue where UUIDs were case sensitive on the hex digits
15+
316
## v0.3.0
417

518
* New features

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.3.0
1+
VERSION=0.3.1
22

33
BISON ?= bison
44
FLEX ?= flex

0 commit comments

Comments
 (0)