diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 99281783..a282681b 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "executor": "0.16.13", - "oocana": "0.18.7" + "executor": "0.16.14", + "oocana": "0.18.8" } diff --git a/executor/CHANGELOG.md b/executor/CHANGELOG.md index 886fff04..d4395507 100644 --- a/executor/CHANGELOG.md +++ b/executor/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Features + +* support credential input ([#433](https://github.com/oomol/oocana-python/issues/433)) ([6c664d5](https://github.com/oomol/oocana-python/commit/6c664d56feaaf4661a753a5e1b8e5b291f85121c)) + ## [0.16.13](https://github.com/oomol/oocana-python/compare/oocana-python-executor@0.16.12...oocana-python-executor@0.16.13) (2025-07-23) diff --git a/executor/pyproject.toml b/executor/pyproject.toml index 93408957..63b11c6e 100644 --- a/executor/pyproject.toml +++ b/executor/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "oocana-python-executor" -version = "0.16.13" +version = "0.16.14" authors = [ {name = "l1shen", email = "lishen1635@gmail.com"}, {name = "yleaf", email = "11785335+leavesster@users.noreply.github.com"}, diff --git a/oocana/CHANGELOG.md b/oocana/CHANGELOG.md index e1ef525f..bfacbfe9 100644 --- a/oocana/CHANGELOG.md +++ b/oocana/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.18.8](https://github.com/oomol/oocana-python/compare/oocana@0.18.7...oocana@0.18.8) (2025-09-23) + + +### Features + +* add query auth ([#428](https://github.com/oomol/oocana-python/issues/428)) ([361dde9](https://github.com/oomol/oocana-python/commit/361dde971a541027cb488473daec2f9aa87110ed)) +* support credential input ([#433](https://github.com/oomol/oocana-python/issues/433)) ([6c664d5](https://github.com/oomol/oocana-python/commit/6c664d56feaaf4661a753a5e1b8e5b291f85121c)) +* support update node weight ([#432](https://github.com/oomol/oocana-python/issues/432)) ([293b11e](https://github.com/oomol/oocana-python/commit/293b11ea8d36b2c25374f4fdc44defcf623d013d)) + ## [0.18.7](https://github.com/oomol/oocana-python/compare/oocana@0.18.6...oocana@0.18.7) (2025-08-26) diff --git a/oocana/pyproject.toml b/oocana/pyproject.toml index fb784318..588b15b0 100644 --- a/oocana/pyproject.toml +++ b/oocana/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "oocana" -version = "0.18.7" +version = "0.18.8" description = "python implement of oocana to give a context for oocana block" dependencies = [ "paho-mqtt>=2",