Skip to content

Commit 64cef55

Browse files
committedApr 11, 2025
version bump to v0.3.0
1 parent f5f0aeb commit 64cef55

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

Diff for: ‎CHANGELOG.md

+8-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.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

5864
Initial 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

Diff for: ‎src/namedpipe/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.5"
1+
__version__ = "0.3.0"
22

33
from os import name as _os_name
44

0 commit comments

Comments
 (0)