Skip to content

Commit

Permalink
Snagboot v2.1 release
Browse files Browse the repository at this point in the history
- treewide:
    make Kivy dependency optional by introducing a new "gui" package extra feature

- snagflash:
    correct file offset computations in MMC flashing procedure

- snagrecover:
    add support for STMicroelectronics STM32MP25 SoCs
    add support for Xilinx ZynqMP SoCs

Signed-off-by: Romain Gantois <[email protected]>
  • Loading branch information
rgantois committed Jan 21, 2025
1 parent 1ef189d commit 0f5d5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snagrecover/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# Global version string for Snagboot
__version__ = "2.0"
__version__ = "2.1"

0 comments on commit 0f5d5c3

Please sign in to comment.