Release 0.2.4
All checks were successful
CD / ci (push) Successful in 33s
CI / ci (push) Successful in 27s

This commit is contained in:
Aloïs Micard 2025-09-02 23:57:53 +02:00
parent 49bc0cd3bc
commit 6470348875
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@
## [Unreleased]
## [0.2.4] - 02/09/2025
### Fixed
- Import vCPU core count instead of total available cores.
## [0.2.3] - 26/08/2025
### Fixed

View file

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