Release 0.2.0
All checks were successful
CD / ci (push) Successful in 1m37s
CI / ci (push) Successful in 1m35s

This commit is contained in:
Aloïs Micard 2025-04-21 15:56:17 +02:00
parent 685e8ac589
commit eb663ee3c6
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@
## [Unreleased]
## [0.2.0] - 21/04/2025
### New
- Monitoring PVE HA/Replication.
## [0.1.1] - 19/02/2025
### New

View file

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