From 9da30eacb54534248f62743f8e5a171694e529e1 Mon Sep 17 00:00:00 2001 From: Alex Butler Date: Sat, 22 Jun 2024 12:45:37 +0100 Subject: [PATCH] Release glyph_brush 0.7.9 & friends --- draw-cache/CHANGELOG.md | 2 +- draw-cache/Cargo.toml | 2 +- glyph-brush/CHANGELOG.md | 2 +- glyph-brush/Cargo.toml | 2 +- layout/CHANGELOG.md | 2 +- layout/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/draw-cache/CHANGELOG.md b/draw-cache/CHANGELOG.md index 9715002..0793bc8 100644 --- a/draw-cache/CHANGELOG.md +++ b/draw-cache/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.1.6 * Clarify `Rectangle` docs. * Update _rustc-hash_ to `2`. diff --git a/draw-cache/Cargo.toml b/draw-cache/Cargo.toml index 7394185..aa34351 100644 --- a/draw-cache/Cargo.toml +++ b/draw-cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glyph_brush_draw_cache" -version = "0.1.5" +version = "0.1.6" authors = ["Alex Butler "] edition = "2021" description = "Texture draw cache for ab_glyph" diff --git a/glyph-brush/CHANGELOG.md b/glyph-brush/CHANGELOG.md index 060e4cd..8de07c0 100644 --- a/glyph-brush/CHANGELOG.md +++ b/glyph-brush/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.7.9 * Add `GlyphCruncher::glyphs` doc example of using `section_index` & `byte_index`. * Update _rustc-hash_ to `2`. diff --git a/glyph-brush/Cargo.toml b/glyph-brush/Cargo.toml index 86a46b1..57ec3ed 100644 --- a/glyph-brush/Cargo.toml +++ b/glyph-brush/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glyph_brush" -version = "0.7.8" +version = "0.7.9" authors = ["Alex Butler "] edition = "2021" description = "Fast cached text render library using ab_glyph" diff --git a/layout/CHANGELOG.md b/layout/CHANGELOG.md index c0edce6..2bb0c1e 100644 --- a/layout/CHANGELOG.md +++ b/layout/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased (0.2.4) +# 0.2.4 * Fix `SectionText::scale` docs. * Improve `SectionGlyph` docs. diff --git a/layout/Cargo.toml b/layout/Cargo.toml index 085cda4..a302987 100644 --- a/layout/Cargo.toml +++ b/layout/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glyph_brush_layout" -version = "0.2.3" +version = "0.2.4" authors = ["Alex Butler "] edition = "2021" description = "Text layout for ab_glyph"