From a8f222c45a7cc26b64ef2599674d72a5e696627d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 16 Aug 2023 11:59:46 +0000 Subject: [PATCH 1/2] Release prep v0.11.0 --- CHANGELOG.md | 8 ++++++-- lib/pwsh/version.rb | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c80a4661..4bb694c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). -## [v0.11.0-rc.1](https://github.com/puppetlabs/ruby-pwsh/tree/v0.11.0-rc.1) - 2023-04-17 +## [v0.11.0](https://github.com/puppetlabs/ruby-pwsh/tree/v0.11.0) - 2023-08-16 -[Full Changelog](https://github.com/puppetlabs/ruby-pwsh/compare/v0.10.3...v0.11.0-rc.1) +[Full Changelog](https://github.com/puppetlabs/ruby-pwsh/compare/v0.11.0.rc.1...v0.11.0) + +## [v0.11.0.rc.1](https://github.com/puppetlabs/ruby-pwsh/tree/v0.11.0.rc.1) - 2023-04-17 + +[Full Changelog](https://github.com/puppetlabs/ruby-pwsh/compare/v0.10.3...v0.11.0.rc.1) ### Changed - (CONT-867) Ruby 3 / Puppet 8 Support [#208](https://github.com/puppetlabs/ruby-pwsh/pull/208) ([chelnak](https://github.com/chelnak)) diff --git a/lib/pwsh/version.rb b/lib/pwsh/version.rb index 677a57a4..3d639bb2 100644 --- a/lib/pwsh/version.rb +++ b/lib/pwsh/version.rb @@ -2,5 +2,5 @@ module Pwsh # The version of the ruby-pwsh gem - VERSION = '0.11.0.rc.1' + VERSION = '0.11.0' end From b063351c4241cb0cf733e5060fdb1d50e8508382 Mon Sep 17 00:00:00 2001 From: jordanbreen28 Date: Wed, 16 Aug 2023 13:00:36 +0100 Subject: [PATCH 2/2] Module Release prep v0.11.0 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 53aaff2b..87f9e437 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-pwshlib", - "version": "0.10.3", + "version": "0.11.0", "author": "puppetlabs", "summary": "Provide library code for interoperating with PowerShell.", "license": "MIT",