File tree 2 files changed +9
-2
lines changed
2 files changed +9
-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.3.0] - 2025-04-10
10
+
11
+ ### Changed
12
+
13
+ - Dropped the dependency on ` pywin32 ` and calling ` kernel32 ` directly for Windows named pipes
14
+
9
15
## [ 0.2.5] - 2025-03-01
10
16
11
17
### Fixed
@@ -57,7 +63,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
57
63
58
64
Initial release
59
65
60
- [ unreleased ] : https://github.com/python-ffmpegio/python-namedpipe/compare/v0.2.5...HEAD
66
+ [ unreleased ] : https://github.com/python-ffmpegio/python-namedpipe/compare/v0.3.0...HEAD
67
+ [ 0.3.0 ] : https://github.com/python-ffmpegio/python-namedpipe/compare/v0.2.5...v0.3.0
61
68
[ 0.2.5 ] : https://github.com/python-ffmpegio/python-namedpipe/compare/v0.2.4...v0.2.4
62
69
[ 0.2.4 ] : https://github.com/python-ffmpegio/python-namedpipe/compare/v0.2.3...v0.2.4
63
70
[ 0.2.3 ] : https://github.com/python-ffmpegio/python-namedpipe/compare/v0.2.2...v0.2.3
Original file line number Diff line number Diff line change 1
- __version__ = "0.2.5 "
1
+ __version__ = "0.3.0 "
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