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 9bac4e0 commit 8888a7cCopy full SHA for 8888a7c
CHANGELOG.md
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
7
## [Unreleased]
8
9
+## [0.2.2] - 2025-02-19
10
+
11
+### Fixed
12
13
+- `__exit__` to suppress any exception by returning `True
14
15
## [0.2.1] - 2025-02-11
16
17
### Fixed
src/namedpipe/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.1"
+__version__ = "0.2.2"
2
3
from os import name as _os_name
4
0 commit comments