From 64659ac31c5143c134d50508198f5a24c6b6b917 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:37:34 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4cff5b9..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 11436fd..3b5eb80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.0](https://github.com/IBM/simrun/compare/v0.4.2...v0.5.0) (2026-07-06) + + +### Features + +* add KeyValueEditor component for managing key-value pairs in settings ([#29](https://github.com/IBM/simrun/issues/29)) ([b859070](https://github.com/IBM/simrun/commit/b85907057f6b8096c11bc7cad66c4f3691486ef7)) +* **packs:** remote packs and app level default_tags ([#27](https://github.com/IBM/simrun/issues/27)) ([5fc1708](https://github.com/IBM/simrun/commit/5fc17083ffefccdcb10ce5bd5b0085216e3b401b)) + ## [0.4.2](https://github.com/IBM/simrun/compare/v0.4.1...v0.4.2) (2026-06-25)