diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb1f9e..fbf8df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.14.0] - 2025-03-31 + +### Added + +- Add configurable font fallback lists using `Fallback` trait +- Add letter spacing support in `Attrs` +- Add arbitrary variable font features in `Attrs` + ## [0.13.2] - 2025-03-11 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 29bf155..5ec1fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cosmic-text" description = "Pure Rust multi-line text handling" -version = "0.13.2" +version = "0.14.0" authors = ["Jeremy Soller "] edition = "2021" license = "MIT OR Apache-2.0"