diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e69de29..c0534c6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -0,0 +1,40 @@ +Changelog +========= + +All notable changes to this project will be documented in this file. + +The format is based on `Keep a Changelog `_ and this +project adheres to `Semantic Versioning `_. + + +Unreleased_ +----------- + +v0.1.2_ - 2018-09-12 +-------------------- + +Fixed +''''' +- ``ffpb`` crashing on non-video input/output (`#8 `_) + + +v0.1.1_ - 2018-09-11 +-------------------- + +Fixed +''''' +- ``README.rst`` not rendering properly on `PyPI `_ + + + +v0.1.0_ - 2018-09-11 +-------------------- + +Initial release. + + + +.. _Unreleased: https://github.com/althonos/ffpb/compare/v0.1.2...HEAD +.. _v0.1.2: https://github.com/althonos/ffpb/compare/v0.1.0...v0.1.2 +.. _v0.1.1: https://github.com/althonos/ffpb/compare/v0.1.0...v0.1.1 +.. _v0.1.0: https://github.com/althonos/ffpb/compare/dacd42a...v0.1.0 diff --git a/setup.cfg b/setup.cfg index b4ef9b4..691653d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ffpb -version = 0.1.1 +version = 0.1.2 author = Martin Larralde author-email = martin.larralde@ens-paris-saclay.fr home-page = https://github.com/althonos/ffpb