Skip to content

Commit 2aff9dd

Browse files
committed
version bump to v0.2.1
1 parent b5dd514 commit 2aff9dd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

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+
915
## [0.2.0] - 2025-02-04
1016

1117
### Added

Diff for: src/namedpipe/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"
22

33
from os import name as _os_name
44

0 commit comments

Comments
 (0)