File tree 2 files changed +14
-2
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
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
+
9
15
## [ 0.2.3] - 2025-02-19
10
16
11
17
### Fixed
@@ -45,4 +51,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
45
51
46
52
Initial release
47
53
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 "
2
2
3
3
from os import name as _os_name
4
4
You can’t perform that action at this time.
0 commit comments