diff --git a/.SRCINFO b/.SRCINFO index 04d396bbe099..e16bb39d6173 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = kea_config pkgdesc = Manage kea dhcp4 configs from single source config - pkgver = 5.0.0 + pkgver = 5.0.1 pkgrel = 1 url = https://github.com/gene-git/kea_config arch = any @@ -13,7 +13,7 @@ pkgbase = kea_config makedepends = rsync depends = python>=3.13 depends = python-dnspython - source = git+https://github.com/gene-git/kea_config#tag=5.0.0 + source = git+https://github.com/gene-git/kea_config#tag=5.0.1 validpgpkeys = 7CCA1BA66669F3273DB52678E5B81343AB9809E1 sha512sums = SKIP diff --git a/Changelog b/Changelog index fe7faac26de1..775c05fea04a 100644 --- a/Changelog +++ b/Changelog @@ -1,10 +1,16 @@ ------------------------------------------------------- Changelog : kea_config - Tags : 4.13.0 ➙ 5.0.0 - : 2024-12-31 ➙ 2025-07-20 + Tags : 4.14.0 ➙ 5.0.1 + : 2025-03-23 ➙ 2025-07-20 : 6 tags. See Docs for full changelog ------------------------------------------------------- + 2025-07-20 : 5.0.1 + readme - more rst tweaks + more readme + Readme: tidy up some rst + update Docs/Changelog Docs/kea_config.pdf + 2025-07-20 : 5.0.0 update Docs/Changelog Docs/kea_config.pdf Code re-org/cleanup. @@ -24,10 +30,3 @@ 2025-03-23 : 4.14.0 Better error handling of host reservations/dns_net when missing info 2024-12-31 update Docs/Changelog.rst Docs/kea_config.pdf - - 2024-12-31 : 4.13.0 - Git tags are now signed. - Update SPDX tags - Add git signing key to Arch Package - Bump python version - 2024-12-19 update Docs/Changelog.rst Docs/kea_config.pdf diff --git a/PKGBUILD b/PKGBUILD index 387070463c5a..5e466ef8ea32 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgname='kea_config' pkgdesc='Manage kea dhcp4 configs from single source config' _gitname='kea_config' -pkgver=5.0.0 +pkgver=5.0.1 pkgrel=1 url="https://github.com/gene-git/kea_config"