From 38cd4c03744756e64a557740d8e05e4eb140498a Mon Sep 17 00:00:00 2001 From: Romain Gantois Date: Sat, 17 Feb 2024 08:29:11 +0100 Subject: [PATCH] Snagboot v1.3 release - treewide: support passing USB paths (e.g. 3-1.2) to snagboot instead of vid:pid addresses - i.MX: - Drop libhidapi dependency and add custom HID implementation - Add support for i.MX53 SoCs - AM335x: - Improve POSIX compliance of setup script and make it compatible with Fish shell - AM62x: - Update recovery flow for newer versions of U-Boot - Add board template for phyBOARD-Lyra - snagflash: - Handle "continue" command gracefully - Generalize handling of command parameters Signed-off-by: Romain Gantois --- src/snagrecover/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snagrecover/__init__.py b/src/snagrecover/__init__.py index 8ac584d..3df2b30 100644 --- a/src/snagrecover/__init__.py +++ b/src/snagrecover/__init__.py @@ -5,4 +5,4 @@ """ # Global version string for Snagboot -__version__ = "1.2" +__version__ = "1.3"