Release 0.2.1
All checks were successful
CD / ci (push) Successful in 1m32s
CI / ci (push) Successful in 1m24s

This commit is contained in:
Aloïs Micard 2025-05-01 08:50:40 +02:00
parent c892d596f4
commit e7d5f5dd26
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
## [Unreleased] ## [Unreleased]
## [0.2.1] - 01/05/2025
### Fixed ### Fixed
- [#7] Improve tag handling. - [#7] Improve tag handling.

View file

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