Skip to content

Commit bf187ce

Browse files
authored
chore: release main (#358)
1 parent a357fdb commit bf187ce

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"executor": "0.16.7",
2+
"executor": "0.16.8",
33
"oocana": "0.16.10"
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.8](https://github.com/oomol/oocana-python/compare/[email protected]@0.16.8) (2025-06-05)
4+
5+
6+
### Bug Fixes
7+
8+
* coroutine should not be terminated once the function has completed ([#357](https://github.com/oomol/oocana-python/issues/357)) ([a357fdb](https://github.com/oomol/oocana-python/commit/a357fdbe5e592ba60ee1e1203adb4dea20f07d68))
9+
310
## [0.16.7](https://github.com/oomol/oocana-python/compare/[email protected]@0.16.7) (2025-05-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.7"
3+
version = "0.16.8"
44
authors = [
55
{name = "l1shen", email = "[email protected]"},
66
{name = "yleaf", email = "[email protected]"},

0 commit comments

Comments
 (0)