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"