Skip to content

Commit a2e7040

Browse files
committed
version bump to 0.2.0
1 parent a404ecb commit a2e7040

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8-
## [0.1.4]
8+
## [0.2.0] - 2022-11-19
9+
10+
### Changed
11+
12+
- Completely reworked CLI commands to mimic pip: install, uninstall, download, list, search
13+
14+
### Added
15+
16+
- Support to install the latest git master snapshot and old releases
17+
- `--add-path` CLI option to insert FFmpeg path to system user path
18+
- `add_path()` Python function to add FFmpeg path to process path
19+
- Other CLI options
20+
21+
22+
## [0.1.4] - 2022-02-27
923

1024
### Changed
1125

1226
- Switched from `urllib` to `requests` package for HTTP interface
13-
## [0.1.3]
27+
## [0.1.3] - 2022-02-22
1428

1529
### Fixed
1630

1731
- Fixed `ffmpeg_dir` attribute
1832

19-
## [0.1.2]
33+
## [0.1.2] - 2022-02-20
2034

2135
### Fixed
2236

2337
- PyPI description not shown
2438

25-
## [0.1.1]
39+
## [0.1.1] - 2022-02-20
2640

2741
- First release via GitHub Action
2842

29-
[Unreleased]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.3...HEAD
43+
[Unreleased]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.2.0...HEAD
44+
[0.2.0]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.4...v0.2.0
45+
[0.1.4]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.3...v0.1.4
3046
[0.1.3]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.2...v0.1.3
3147
[0.1.2]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.1...v0.1.2
3248
[0.1.1]: https://github.com/python-ffmpegio/python-ffmpegio/compare/94bbcc4...v0.1.1

0 commit comments

Comments
 (0)