Bump version to 0.9.9

This commit is contained in:
Joshua Boniface 2020-12-09 02:20:20 -05:00
parent 2ac31e0a14
commit b36ec43a2d
4 changed files with 24 additions and 1 deletions

View File

@ -20,6 +20,13 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r
## Changelog
#### v0.9.9
* Adds documentation updates
* Removes single-element list stripping and fixes surrounding bugs
* Adds additional fields to some API endpoints for ease of parsing by clients
* Fixes bugs with network configuration
#### v0.9.8
* Adds support for cluster backup/restore

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
pvc (0.9.9-0) unstable; urgency=high
* Adds documentation updates
* Removes single-element list stripping and fixes surrounding bugs
* Adds additional fields to some API endpoints for ease of parsing by clients
* Fixes bugs with network configuration
-- Joshua M. Boniface <joshua@boniface.me> Wed, 09 Dec 2020 02:20:20 -0500
pvc (0.9.8-0) unstable; urgency=high
* Adds support for cluster backup/restore

View File

@ -18,6 +18,13 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r
## Changelog
#### v0.9.9
* Adds documentation updates
* Removes single-element list stripping and fixes surrounding bugs
* Adds additional fields to some API endpoints for ease of parsing by clients
* Fixes bugs with network configuration
#### v0.9.8
* Adds support for cluster backup/restore

View File

@ -54,7 +54,7 @@ import pvcnoded.CephInstance as CephInstance
import pvcnoded.MetadataAPIInstance as MetadataAPIInstance
# Version string for startup output
version = '0.9.8'
version = '0.9.9'
###############################################################################
# PVCD - node daemon startup program