From adb78baddaf530f662053ae8135753f66f5ca164 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Wed, 2 Nov 2022 14:40:13 -0700 Subject: [PATCH] Bump version for release. --- CHANGELOG.md | 6 ++++++ metadata.json | 29 +++++++++++++++++++++-------- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b87eb..e8d8f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/metadata.json b/metadata.json index f116afb..547b441 100644 --- a/metadata.json +++ b/metadata.json @@ -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", @@ -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" + } ] -} +} \ No newline at end of file