Skip to content

Commit 57e5fd7

Browse files
committed
bump to v0.2.4
1 parent 6ee9fd6 commit 57e5fd7

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Diff for: CHANGELOG.md

+13-1
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.4] - 2025-02-21
10+
11+
### Fixed
12+
13+
- Fixed broken pipe error handling in `win32`. It now correctly raises the `BrokenPipeError`.
14+
915
## [0.2.3] - 2025-02-19
1016

1117
### Fixed
@@ -45,4 +51,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
4551

4652
Initial release
4753

48-
[unreleased]: https://github.com/python-ffmpegio/python-namedpipe/compare/v0.1.0...HEAD
54+
[unreleased]: https://github.com/python-ffmpegio/python-namedpipe/compare/v0.2.4...HEAD
55+
[0.2.4]: https://github.com/python-ffmpegio/python-namedpipe/compare/v0.2.3...v0.2.4
56+
[0.2.3]: https://github.com/python-ffmpegio/python-namedpipe/compare/v0.2.2...v0.2.3
57+
[0.2.2]: https://github.com/python-ffmpegio/python-namedpipe/compare/v0.2.1...v0.2.2
58+
[0.2.1]: https://github.com/python-ffmpegio/python-namedpipe/compare/v0.2.0...v0.2.1
59+
[0.2.0]: https://github.com/python-ffmpegio/python-namedpipe/compare/v0.1.1...v0.2.0
60+
[0.1.1]: https://github.com/python-ffmpegio/python-namedpipe/compare/v0.1.0...v0.1.1

Diff for: src/namedpipe/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.3"
1+
__version__ = "0.2.4"
22

33
from os import name as _os_name
44

0 commit comments

Comments
 (0)