Skip to content

Commit 6598c7c

Browse files
committed
0.14.0
1 parent 7b79d72 commit 6598c7c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.14.0] - 2025-03-31
9+
10+
### Added
11+
12+
- Add configurable font fallback lists using `Fallback` trait
13+
- Add letter spacing support in `Attrs`
14+
- Add arbitrary variable font features in `Attrs`
15+
816
## [0.13.2] - 2025-03-11
917

1018
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cosmic-text"
33
description = "Pure Rust multi-line text handling"
4-
version = "0.13.2"
4+
version = "0.14.0"
55
authors = ["Jeremy Soller <[email protected]>"]
66
edition = "2021"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)