Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"executor": "0.16.17",
"oocana": "0.18.11"
"executor": "0.16.18",
"oocana": "0.18.12"
}
7 changes: 7 additions & 0 deletions executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.16.18](https://github.com/oomol/oocana-python/compare/oocana-python-executor@0.16.17...oocana-python-executor@0.16.18) (2026-02-02)


### Code Refactoring

* 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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion executor/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "oocana-python-executor"
version = "0.16.17"
version = "0.16.18"
authors = [
{name = "l1shen", email = "lishen1635@gmail.com"},
{name = "yleaf", email = "11785335+leavesster@users.noreply.github.com"},
Expand Down
18 changes: 18 additions & 0 deletions oocana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.18.12](https://github.com/oomol/oocana-python/compare/oocana@0.18.11...oocana@0.18.12) (2026-02-02)


### Features

* **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))


### Bug Fixes

* **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))
* **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))


### Code Refactoring

* **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))

## [0.18.11](https://github.com/oomol/oocana-python/compare/oocana@0.18.10...oocana@0.18.11) (2025-11-07)


Expand Down
2 changes: 1 addition & 1 deletion oocana/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "oocana"
version = "0.18.11"
version = "0.18.12"
description = "python implement of oocana to give a context for oocana block"
dependencies = [
"paho-mqtt>=2",
Expand Down