Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Oct 25, 2020
1 parent 861164b commit 1173e9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v2.1.1

- Add CodeQL static source testing
- Bump fonttools dependency to v4.16.1
- Bump aiohttp dependency to v3.6.3
- Bump multidict dependency to v5.0.0
- Bump yarl dependency to v1.6.2

## v2.1.0

- Add type annotations to all Python source files
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__ = "2.1.0"
version = __version__ = "2.1.1"

0 comments on commit 1173e9a

Please sign in to comment.