Skip to content

Commit

Permalink
Merge pull request #10 from counsyl/release-9-23
Browse files Browse the repository at this point in the history
Bump version for release.
  • Loading branch information
jdavisp3 authored Nov 2, 2022
2 parents 46bfbfa + adb78ba commit 35c465a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.9.23 (11/02/2022)

IMPROVEMENTS:

* Support new Vagrant package versioning (Jakov Sosic).

## 0.9.22 (11/11/2019)

IMPROVEMENTS:
Expand Down
29 changes: 21 additions & 8 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "counsyl-vagrant",
"version": "0.9.22",
"version": "0.9.23",
"author": "Counsyl, Inc.",
"summary": "Puppet module for installing and configuring Vagrant",
"license": "Apache-2.0",
Expand All @@ -9,13 +9,26 @@
"issues_url": "https://github.com/counsyl/puppet-vagrant/issues",
"description": "Puppet module for installing and configuring Vagrant",
"dependencies": [
{"name":"counsyl/sys","version_requirement":">= 0.9.15 <2.0.0"}
{
"name": "counsyl/sys",
"version_requirement": ">= 0.9.15 <2.0.0"
}
],
"operatingsystem_support": [
{ "operatingsystem": "CentOS" },
{ "operatingsystem": "Darwin" },
{ "operatingsystem": "Debian" },
{ "operatingsystem": "RedHat" },
{ "operatingsystem": "Ubuntu" }
{
"operatingsystem": "CentOS"
},
{
"operatingsystem": "Darwin"
},
{
"operatingsystem": "Debian"
},
{
"operatingsystem": "RedHat"
},
{
"operatingsystem": "Ubuntu"
}
]
}
}

0 comments on commit 35c465a

Please sign in to comment.