Skip to content

Commit 70bc8fb

Browse files
committed
version 0.12.2
1 parent 65400cb commit 70bc8fb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history
22

3+
## trio-websocket 0.12.2 (2025-02-24)
4+
### Fixed
5+
- fix incorrect port when using a `wss://` URL without supplying an explicit
6+
SSL context
7+
38
## trio-websocket 0.12.1 (2025-02-17)
49
### Fixed
510
- fix omitted direct dependency on outcome

trio_websocket/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.13.0-dev'
1+
__version__ = '0.12.2'

0 commit comments

Comments
 (0)