Skip to content

Commit 822e372

Browse files
committed
chore: release main
1 parent 084e1a5 commit 822e372

5 files changed

Lines changed: 30 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.17",
3-
"oocana": "0.18.11"
2+
"executor": "0.16.18",
3+
"oocana": "0.18.12"
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.18](https://github.com/oomol/oocana-python/compare/oocana-python-executor@0.16.17...oocana-python-executor@0.16.18) (2026-03-17)
4+
5+
6+
### Code Refactoring
7+
8+
* extract get_call_args to eliminate duplicate parameter matching ([#448](https://github.com/oomol/oocana-python/issues/448)) ([09d4e32](https://github.com/oomol/oocana-python/commit/09d4e32a9252657b255cd4ecb8ae44995afa23ca))
9+
310
## [0.16.17](https://github.com/oomol/oocana-python/compare/oocana-python-executor@0.16.16...oocana-python-executor@0.16.17) (2025-11-25)
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.17"
3+
version = "0.16.18"
44
authors = [
55
{name = "l1shen", email = "lishen1635@gmail.com"},
66
{name = "yleaf", email = "11785335+leavesster@users.noreply.github.com"},

oocana/CHANGELOG.md

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

3+
## [0.18.12](https://github.com/oomol/oocana-python/compare/oocana@0.18.11...oocana@0.18.12) (2026-03-17)
4+
5+
6+
### Features
7+
8+
* add fusion api url ([#471](https://github.com/oomol/oocana-python/issues/471)) ([084e1a5](https://github.com/oomol/oocana-python/commit/084e1a53e333d41e8031b8f826821ca7895e3bc7))
9+
* **oocana:** export TypedDict types for type checking ([#465](https://github.com/oomol/oocana-python/issues/465)) ([0d88b34](https://github.com/oomol/oocana-python/commit/0d88b348e5ef4f53d909d2d05610906c58e10de6))
10+
11+
12+
### Bug Fixes
13+
14+
* **oocana:** extract _wrap_output_with_warning to reduce duplication ([#454](https://github.com/oomol/oocana-python/issues/454)) ([bd456f2](https://github.com/oomol/oocana-python/commit/bd456f2158344678ed4a03d37e78ddd7cde91853))
15+
* **oocana:** remove duplicate entries from __all__ in data.py ([#463](https://github.com/oomol/oocana-python/issues/463)) ([3556a2b](https://github.com/oomol/oocana-python/commit/3556a2b848dd8bf750096ee8927e8e8e20ce0ca3))
16+
17+
18+
### Code Refactoring
19+
20+
* **oocana:** move string_hash function to internal.py ([#459](https://github.com/oomol/oocana-python/issues/459)) ([a1ae5a0](https://github.com/oomol/oocana-python/commit/a1ae5a0873fd2ac8d99e38891045f8997777c24d))
21+
322
## [0.18.11](https://github.com/oomol/oocana-python/compare/oocana@0.18.10...oocana@0.18.11) (2025-11-07)
423

524

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.11"
3+
version = "0.18.12"
44
description = "python implement of oocana to give a context for oocana block"
55
dependencies = [
66
"paho-mqtt>=2",

0 commit comments

Comments
 (0)