From fe19a9566bda472e0cedbd879c9162b49f001f13 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Mon, 2 Dec 2024 13:55:21 +0000 Subject: [PATCH] Prepare 0.7.0 --- CHANGELOG.md | 15 +++++++++------ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7121dc..034e496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - -Update dependencies: - -- Rust (MSRV): 1.80.0 (#87) -- `fontdb`: 0.21.0 (#86) +## [0.7.0] — 2024-12-02 + +- Add `Direction::AutoRtl`, `text_is_rtl` (#80) +- Set the default font size to 16px (#80) +- `Text` API: do not expose `prepare_runs`, `required_action` (#81); more tweaks (#84) +- Move status tracking and `Env` fields into `Text` (#82) +- Remove `TextApi`, `TextApiExt` and `EditableTextApi` traits (#85) +- Revise `fonts` module: rename `selector::Database` to `Resolver`, separate out `fontdb::Database`, revise `init` (#87, #88) +- Bump MSRV to 1.80.0 (#87) ## [0.6.0] — 2022-12-13 diff --git a/Cargo.toml b/Cargo.toml index 809cae2..7cd47dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kas-text" -version = "0.6.0" +version = "0.7.0" authors = ["Diggory Hardy "] edition = "2021" license = "Apache-2.0"