Skip to content

Commit 4e48d3f

Browse files
authored
chore: release main (#431)
1 parent 6c664d5 commit 4e48d3f

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"executor": "0.16.13",
3-
"oocana": "0.18.7"
2+
"executor": "0.16.14",
3+
"oocana": "0.18.8"
44
}

executor/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* support credential input ([#433](https://github.com/oomol/oocana-python/issues/433)) ([6c664d5](https://github.com/oomol/oocana-python/commit/6c664d56feaaf4661a753a5e1b8e5b291f85121c))
9+
310
## [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)
411

512

executor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "oocana-python-executor"
3-
version = "0.16.13"
3+
version = "0.16.14"
44
authors = [
55
{name = "l1shen", email = "lishen1635@gmail.com"},
66
{name = "yleaf", email = "11785335+leavesster@users.noreply.github.com"},

oocana/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.18.8](https://github.com/oomol/oocana-python/compare/oocana@0.18.7...oocana@0.18.8) (2025-09-23)
4+
5+
6+
### Features
7+
8+
* add query auth ([#428](https://github.com/oomol/oocana-python/issues/428)) ([361dde9](https://github.com/oomol/oocana-python/commit/361dde971a541027cb488473daec2f9aa87110ed))
9+
* support credential input ([#433](https://github.com/oomol/oocana-python/issues/433)) ([6c664d5](https://github.com/oomol/oocana-python/commit/6c664d56feaaf4661a753a5e1b8e5b291f85121c))
10+
* support update node weight ([#432](https://github.com/oomol/oocana-python/issues/432)) ([293b11e](https://github.com/oomol/oocana-python/commit/293b11ea8d36b2c25374f4fdc44defcf623d013d))
11+
312
## [0.18.7](https://github.com/oomol/oocana-python/compare/oocana@0.18.6...oocana@0.18.7) (2025-08-26)
413

514

oocana/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "oocana"
3-
version = "0.18.7"
3+
version = "0.18.8"
44
description = "python implement of oocana to give a context for oocana block"
55
dependencies = [
66
"paho-mqtt>=2",

0 commit comments

Comments
 (0)