File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 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
66
77## [ Unreleased]
88
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+
915## [ 0.2.5] - 2025-03-01
1016
1117### Fixed
@@ -57,7 +63,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5763
5864Initial release
5965
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
6168[ 0.2.5 ] : https://github.com/python-ffmpegio/python-namedpipe/compare/v0.2.4...v0.2.4
6269[ 0.2.4 ] : https://github.com/python-ffmpegio/python-namedpipe/compare/v0.2.3...v0.2.4
6370[ 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 "
22
33from os import name as _os_name
44
You can’t perform that action at this time.
0 commit comments