Skip to content

Commit 4eef7ff

Browse files
authored
Merge pull request #123 from kas-gui/push-mpktoturuspo
Prepare v0.9.1
2 parents 3c07431 + 6b3fa7f commit 4eef7ff

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
33
and 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)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kas-text"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Diggory Hardy <git@dhardy.name>"]
55
edition = "2024"
66
license = "Apache-2.0"

src/display/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

137137
impl Default for TextDisplay {

0 commit comments

Comments
 (0)