Bump version to 0.6.0

This commit is contained in:
2019-05-10 22:51:59 +01:00
parent 7004a193c9
commit 9e682084c8
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
## TBC - Next ## 2019-05-10 Release 0.6.0
- Adds `cleanup` task - Adds `cleanup` task
- Convert module to using PDK - Convert module to using PDK

View File

@@ -1,6 +1,6 @@
{ {
"name": "optiz0r-sabayon", "name": "optiz0r-sabayon",
"version": "0.5.0", "version": "0.6.0",
"author": "Ben Roberts", "author": "Ben Roberts",
"summary": "Extends Puppet with support for the Sabayon Linux distribution", "summary": "Extends Puppet with support for the Sabayon Linux distribution",
"license": "MIT", "license": "MIT",
@@ -16,7 +16,9 @@
"operatingsystem": "Sabayon", "operatingsystem": "Sabayon",
"operatingsystemrelease": [ "operatingsystemrelease": [
"16.07", "16.07",
"16.11" "16.11",
"19.03",
"19.05"
] ]
} }
], ],