Release version 1.0.0

This commit is contained in:
2026-08-14 14:28:33 +02:00
parent 02760e5864
commit 1f757a1570
2 changed files with 7 additions and 1 deletions

6
CHANGELOG.md Normal file
View File

@@ -0,0 +1,6 @@
# Changelog
## [1.0.0] - 2026-08-14
Official Release🥳

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "swap-forge" name = "swap-forge"
version = "0.0.0" version = "1.0.0"
description = "Create, resize and register a Linux swapfile, btrfs aware." description = "Create, resize and register a Linux swapfile, btrfs aware."
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"