Skip to content

Commit

Permalink
bump to v3.0.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Apr 22, 2021
1 parent c2a7953 commit f2cfe4b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v3.0.0

- add support for cvar table removal in variable fonts (backward incompatible change)
- add new `--keep-cvar` option to toggle cvar table removal off
- modify default gasp approach to add a gasp table when it is not available in a font (backward incompatible change)
- add new source formatting Makefile targets
- add isort package to setup.py extras_requires dev dependencies
- source import statement formatting
- update fonttools dependency to v4.22.0
- update GitHub Actions workflows to use cPython 3.9 (from cPython 3.8)

## v2.0.4

- dependency update patch
Expand Down
2 changes: 1 addition & 1 deletion lib/dehinter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version = __version__ = "2.0.5-dev0"
version = __version__ = "3.0.0"

0 comments on commit f2cfe4b

Please sign in to comment.