Skip to content

Commit e1f0c6a

Browse files
committed
v1.0.1
1 parent cbfbde8 commit e1f0c6a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## v1.0.0
410

511
- `fdiff` executable: added support for external executable tool diff execution with a new `--external` option

lib/fdiff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python3
22

3-
version = __version__ = "1.0.0"
3+
version = __version__ = "1.0.1"

0 commit comments

Comments
 (0)