From 9b97a0693b1b58463b1f55f35a6558314a2921c1 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Mon, 3 Aug 2015 16:51:51 +0300 Subject: wic: release 0.2.0 Major changes in 0.2.0: - implemented UUID support - fixed support of GPT partition tables - implemented running bitbake from wic - implemented image compressing - started testing with oe-selftest. implemented 17 test cases - used native tools (parted, mkfs, mtools, etc) - usability and documentation fixes - code clenup (From OE-Core rev: a0f8cb7e0ffa15e101d39463c77707c821250203) Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- scripts/wic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/wic') diff --git a/scripts/wic b/scripts/wic index 9435ce085a..c1d3003378 100755 --- a/scripts/wic +++ b/scripts/wic @@ -29,7 +29,7 @@ # Tom Zanussi # -__version__ = "0.1.0" +__version__ = "0.2.0" # Python Standard Library modules import os -- cgit v1.2.3-54-g00ecf