Skip to content

Commit e7df418

Browse files
committed
v0.4.0
1 parent 540961c commit e7df418

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+
## v0.4.0
4+
5+
- changed min Python version to Python 3.6+ interpreters
6+
- added support for default VDMX table removal
7+
- added `--keep-vdmx` option to keep original VDMX table
8+
- updated fontTools dependency to v4.0.0
9+
- changed configuration to build wheels for Py3 only
10+
- setup.py file updated with new classifiers
11+
- added new Ubuntu-Regular.ttf testing file with the UFL license
12+
- added the Roboto testing file license
13+
314
## v0.3.0
415

516
- modified `glyf` table instruction set bytecode removal approach for composite glyphs

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__ = "0.4.0.dev0"
15+
version = __version__ = "0.4.0"

0 commit comments

Comments
 (0)