Add Changelog.md
All checks were successful
CI / ci (push) Successful in 26s

This commit is contained in:
Aloïs Micard 2025-02-19 17:48:22 +01:00
parent 0c82c4ecf8
commit 7943a36b0a
2 changed files with 12 additions and 0 deletions

11
Changelog.md Normal file
View file

@ -0,0 +1,11 @@
# netbox-pve-sync
## [Unreleased]
### New
- [#5] Allow to configure cluster ID.
## [0.1.0]
- Initial release.

View file

@ -26,6 +26,7 @@ dependencies = [
[project.urls]
Homepage = "https://git.creekorful.cloud/creekorful/netbox-pve-sync"
Issues = "https://git.creekorful.cloud/creekorful/netbox-pve-sync/issues"
Changelog = "https://git.creekorful.cloud/creekorful/netbox-pve-sync/src/branch/main/CHANGELOG.md"
[project.scripts]
nbpxsync = "netbox_pve_sync:main"