Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Jan 28, 2020
1 parent cbfbde8 commit e1f0c6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/fdiff/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python3

version = __version__ = "1.0.0"
version = __version__ = "1.0.1"

0 comments on commit e1f0c6a

Please sign in to comment.