Skip to content

Commit 6555f0d

Browse files
committed
version bump to 0.4.0
1 parent aed72a7 commit 6555f0d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55

66
## [Unreleased]
77

8+
## [0.4.0] - 2025-02-10
9+
10+
### Changed
11+
12+
- `ffdl.installed` can return the path with new optional argument `return_path=True`
13+
- `ffdl.ffxxx_path` attributes returns None if the binary is not installed
14+
15+
### Fixed
16+
17+
- `main` - allows no input argument (display the help text)
18+
819
## [0.3.0] - 2023-12-07
920

1021
### Added
@@ -57,7 +68,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5768

5869
- First release via GitHub Action
5970

60-
[Unreleased]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.0...HEAD
71+
[Unreleased]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.4.0...HEAD
72+
[0.4.0]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.0...v0.4.0
6173
[0.3.0]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.2.0...v0.3.0
6274
[0.2.0]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.4...v0.2.0
6375
[0.1.4]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.3...v0.1.4

src/ffmpeg_downloader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.3.0"
3+
__version__ = "0.4.0"
44

55
import os
66
from . import _backend as _

0 commit comments

Comments
 (0)