Skip to content

Commit dc36e84

Browse files
committed
bump to v0.5.0
1 parent 45d07e3 commit dc36e84

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.5.0] - 2026-05-17
9+
10+
### Added
11+
12+
- Support to install the latest git master snapshot and old releases
13+
- Architecture auto-detection
14+
- Two new providers: BtBN and OSXExperts (arm64 support)
15+
16+
### Changed
17+
18+
- Revamped provider/configuration data handling
19+
- ``ffdl.ffmpeg_version`` returns ``Version``, provider string, and build type string if installed
20+
821
## [0.4.1] - 2025-11-14
922

1023
### Fixed

src/ffmpeg_downloader/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from __future__ import annotations
22

3-
__version__ = "0.4.1"
3+
__version__ = "0.5.0"
44

55
import os
6+
67
from . import _backend as _
78

89

0 commit comments

Comments
 (0)