From 048ef35b3a24f65292163f36d228669c5a22f283 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 13 May 2026 02:51:12 +0000 Subject: [PATCH] Release prep v0.3.0 --- CHANGELOG.md | 12 ++++-------- lib/pe_client/version.rb | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a6a81..06b4356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +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). -## [Unreleased] +## [v0.3.0](https://github.com/puppetlabs/pe_client.rb/tree/v0.3.0) - 2026-05-13 -### Breaking Changes +[Full Changelog](https://github.com/puppetlabs/pe_client.rb/compare/v0.2.0...v0.3.0) -- `PuppetV3#file_content` now requires an `environment` parameter. [#17](https://github.com/puppetlabs/pe_client.rb/pull/17) ([zaben903](https://github.com/zaben903)) -- `PuppetV3#static_file_content` now requires the `code_id` and `environment` parameters. [#17](https://github.com/puppetlabs/pe_client.rb/pull/17) ([zaben903](https://github.com/zaben903)) -- `ImportHierarchy#replace` now accepts an Array of Hashes instead of a single Hash. [#17](https://github.com/puppetlabs/pe_client.rb/pull/17) ([zaben903](https://github.com/zaben903)) - -### Documentation +### Fixed -- Added end user documentation for all API endpoints [#17](https://github.com/puppetlabs/pe_client.rb/pull/17) ([zaben903](https://github.com/zaben903)) +- End User Documentation [#17](https://github.com/puppetlabs/pe_client.rb/pull/17) ([zaben903](https://github.com/zaben903)) ## [v0.2.0](https://github.com/puppetlabs/pe_client.rb/tree/v0.2.0) - 2026-03-10 diff --git a/lib/pe_client/version.rb b/lib/pe_client/version.rb index 4c47c51..c4ef6a9 100644 --- a/lib/pe_client/version.rb +++ b/lib/pe_client/version.rb @@ -16,5 +16,5 @@ module PEClient # PEClient version - VERSION = "0.2.0" + VERSION = "0.3.0" end