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

This commit is contained in:
Aloïs Micard 2025-02-19 18:29:49 +01:00
parent 99b4c75371
commit 000349be67
2 changed files with 8 additions and 0 deletions

7
Changelog.md Normal file
View file

@ -0,0 +1,7 @@
# pfsense-netbox-sync
## [Unreleased]
## [0.1.0]
- Initial release.

View file

@ -25,6 +25,7 @@ dependencies = [
[project.urls] [project.urls]
Homepage = "https://git.creekorful.cloud/creekorful/pfsense-netbox-sync" Homepage = "https://git.creekorful.cloud/creekorful/pfsense-netbox-sync"
Issues = "https://git.creekorful.cloud/creekorful/pfsense-netbox-sync/issues" Issues = "https://git.creekorful.cloud/creekorful/pfsense-netbox-sync/issues"
Changelog = "https://git.creekorful.cloud/creekorful/pfsense-netbox-sync/src/branch/main/Changelog.md"
[project.scripts] [project.scripts]
pfnbsync = "pfsense_netbox_sync:main" pfnbsync = "pfsense_netbox_sync:main"