Release 0.2.3
All checks were successful
CD / ci (push) Successful in 1m31s
CI / ci (push) Successful in 1m23s

This commit is contained in:
Aloïs Micard 2025-08-26 17:33:18 +02:00
parent f70c55e002
commit 490f72071f
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@
## [Unreleased]
## [0.2.3] - 26/08/2025
### Fixed
- Allow VM disk sizes in Megabytes.
## [0.2.2] - 07/05/2025
### Fixed

View file

@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "netbox-pve-sync"
version = "0.2.2"
version = "0.2.3"
authors = [
{ name = "Aloïs Micard", email = "alois@micard.lu" },
]