Skip to content

Commit

Permalink
Prepare the changelog for 0.2.1 (#632)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DJMcNab committed Jul 16, 2024
1 parent 4e69f18 commit bf76e54
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand All @@ -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.
Expand Down Expand Up @@ -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

<!-- Note that this still comparing against 0.2.0, because 0.2.1 is a cherry-picked patch -->
[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

Expand Down

0 comments on commit bf76e54

Please sign in to comment.