From 13722c038594fcd768b06a3ff1ca65f382dc598a Mon Sep 17 00:00:00 2001
From: Alex Butler <alexheretic@gmail.com>
Date: Fri, 29 Sep 2023 08:08:19 +0100
Subject: [PATCH] Release glyph_brush 0.7.8

---
 glyph-brush/CHANGELOG.md | 2 +-
 glyph-brush/Cargo.toml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/glyph-brush/CHANGELOG.md b/glyph-brush/CHANGELOG.md
index 8f8d980..a4ba934 100644
--- a/glyph-brush/CHANGELOG.md
+++ b/glyph-brush/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Unreleased (v0.7.8)
+# v0.7.8
 * Update _ordered-float_ to `4`.
 
 # v0.7.7
diff --git a/glyph-brush/Cargo.toml b/glyph-brush/Cargo.toml
index 91f4869..730486f 100644
--- a/glyph-brush/Cargo.toml
+++ b/glyph-brush/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "glyph_brush"
-version = "0.7.7"
+version = "0.7.8"
 authors = ["Alex Butler <alexheretic@gmail.com>"]
 edition = "2021"
 description = "Fast cached text render library using ab_glyph"