diff --git a/glyph-brush/CHANGELOG.md b/glyph-brush/CHANGELOG.md index f46bfc9..95f7f94 100644 --- a/glyph-brush/CHANGELOG.md +++ b/glyph-brush/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased (0.7.10) +# 0.7.10 * Fix conversions from OwnedSection -> Section with non-default extra type. # 0.7.9 diff --git a/glyph-brush/Cargo.toml b/glyph-brush/Cargo.toml index 6e187a4..493ef5b 100644 --- a/glyph-brush/Cargo.toml +++ b/glyph-brush/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glyph_brush" -version = "0.7.9" +version = "0.7.10" authors = ["Alex Butler "] edition = "2021" description = "Fast cached text render library using ab_glyph"