Skip to content

Commit 0794fb7

Browse files
Upgrade vello and usvg (#63)
Bumping versions, msrv, edition and updates/fixes examples ~~Not 100% sure edition 2024 is required, but when I started bumping and trying to run examples it complained about wanting edition 2024 instead of 2021.~~ Seems vello has edition 2024 so I'll stick with it in this PR. --------- Co-authored-by: Spencer C. Imbleau <[email protected]>
1 parent fdbb5a3 commit 0794fb7

File tree

14 files changed

+279
-174
lines changed

14 files changed

+279
-174
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ env:
33
# version like 1.70. Note that we only specify MAJOR.MINOR and not PATCH so that bugfixes still
44
# come automatically. If the version specified here is no longer the latest stable version,
55
# then please feel free to submit a PR that adjusts it along with the potential clippy fixes.
6-
RUST_STABLE_VER: "1.85" # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7
6+
RUST_STABLE_VER: "1.87" # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7
77
# The purpose of checking with the minimum supported Rust toolchain is to detect its staleness.
88
# If the compilation fails, then the version specified here needs to be bumped up to reality.
99
# Be sure to also update the rust-version property in the workspace Cargo.toml file,
1010
# plus all the README.md files of the affected packages.
11-
RUST_MIN_VER: "1.82"
11+
RUST_MIN_VER: "1.85"
1212
# List of packages that will be checked with the minimum supported Rust version.
1313
# This should be limited to packages that are intended for publishing.
1414
RUST_MIN_VER_PKGS: "-p vello_svg"

CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,20 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
88
99
-->
1010

11-
The latest published Vello SVG release is [0.6.0](#060-2025-01-21) which was released on 2025-01-21.
12-
You can find its changes [documented below](#060-2025-01-21).
11+
The latest published Vello SVG release is [0.7.0](#070-2025-05-21) which was released on 2025-05-21.
12+
You can find its changes [documented below](#070-2025-05-21).
1313

1414
## [Unreleased][]
1515

16-
This release has an [MSRV][] of 1.82.
16+
This release has an [MSRV][] of 1.85.
17+
18+
## [0.7.0][] (2025-05-21)
19+
20+
This release has an [MSRV][] of 1.85.
21+
22+
## Changed
23+
24+
- Updated vello and usvg ([#63][] by [@RobertBrewitz][] and [@simbleau][]))
1725

1826
## [0.6.0][] (2025-01-21)
1927

@@ -115,7 +123,9 @@ This release has an [MSRV][] of 1.75.
115123
[@nixon-voxell]: https://github.com/nixon-voxell
116124
[@MarijnS95]: https://github.com/MarijnS95
117125
[@DasLixou]: https://github.com/DasLixou
126+
[@RobertBrewitz]: https://github.com/RobertBrewitz
118127

128+
[#63]: https://github.com/linebender/vello_svg/pull/63
119129
[#53]: https://github.com/linebender/vello_svg/pull/53
120130
[#50]: https://github.com/linebender/vello_svg/pull/50
121131
[#42]: https://github.com/linebender/vello_svg/pull/42
@@ -131,7 +141,8 @@ This release has an [MSRV][] of 1.75.
131141
[#6]: https://github.com/linebender/vello_svg/pull/6
132142
[#1]: https://github.com/linebender/vello_svg/pull/1
133143

134-
[Unreleased]: https://github.com/linebender/vello_svg/compare/v0.6.0...HEAD
144+
[Unreleased]: https://github.com/linebender/vello_svg/compare/v0.7.0...HEAD
145+
[0.7.0]: https://github.com/linebender/vello_svg/compare/v0.6.0...v0.7.0
135146
[0.6.0]: https://github.com/linebender/vello_svg/compare/v0.5.0...v0.6.0
136147
[0.5.0]: https://github.com/linebender/vello_svg/compare/v0.4.0...v0.5.0
137148
[0.4.0]: https://github.com/linebender/vello_svg/compare/v0.3.1...v0.4.0

0 commit comments

Comments
 (0)