Skip to content

Commit

Permalink
Release glyph_brush 0.7.9 & friends
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Jun 22, 2024
1 parent e00d714 commit 9da30ea
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion draw-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.1.6
* Clarify `Rectangle` docs.
* Update _rustc-hash_ to `2`.

Expand Down
2 changes: 1 addition & 1 deletion draw-cache/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glyph_brush_draw_cache"
version = "0.1.5"
version = "0.1.6"
authors = ["Alex Butler <[email protected]>"]
edition = "2021"
description = "Texture draw cache for ab_glyph"
Expand Down
2 changes: 1 addition & 1 deletion glyph-brush/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.7.9
* Add `GlyphCruncher::glyphs` doc example of using `section_index` & `byte_index`.
* Update _rustc-hash_ to `2`.

Expand Down
2 changes: 1 addition & 1 deletion glyph-brush/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glyph_brush"
version = "0.7.8"
version = "0.7.9"
authors = ["Alex Butler <[email protected]>"]
edition = "2021"
description = "Fast cached text render library using ab_glyph"
Expand Down
2 changes: 1 addition & 1 deletion layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased (0.2.4)
# 0.2.4
* Fix `SectionText::scale` docs.
* Improve `SectionGlyph` docs.

Expand Down
2 changes: 1 addition & 1 deletion layout/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glyph_brush_layout"
version = "0.2.3"
version = "0.2.4"
authors = ["Alex Butler <[email protected]>"]
edition = "2021"
description = "Text layout for ab_glyph"
Expand Down

0 comments on commit 9da30ea

Please sign in to comment.