From d901f3b8ee00f89ce6072dfb60a529ccf99658a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 00:50:58 +0000 Subject: [PATCH] chore(main): release 0.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fe010ad..f920f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/IBM/simrun/compare/v0.2.0...v0.2.1) (2026-06-23) + + +### Bug Fixes + +* region bug and minor UI changes ([#11](https://github.com/IBM/simrun/issues/11)) ([863a6ca](https://github.com/IBM/simrun/commit/863a6ca77baba1650a28995e794b598412070573)) + ## [0.2.0](https://github.com/IBM/simrun/compare/v0.1.0...v0.2.0) (2026-06-18)