v0.1.0
This commit is contained in:
parent
2b444a88b6
commit
70b9ef1b09
2 changed files with 7 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
set -e
|
||||
|
||||
function print_version() {
|
||||
echo "Adafruit Pi External Root Helper v0.0.1"
|
||||
echo "Adafruit Pi External Root Helper v0.1.0"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
|
|||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
adafruit-pi-externalroot-helper (0.1.0-1) unstable; urgency=medium
|
||||
|
||||
* Fix hardcoded target drive in gdisk call.
|
||||
|
||||
-- Brennen Bearnes <bbearnes@gmail.com> Mon, 08 Jun 2015 16:19:01 -0600
|
||||
|
||||
adafruit-pi-externalroot-helper (0.0.1-1) unstable; urgency=low
|
||||
|
||||
* First pass at helper script.
|
||||
|
|
|
|||
Loading…
Reference in a new issue