Skip to content

Commit

Permalink
Merge pull request #89 from kas-gui/work2
Browse files Browse the repository at this point in the history
Prepare 0.7.0
  • Loading branch information
dhardy authored Dec 2, 2024
2 parents ac8d345 + fe19a95 commit c1c0f2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kas-text"
version = "0.6.0"
version = "0.7.0"
authors = ["Diggory Hardy <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit c1c0f2a

Please sign in to comment.