Skip to content

Commit f2cfe4b

Browse files
committed
bump to v3.0.0 and update changelog
1 parent c2a7953 commit f2cfe4b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## v3.0.0
4+
5+
- add support for cvar table removal in variable fonts (backward incompatible change)
6+
- add new `--keep-cvar` option to toggle cvar table removal off
7+
- modify default gasp approach to add a gasp table when it is not available in a font (backward incompatible change)
8+
- add new source formatting Makefile targets
9+
- add isort package to setup.py extras_requires dev dependencies
10+
- source import statement formatting
11+
- update fonttools dependency to v4.22.0
12+
- update GitHub Actions workflows to use cPython 3.9 (from cPython 3.8)
13+
314
## v2.0.4
415

516
- dependency update patch

lib/dehinter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

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

0 commit comments

Comments
 (0)