diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2e3a6..7c6e1e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.0.1 + +- Bump fonttools from 4.2.2 to 4.2.4 +- Bump multidict from 4.7.3 to 4.7.4 +- Bump pycares from 3.1.0 to 3.1.1 + ## v1.0.0 - `fdiff` executable: added support for external executable tool diff execution with a new `--external` option diff --git a/lib/fdiff/__init__.py b/lib/fdiff/__init__.py index 4f464b1..9191208 100644 --- a/lib/fdiff/__init__.py +++ b/lib/fdiff/__init__.py @@ -1,3 +1,3 @@ #!/usr/bin/env python3 -version = __version__ = "1.0.0" +version = __version__ = "1.0.1"