Release version 2.1.0

This commit is contained in:
Kevin Veen-Birkenbach
2026-07-14 12:06:25 +02:00
parent 557fe159d5
commit 9950c26fd9
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## [2.1.0] - 2026-07-14
Initial PyPI release 🥳
## [2.0.0] - 2026-07-14 ## [2.0.0] - 2026-07-14
All bash scripts were ported to the *lim/* Python package with a unified CLI, a mocked test suite, and CI. All bash scripts were ported to the *lim/* Python package with a unified CLI, a mocked test suite, and CI.

View File

@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "linux-image-manager" name = "linux-image-manager"
version = "1.0.0" version = "2.1.0"
description = "CLI (`lim`) for downloading, verifying and flashing Linux images, LUKS/Btrfs encrypted storage (single drive and RAID1), image backups and chroot maintenance" description = "CLI (`lim`) for downloading, verifying and flashing Linux images, LUKS/Btrfs encrypted storage (single drive and RAID1), image backups and chroot maintenance"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"