File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff 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
4652Initial 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
Original file line number Diff line number Diff line change 1- __version__ = "0.2.3 "
1+ __version__ = "0.2.4 "
22
33from os import name as _os_name
44
You can’t perform that action at this time.
0 commit comments