Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Dec 5, 2021
1 parent 8da6323 commit 1d4c43b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

## v2.1.0

- `get_git_root_path` now searches up to five directory levels for the root .git directory path before failing (broadens suppport for more deeply nested font paths)
- update fonttools dependency to v4.28.2

## v2.0.0

- drop support for Python interpreters < 3.7 (dropped by our fonttools dependency)
Expand Down
2 changes: 1 addition & 1 deletion lib/fontv/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Version Number
# ------------------------------------------------------------------------------
major_version = "2"
minor_version = "0"
minor_version = "1"
patch_version = "0"

# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 1d4c43b

Please sign in to comment.