Release 0.1.1
All checks were successful
CD / ci (push) Successful in 34s
CI / ci (push) Successful in 29s

This commit is contained in:
Aloïs Micard 2025-02-19 22:29:18 +01:00
parent d11c1677e2
commit 2f17021e5d
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
## [Unreleased] ## [Unreleased]
## [0.1.1]
### New ### New
- [#5] Allow to configure cluster ID. - [#5] Allow to configure cluster ID.

View file

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