We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861164b commit 1173e9aCopy full SHA for 1173e9a
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v2.1.1
4
+
5
+- Add CodeQL static source testing
6
+- Bump fonttools dependency to v4.16.1
7
+- Bump aiohttp dependency to v3.6.3
8
+- Bump multidict dependency to v5.0.0
9
+- Bump yarl dependency to v1.6.2
10
11
## v2.1.0
12
13
- Add type annotations to all Python source files
lib/fdiff/__init__.py
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
-version = __version__ = "2.1.0"
+version = __version__ = "2.1.1"
0 commit comments