From 9619675ad25d9a4bc5779a3df1b66cfe11e74f6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 19:15:58 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .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 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 03043d7..6486acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/IBM/simrun/compare/v0.3.0...v0.4.0) (2026-06-25) + + +### Features + +* **ci:** add GitHub Actions workflow for Docker image publishing ([#16](https://github.com/IBM/simrun/issues/16)) ([ff3602e](https://github.com/IBM/simrun/commit/ff3602e9c9ad8eba7df1022d68e71df4787a067c)) + ## [0.3.0](https://github.com/IBM/simrun/compare/v0.2.1...v0.3.0) (2026-06-23)