Skip to content

Commit 8888a7c

Browse files
committedFeb 19, 2025·
version bump to v0.2.2
1 parent 9bac4e0 commit 8888a7c

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.2] - 2025-02-19
10+
11+
### Fixed
12+
13+
- `__exit__` to suppress any exception by returning `True
14+
915
## [0.2.1] - 2025-02-11
1016

1117
### Fixed

Diff for: ‎src/namedpipe/__init__.py

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

33
from os import name as _os_name
44

0 commit comments

Comments
 (0)
Please sign in to comment.