Skip to content

Commit

Permalink
deps: Update to vello 0.2.1 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Jul 29, 2024
1 parent 0a1ca1a commit a909ab8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a909ab8

Please sign in to comment.