From 5ff51f8bacfd3ad9d1b8dbb71065becc5fcd9b6d Mon Sep 17 00:00:00 2001 From: d-k-bo <47948262+d-k-bo@users.noreply.github.com> Date: Thu, 17 Mar 2022 02:06:47 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c41a9ea..e34adec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 > :warning: Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable. +## [0.2.1] + +### Added + +- CLI: except `MakeMKVError` and raise `click.Abort` + ## [0.2.0] ### Added @@ -38,4 +44,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `MakeMKV.f()` / universal firmware tool support +[0.2.1]: https://github.com/d-k-bo/python-makemkv/compare/tag/v0.2.0...v0.2.1 [0.2.0]: https://github.com/d-k-bo/python-makemkv/releases/tag/v0.2.0