diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index a282681..109a796 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "executor": "0.16.14", + "executor": "0.16.15", "oocana": "0.18.8" } diff --git a/executor/CHANGELOG.md b/executor/CHANGELOG.md index d439550..5d7789b 100644 --- a/executor/CHANGELOG.md +++ b/executor/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.15](https://github.com/oomol/oocana-python/compare/oocana-python-executor@0.16.14...oocana-python-executor@0.16.15) (2025-09-26) + + +### Code Refactoring + +* use three component ([#434](https://github.com/oomol/oocana-python/issues/434)) ([d21f47f](https://github.com/oomol/oocana-python/commit/d21f47f499cfc5e6ca2f225c4ba86ee386c028f1)) + ## [0.16.14](https://github.com/oomol/oocana-python/compare/oocana-python-executor@0.16.13...oocana-python-executor@0.16.14) (2025-09-23) diff --git a/executor/pyproject.toml b/executor/pyproject.toml index 63b11c6..501bce2 100644 --- a/executor/pyproject.toml +++ b/executor/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "oocana-python-executor" -version = "0.16.14" +version = "0.16.15" authors = [ {name = "l1shen", email = "lishen1635@gmail.com"}, {name = "yleaf", email = "11785335+leavesster@users.noreply.github.com"},