Skip to content

Commit

Permalink
Prepare Parley and Fontique 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <[email protected]>
  • Loading branch information
nicoburns committed Feb 27, 2025
1 parent 7c8983c commit d2ce37e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe

# Changelog

The latest published Parley release is [0.2.0](#020---2024-10-10) which was released on 2024-10-10.
You can find its changes [documented below](#020---2024-10-10).
The latest published Parley release is [0.3.0](#030---2025-02-28) which was released on 2025-02-28.
You can find its changes [documented below](#030---2025-02-28).

## [Unreleased]

This release has an [MSRV] of 1.82.

## [0.3.0] - 2025-02-28

This release has an [MSRV] of 1.82.

### Added

#### Fontique
Expand Down Expand Up @@ -133,6 +137,7 @@ This release has an [MSRV] of 1.70.
[#268]: https://github.com/linebender/parley/pull/268
[#271]: https://github.com/linebender/parley/pull/271

[Unreleased]: https://github.com/linebender/parley/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/linebender/parley/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/linebender/parley/releases/tag/v0.3.0
[0.2.0]: https://github.com/linebender/parley/releases/tag/v0.2.0
[0.1.0]: https://github.com/linebender/parley/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ clippy.wildcard_dependencies = "warn"
[workspace.dependencies]
accesskit = "0.17"
bytemuck = { version = "1.21.0", default-features = false }
fontique = { version = "0.2.0", default-features = false, path = "fontique" }
fontique = { version = "0.3.0", default-features = false, path = "fontique" }
hashbrown = "0.15.2"
parley = { version = "0.2.0", default-features = false, path = "parley" }
parley = { version = "0.3.0", default-features = false, path = "parley" }
peniko = { version = "0.3.1", default-features = false }
skrifa = { version = "0.26.5", default-features = false }
read-fonts = { version = "0.25.3", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion fontique/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fontique"
version = "0.2.0" # Keep in sync with workspace dependency specification
version = "0.3.0" # Keep in sync with workspace dependency specification
description = "Font enumeration and fallback."
keywords = ["font", "text"]
categories = ["gui", "os"]
Expand Down
2 changes: 1 addition & 1 deletion parley/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parley"
version = "0.2.0"
version = "0.3.0"
description = "Parley provides an API for implementing rich text layout."
keywords = ["text", "layout"]
categories = ["gui", "graphics"]
Expand Down

0 comments on commit d2ce37e

Please sign in to comment.