From f34a78d37ff7f5fb785d986666fa180496f949ee Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 29 Jul 2024 19:52:47 +0700 Subject: [PATCH] deps: Update to vello 0.2.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c9985..7005625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ This release has an [MSRV][] of 1.75. - Transform of nested SVGs ([#26] by [@nicoburns]) +### Changed + +- Updated to vello 0.2.1 ([#28] by [@waywardmonkeys]) + ## [0.3.0][] (2024-07-04) This release has an [MSRV][] of 1.75. @@ -74,8 +78,10 @@ This release has an [MSRV][] of 1.75. - Initial release [@nicoburns]: https://github.com/nicoburns +[@waywardmonkeys]: https://github.com/waywardmonkeys [#26]: https://github.com/linebender/vello_svg/pull/26 +[#28]: https://github.com/linebender/vello_svg/pull/28 [Unreleased]: https://github.com/linebender/vello_svg/compare/v0.3.0...HEAD [0.3.0]: https://github.com/linebender/vello_svg/compare/v0.2.0...v0.3.0 diff --git a/Cargo.toml b/Cargo.toml index 82ca43a..97ada66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ clippy.semicolon_if_nothing_returned = "warn" [workspace.dependencies] # NOTE: Make sure to keep this in sync with the version badge in README.md -vello = { version = "0.2.0", default-features = false } +vello = { version = "0.2.1", default-features = false } [package] name = "vello_svg" diff --git a/README.md b/README.md index d74a84a..12a78d5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Linebender Zulip](https://img.shields.io/badge/Linebender-%23gpu-blue?logo=Zulip)](https://xi.zulipchat.com/#narrow/stream/197075-gpu) [![dependency status](https://deps.rs/repo/github/linebender/vello_svg/status.svg)](https://deps.rs/repo/github/linebender/vello_svg) [![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](#license) -[![vello version](https://img.shields.io/badge/vello-v0.2.0-purple.svg)](https://crates.io/crates/vello)\ +[![vello version](https://img.shields.io/badge/vello-v0.2.1-purple.svg)](https://crates.io/crates/vello)\ [![Crates.io](https://img.shields.io/crates/v/vello_svg.svg)](https://crates.io/crates/vello_svg) [![Docs](https://docs.rs/vello_svg/badge.svg)](https://docs.rs/vello_svg) [![Build status](https://github.com/linebender/vello_svg/workflows/CI/badge.svg)](https://github.com/linebender/vello_svg/actions)