We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b797e0 commit dd56399Copy full SHA for dd56399
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Release history
2
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
+
8
## trio-websocket 0.12.0 (2025-02-16)
9
### Fixed
10
- fix loss of context/cause on ExceptionGroup exceptions
trio_websocket/_version.py
@@ -1 +1 @@
-__version__ = '0.13.0-dev'
+__version__ = '0.12.1'
0 commit comments