Skip to content

Commit 6fbb512

Browse files
author
semantic-release
committed
2.5.6
Automatically generated by python-semantic-release
1 parent f6e25f4 commit 6fbb512

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v2.5.6 (2026-03-12)
6+
7+
### Bug Fixes
8+
9+
- Create event loop if there is none
10+
([`f6e25f4`](https://github.com/Kitware/wslink/commit/f6e25f47de929b130b365dd1bb274988e1b36225))
11+
12+
513
## v2.5.5 (2026-03-04)
614

715
### Bug Fixes

js-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitware/wslink",
3-
"version": "2.5.5",
3+
"version": "2.5.6",
44
"description": "Rpc and pub/sub between Python and JavaScript over WebSockets",
55
"repository": {
66
"type": "git",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wslink"
3-
version = "2.5.5"
3+
version = "2.5.6"
44
authors = [
55
{ name = "Aron Helser", email = "Aron.helser@kitware.com" },
66
{ name = "Scott Wittenburg", email = "scott.wittenburg@kitware.com" },

src/wslink/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from wslink.core import register, schedule_callback, schedule_coroutine
1010

1111
__license__ = "BSD-3-Clause"
12-
__version__ = "2.5.5"
12+
__version__ = "2.5.6"
1313

1414
__all__ = [
1515
"__license__",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)