From 7943a36b0a1902721b14d7cd34ceaf41a406fb86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Wed, 19 Feb 2025 17:48:22 +0100 Subject: [PATCH] Add Changelog.md --- Changelog.md | 11 +++++++++++ pyproject.toml | 1 + 2 files changed, 12 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..1e40c29 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,11 @@ +# netbox-pve-sync + +## [Unreleased] + +### New + +- [#5] Allow to configure cluster ID. + +## [0.1.0] + +- Initial release. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 574dd9d..2af1bab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"