Skip to content

Commit

Permalink
Bump version to 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Dec 9, 2020
1 parent 2ac31e0 commit b36ec43
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Wed, 09 Dec 2020 02:20:20 -0500

pvc (0.9.8-0) unstable; urgency=high

* Adds support for cluster backup/restore
Expand Down
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion node-daemon/pvcnoded/Daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
import pvcnoded.MetadataAPIInstance as MetadataAPIInstance

# Version string for startup output
version = '0.9.8'
version = '0.9.9'

###############################################################################
# PVCD - node daemon startup program
Expand Down

0 comments on commit b36ec43

Please sign in to comment.