Skip to content

Commit 18aa136

Browse files
nicoburnsxStrom
andauthored
Prepare for 0.5.0 release of Parley (#374)
- I have checked that the changelog is up to date (and determined that no new entries were necessary). A couple of PRs are not listed, but they're just adding derives for `Debug` or `Hash` impls for types which doesn't seem useful to log in the changelog to me. - I have run `cargo update --ignore-rust-version` and `cargo upgrade --ignore-rust-version` - I have bumped the versions of Parley and Fontique to `0.5.0` A new release was requested in https://xi.zulipchat.com/#narrow/channel/205635-parley/topic/New.20release.3F/with/521457605 --------- Signed-off-by: Nico Burns <nico@nicoburns.com> Co-authored-by: Kaur Kuut <strom@nevermore.ee>
1 parent fea3f9c commit 18aa136

File tree

6 files changed

+110
-96
lines changed

6 files changed

+110
-96
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,28 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
88

99
# Changelog
1010

11-
The latest published Parley release is [0.4.0](#040---2025-05-08) which was released on 2025-05-08.
12-
You can find its changes [documented below](#040---2025-05-08).
11+
The latest published Parley release is [0.5.0](#050---2025-06-01) which was released on 2025-06-01.
12+
You can find its changes [documented below](#050---2025-06-01).
1313

1414
## [Unreleased]
1515

1616
This release has an [MSRV] of 1.82.
1717

1818
### Added
1919

20+
### Changed
21+
22+
### Fixed
23+
24+
## [0.5.0] - 2025-06-01
25+
26+
This release has an [MSRV] of 1.82.
27+
28+
### Added
29+
2030
#### Parley
2131

22-
- Editor features required by Android IME. ([#334][] by [@mwcampbell][]
32+
- Editor features required by Android IME. ([#334][] by [@mwcampbell][])
2333

2434
### Changed
2535

@@ -33,8 +43,6 @@ This release has an [MSRV] of 1.82.
3343
This will affect layout if you don't specify your own line height.
3444
- Breaking change: `{RangedBuilder, TreeBuilder}::{build_into, build}` methods now consume `self`. ([#369][] by [@dhardy][])
3545

36-
### Fixed
37-
3846
## [0.4.0] - 2025-05-08
3947

4048
This release has an [MSRV] of 1.82.

0 commit comments

Comments
 (0)