Release 0.2.2
All checks were successful
CD / ci (push) Successful in 59s
CI / ci (push) Successful in 51s

This commit is contained in:
Aloïs Micard 2025-05-07 09:10:07 +02:00
parent c0d2c62bbb
commit e0a94e68d9
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
## [Unreleased] ## [Unreleased]
## [0.2.2] - 07/05/2025
### Fixed ### Fixed
- Use `NB_CLUSTER_ID` even for VM update. - Use `NB_CLUSTER_ID` even for VM update.

View file

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