release: bump version to 0.0.2 for Debian and PIP

This commit is contained in:
Pim van Pelt
2022-07-18 13:05:58 +00:00
parent 849b51be67
commit b62f5313dd
3 changed files with 12 additions and 2 deletions

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
vppcfg (0.0.2) unstable; urgency=low
Bugfix release:
* Fix python load / include paths, now vppcfg runs relative to $PATH
* Partial fix for 'make test' (doesn't execute the YAMLTest suite yet,
this has no impact to production)
* Bugfix: correctly prune vxlan tunnels which have an address set
* Lint: address a few pylint errors
-- Ray Kinsella <mdr@ashroe.eu> Thu, 30 Jun 2022 14:00:00 +0000
vppcfg (0.0.1) unstable; urgency=low
* Initial public release