Skip to content

Commit dd56399

Browse files
committed
version 0.12.1
1 parent 8b797e0 commit dd56399

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.1 (2025-02-17)
4+
### Fixed
5+
- fix omitted direct dependency on outcome
6+
([#196](https://github.com/python-trio/trio-websocket/issues/196))
7+
38
## trio-websocket 0.12.0 (2025-02-16)
49
### Fixed
510
- fix loss of context/cause on ExceptionGroup exceptions

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.1'

0 commit comments

Comments
 (0)