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 b356c71 commit edd5e9eCopy full SHA for edd5e9e
2 files changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
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
16
## v0.3.0
17
18
* New features
src/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.3.0
+VERSION=0.3.1
BISON ?= bison
FLEX ?= flex
0 commit comments