From 528a263968af5b6b39f015e5285f8cbf1392703b Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 10 Aug 2023 15:50:39 +0100 Subject: [PATCH] bump write-fonts minor version to 0.14.0 Bumped minor because https://github.com/googlefonts/fontations/pull/565 introduced a breaking change to iup_delta_optimize --- write-fonts/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/write-fonts/Cargo.toml b/write-fonts/Cargo.toml index 2ef66411f..75524efb6 100644 --- a/write-fonts/Cargo.toml +++ b/write-fonts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "write-fonts" -version = "0.13.0" +version = "0.14.0" edition = "2021" license = "MIT/Apache-2.0" description = "Writing font files."