Skip to content

Commit 035e04d

Browse files
committed
version bump to v0.3.2
1 parent a17746f commit 035e04d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased][Unreleased]
88

9+
## [0.3.2] - 2026-06-29
10+
11+
### Fixed
12+
13+
- Fixed Windows named pipe creation (WinError 231) by dropping the exist-check
14+
in favor of try-create
15+
916
## [0.3.1] - 2026-06-28
1017

1118
### 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.3.1"
1+
__version__ = "0.3.2"
22

33
from os import name as _os_name
44

0 commit comments

Comments
 (0)