Skip to content

Commit fe74ba7

Browse files
author
semantic-release
committed
2.5.5
Automatically generated by python-semantic-release
1 parent 452a0b1 commit fe74ba7

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.5 (2026-03-04)
6+
7+
### Bug Fixes
8+
9+
- Incrementally improve WSLinkClient typing
10+
([`452a0b1`](https://github.com/Kitware/wslink/commit/452a0b16b75e188e59e2cd2058387f6bd3076f38))
11+
12+
513
## v2.5.4 (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.4",
3+
"version": "2.5.5",
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.4"
3+
version = "2.5.5"
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.4"
12+
__version__ = "2.5.5"
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)