From e81c1910d57ea9111b16bfad543438458d683ad8 Mon Sep 17 00:00:00 2001 From: mooman219 Date: Mon, 10 Jun 2024 01:11:55 -0700 Subject: [PATCH] 0.9.2 increment --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8849f9..dd27a53a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.2] - 2024-06-05 +### Added +- `Font.name()` via AcrylicShrimp #141 + ## [0.9.1] - 2024-06-05 ### Fixed - Incorrect attribute configuration for not_std web builds diff --git a/Cargo.toml b/Cargo.toml index 55d60a69..fac71d62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fontdue" -version = "0.9.1" +version = "0.9.2" authors = ["Joe Cumbo "] license = "MIT OR Apache-2.0 OR Zlib" documentation = "https://docs.rs/fontdue"