diff --git a/glyph/CHANGELOG.md b/glyph/CHANGELOG.md index 1a9c707..fd2d97c 100644 --- a/glyph/CHANGELOG.md +++ b/glyph/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.2 * Add `_unscaled` suffix to `Font` trait methods that deal with unscaled metrics. This helps distinguish `ScaleFont`'s scaled metrics and can avoid unintended behaviour. * Rename "libm-math" -> "libm" for consistency with ab_glyph_rasterizer. diff --git a/glyph/Cargo.toml b/glyph/Cargo.toml index eebb742..dfb70bf 100644 --- a/glyph/Cargo.toml +++ b/glyph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ab_glyph" -version = "0.1.0" +version = "0.2.0" authors = ["Alex Butler "] edition = "2018" description = "API for loading, scaling, positioning and rasterizing OpenType font glyphs."