From bf76e54ca13e3d9c51901eb3330fbe4d7438a7a0 Mon Sep 17 00:00:00 2001 From: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:52:21 +0100 Subject: [PATCH] Prepare the changelog for 0.2.1 (#632) This release is for: - #630 This will also include: - #631 - #619 Note that this will be a cherry-picked patch release from 0.2.0, so doesn't have all the changes there. This PR is to update the changelog on main, and will also be cherry-picked into the release branch. I will make a release branch and get sign-off on that before publishing. --- CHANGELOG.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62efe8dc..e1979e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe # Changelog -The latest published Vello release is [0.2.0](#020---2024-06-08) which was released on 2024-06-08. -You can find its changes [documented below](#020---2024-06-08). +The latest published Vello release is [0.2.1](#021---2024-07-16) which was released on 2024-07-16. +You can find its changes [documented below](#021---2024-07-16). ## [Unreleased] @@ -21,6 +21,19 @@ This release has an [MSRV][] of 1.75. ### Fixed +## [0.2.1][] - 2024-07-16 + +This release has an [MSRV][] of 1.75. + +### Fixed + +- Crash when there is no scene contents ([#630] by [@DJMcNab]) + +### Changed + +- Updated `wgpu` to 0.20.1. ([#631] by [@waywardmonkeys]) +- Document the MSRV of releases in the changelog ([#619] by [@DJMcNab]) + ## [0.2.0] - 2024-06-08 This release has an [MSRV][] of 1.75. @@ -95,8 +108,11 @@ This release has an [MSRV][] of 1.75. [#573]: https://github.com/linebender/vello/pull/573 [#575]: https://github.com/linebender/vello/pull/575 [#589]: https://github.com/linebender/vello/pull/589 +[#612]: https://github.com/linebender/vello/pull/612 + [Unreleased]: https://github.com/linebender/vello/compare/v0.2.0...HEAD +[0.2.1]: https://github.com/linebender/vello/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/linebender/vello/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/linebender/vello/releases/tag/v0.1.0