From f6d1ca89b96730f8ddf229a7f414c6b6dedc2c17 Mon Sep 17 00:00:00 2001 From: mooman219 Date: Wed, 5 Jun 2024 14:52:31 -0700 Subject: [PATCH] 0.9.1 increment --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e372c0..a1b3231c 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.1] - 2024-05-13 +### Fixed +- Incorrect attribute configuration for not_std web builds + ## [0.9.0] - 2024-05-13 ### Added - Flag to conditionally use std hashmap over `hashbrown` diff --git a/Cargo.toml b/Cargo.toml index c88870ac..55d60a69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fontdue" -version = "0.9.0" +version = "0.9.1" authors = ["Joe Cumbo "] license = "MIT OR Apache-2.0 OR Zlib" documentation = "https://docs.rs/fontdue"