From 1f325eb27c7cdb39250582e67bcff075dad2a91c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 02:46:21 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- .release-please-manifest.json | 3 ++- loopstructural/CHANGELOG.md | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 loopstructural/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6..e20a051 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,4 @@ { - ".": "0.0.1" + ".": "0.0.1", + "loopstructural": "0.1.0" } diff --git a/loopstructural/CHANGELOG.md b/loopstructural/CHANGELOG.md new file mode 100644 index 0000000..3333a7f --- /dev/null +++ b/loopstructural/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2025-02-21) + + +### Bug Fixes + +* bump version ([050947c](https://github.com/Loop3D/plugin_loopstructural/commit/050947ca6468291ef40c947893215c6f7eb0becc))