Release version 1.0.0

This commit is contained in:
Kevin Veen-Birkenbach
2026-05-12 23:38:38 +02:00
parent 88e9127f9b
commit 6cec75f60d
3 changed files with 9 additions and 1 deletions

4
CHANGELOG.md Normal file
View File

@@ -0,0 +1,4 @@
## [1.0.0] - 2026-05-12
* Official Release 🥳

4
MIRRORS Normal file
View File

@@ -0,0 +1,4 @@
git@github.com:kevinveenbirkenbach/hetzner-arch-luks.git
ssh://git@code.infinito.nexus:2201/kevinveenbirkenbach/hetzner-arch-luks.git
ssh://git@git.veen.world:2201/kevinveenbirkenbach/hetzner-arch-luks.git
https://pypi.org/project/hetzner-arch-luks/

View File

@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "hetzner-arch-luks" name = "hetzner-arch-luks"
version = "0.1.0" version = "1.0.0"
description = "End-to-end CLI (`hal`) for installing, encrypting, debugging and maintaining an Arch Linux server on Hetzner Dedicated hardware with software RAID, LUKS full-disk encryption, btrfs on LVM, and remote unlock via dropbear in the initramfs." description = "End-to-end CLI (`hal`) for installing, encrypting, debugging and maintaining an Arch Linux server on Hetzner Dedicated hardware with software RAID, LUKS full-disk encryption, btrfs on LVM, and remote unlock via dropbear in the initramfs."
readme = "README.md" readme = "README.md"
requires-python = ">=3.9" requires-python = ">=3.9"