From 24df0ab391b549ae7ce708411d57b64e4b2b6f65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:36:04 +0100 Subject: [PATCH] chore(master): release 0.5.1 (#120) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e588..210d2903 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a88d136d..fe864cb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.5.1](https://github.com/leg100/pug/compare/v0.5.0...v0.5.1) (2024-08-22) + + +### Features + +* targeted apply and destroy ([#121](https://github.com/leg100/pug/issues/121)) ([b4f1740](https://github.com/leg100/pug/commit/b4f1740dcedcac1b2e64388497a8510a7a862c7d)) + + +### Miscellaneous + +* fix typo on readme ([d576437](https://github.com/leg100/pug/commit/d5764375fe1e16e5624eaa0bad8c56065f36aa30)) +* update readme with keys for targeted apply and destroy ([7f37f58](https://github.com/leg100/pug/commit/7f37f58c80a5b0fccbd91ecbc9b5caad825b7a53)) + ## [0.5.0](https://github.com/leg100/pug/compare/v0.4.3...v0.5.0) (2024-08-21)