From c6b96f08e0ed20dc9476797a2f35aecbeffcc42c Mon Sep 17 00:00:00 2001 From: petergmurphy Date: Thu, 5 May 2022 11:13:05 +0100 Subject: [PATCH] (MAINT) Add change log for prm 0.2.0 release --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27be9e6..3c1c3c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] + ### Added - [(GH-341)](https://github.com/puppetlabs/pct/issues/341) `prm build` command to package tools for distribution +- [(GH-130)](https://github.com/puppetlabs/prm/issues/130) Add support for multi-tool validation +- [(GH-129)](https://github.com/puppetlabs/prm/issues/129) Tool output handling to either `terminal` or `file` +- [(GH-125)](https://github.com/puppetlabs/prm/issues/125) Autocompletion for validation tools +- [(GH-127)](https://github.com/puppetlabs/prm/issues/127) `prm validate` command minimal implementation on Docker backend + +### Fixes + +- [(GH-139)](https://github.com/puppetlabs/prm/issues/139) Fix invalid default Puppet agent Docker image version +- [(GH-138)](https://github.com/puppetlabs/prm/issues/138) Ensures the `cache dir` is created if using default value, on `exec` and `validate` commands +- [(GH-137)](https://github.com/puppetlabs/prm/issues/137) List tools in alphabetical order, instead of random order ## [0.1.0] @@ -22,5 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [(GH-16)](https://github.com/puppetlabs/prm/issues/16) `prm get|set puppet` commands to enable setting the Puppet runtime version from the terminal - [(GH-35)](https://github.com/puppetlabs/prm/issues/35) `prm exec` command to run tools in a Puppet Runtime -[Unreleased]: https://github.com/puppetlabs/prm/compare/0.1.0..main +[Unreleased]: https://github.com/puppetlabs/prm/compare/0.2.0..main +[0.2.0]: https://github.com/puppetlabs/prm/releases/tag/0.2.0 [0.1.0]: https://github.com/puppetlabs/prm/releases/tag/0.1.0