File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
16
## [ 0.13.2] - 2025-03-11
9
17
10
18
### Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cosmic-text"
3
3
description = " Pure Rust multi-line text handling"
4
- version = " 0.13.2 "
4
+ version = " 0.14.0 "
5
5
authors = [
" Jeremy Soller <[email protected] >" ]
6
6
edition = " 2021"
7
7
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments