From b92156f47b142e11b6f4ed00a2c2b04b1a65cad6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 25 Apr 2023 11:25:53 +0000 Subject: [PATCH] Release prep v3.0.0 --- CHANGELOG.md | 16 ++++++++++------ lib/rspec-puppet/version.rb | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43bf4ff7c..5d4a468a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,17 @@ 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). -## [v3.0.0-rc.1](https://github.com/puppetlabs/rspec-puppet/tree/v3.0.0-rc.1) - 2023-04-12 +## [v3.0.0](https://github.com/puppetlabs/rspec-puppet/tree/v3.0.0) - 2023-04-25 -[Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.12.0...v3.0.0-rc.1) +[Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v3.0.0.rc.1...v3.0.0) + +## [v3.0.0.rc.1](https://github.com/puppetlabs/rspec-puppet/tree/v3.0.0.rc.1) - 2023-04-12 + +[Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.12.0...v3.0.0.rc.1) + +### Added + +- Support dot-notation when retrieving facts in facter_impl [#46](https://github.com/puppetlabs/rspec-puppet/pull/46) ([alexjfisher](https://github.com/alexjfisher)) ### Changed - (CONT-808) Ruby 3 / Puppet 8 Support [#48](https://github.com/puppetlabs/rspec-puppet/pull/48) ([chelnak](https://github.com/chelnak)) @@ -17,10 +25,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a - Default to current versions of Puppet and Facter [#36](https://github.com/puppetlabs/rspec-puppet/pull/36) ([ekohl](https://github.com/ekohl)) - fixed plugins link [#30](https://github.com/puppetlabs/rspec-puppet/pull/30) ([binford2k](https://github.com/binford2k)) -### Other - -- Support dot-notation when retrieving facts in facter_impl [#46](https://github.com/puppetlabs/rspec-puppet/pull/46) ([alexjfisher](https://github.com/alexjfisher)) - ## [v2.12.0](https://github.com/puppetlabs/rspec-puppet/tree/v2.12.0) - 2022-07-21 [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.11.1...v2.12.0) diff --git a/lib/rspec-puppet/version.rb b/lib/rspec-puppet/version.rb index 0c3b6411d..0d1c8e7ff 100644 --- a/lib/rspec-puppet/version.rb +++ b/lib/rspec-puppet/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RSpecPuppet - VERSION = '3.0.0.rc.1' + VERSION = '3.0.0' end