File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
33and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
44
5+ ## [ 0.9.1] — 2026-02-02
6+
7+ - Use ICU4X instead of Swash for text analysis (#119 , #122 )
8+ - Support Emojis (#121 , #122 )
9+
510## [ 0.9.0] — 2026-01-26
611
712- Bump MSRV to 1.88 (#104 )
Original file line number Diff line number Diff line change 11[package ]
22name = " kas-text"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44authors = [" Diggory Hardy <git@dhardy.name>" ]
55edition = " 2024"
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ fn size_of_elts() {
131131 #[ cfg( not( feature = "num_glyphs" ) ) ]
132132 assert_eq ! ( size_of:: <TextDisplay >( ) , 200 ) ;
133133 #[ cfg( feature = "num_glyphs" ) ]
134- assert_eq ! ( size_of:: <TextDisplay >( ) , 216 ) ;
134+ assert_eq ! ( size_of:: <TextDisplay >( ) , 208 ) ;
135135}
136136
137137impl Default for TextDisplay {
You can’t perform that action at this time.
0 commit comments