We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5dd514 commit 2aff9ddCopy full SHA for 2aff9dd
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.1] - 2025-02-11
10
+
11
+### Fixed
12
13
+- [Issue #3] fixed throwing exception when Windows raises ERROR_PIPE_CONNECTED error, which is an OK behavior
14
15
## [0.2.0] - 2025-02-04
16
17
### Added
src/namedpipe/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.0"
+__version__ = "0.2.1"
2
3
from os import name as _os_name
4
0 commit comments