Skip to content

Commit d887cc0

Browse files
committed
version 0.12.0
Fixes #195
1 parent c0ea34e commit d887cc0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release history
22

3+
## trio-websocket 0.12.0 (2025-02-16)
4+
### Fixed
5+
- fix loss of context/cause on ExceptionGroup exceptions
6+
([#191](https://github.com/python-trio/trio-websocket/issues/191))
7+
### Changed
8+
- support trio strict_exception_groups=True
9+
- expand type annotations
10+
- add ability to specify receive buffer size, including `None` to let trio choose
11+
- drop support for Python 3.7
12+
313
## trio-websocket 0.11.1 (2023-09-26)
414
### Changed
515
- remove exceptiongroup dependency for Python >= 3.11

Diff for: trio_websocket/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.12.0-dev'
1+
__version__ = '0.12.0'

0 commit comments

Comments
 (0)