Skip to content

Commit 8144837

Browse files
committed
bump to v2.2.0
1 parent 606c3b2 commit 8144837

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v2.2.0
4+
5+
- Add indeterminate progress indicators during processing
6+
- Bump aiodns dependency to v3.0.0
7+
- Bump chardet dependency to v4.0.0
8+
- Bump pycares dependency to v4.0.0
9+
- Bump fonttools dependency to v4.23.1
10+
- Add new rich package dependency
11+
- Add pull request support to GitHub Actions workflow configurations
12+
313
## v2.1.5
414

515
- Bump fonttools dependency to v4.22.1

Diff for: lib/fdiff/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python3
22

3-
version = __version__ = "2.1.6-dev0"
3+
version = __version__ = "2.2.0"

0 commit comments

Comments
 (0)