We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfbde8 commit e1f0c6aCopy full SHA for e1f0c6a
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.0.1
4
+
5
+- Bump fonttools from 4.2.2 to 4.2.4
6
+- Bump multidict from 4.7.3 to 4.7.4
7
+- Bump pycares from 3.1.0 to 3.1.1
8
9
## v1.0.0
10
11
- `fdiff` executable: added support for external executable tool diff execution with a new `--external` option
lib/fdiff/__init__.py
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
-version = __version__ = "1.0.0"
+version = __version__ = "1.0.1"
0 commit comments