Skip to content

Commit 8888a7c

Browse files
committed
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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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

src/namedpipe/__init__.py

Lines changed: 1 addition & 1 deletion
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)