Skip to content

Commit 954c512

Browse files
committed
v2.0.1
1 parent 9a83409 commit 954c512

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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+
315
## v2.0.0
416

517
- Backward incompatible change in the default unified diff approach for large files (fixes #54)

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__ = "2.0.0"
3+
version = __version__ = "2.0.1"

0 commit comments

Comments
 (0)