Update changelog and version to 0.6.1

This commit is contained in:
Ben Roberts
2019-12-08 18:21:47 +00:00
parent 75751b60b3
commit cae09eb85b
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
## 2-10-12-08 Release 0.6.1
- Improve parsing of package versions with respect to PMS v7 spec
## 2019-05-10 Release 0.6.0 ## 2019-05-10 Release 0.6.0
- Adds `cleanup` task - Adds `cleanup` task

View File

@@ -1,6 +1,6 @@
{ {
"name": "optiz0r-sabayon", "name": "optiz0r-sabayon",
"version": "0.6.0", "version": "0.6.1",
"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",
@@ -18,7 +18,8 @@
"16.07", "16.07",
"16.11", "16.11",
"19.03", "19.03",
"19.05" "19.05",
"19.10"
] ]
} }
], ],