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 9a83409 commit 954c512Copy full SHA for 954c512
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v2.0.1
4
+
5
+- Refactor to maintain line length < 90
6
+- Add flake8 linting as part of the CI
7
+- Transition to GitHub Actions CI testing service
8
+- Bump attrs dependency to v20.2.0
9
+- Bump cffi dependency to v1.14.2
10
+- Bump fonttools dependency to v4.14.0
11
+- Bump idna dependency to v2.10
12
+- Bump multidict dependency to v4.7.6
13
+- Bump yarl dependendency to v1.5.1
14
15
## v2.0.0
16
17
- Backward incompatible change in the default unified diff approach for large files (fixes #54)
lib/fdiff/__init__.py
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
-version = __version__ = "2.0.0"
+version = __version__ = "2.0.1"
0 commit comments