Skip to content

Commit ebc01f9

Browse files
Release v0.6.0 (#56)
1 parent ad3f645 commit ebc01f9

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
88
99
-->
1010

11-
The latest published Vello SVG release is [0.5.0](#050-2024-11-20) which was released on 2024-11-20.
12-
You can find its changes [documented below](#050-2024-11-20).
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).
1313

1414
## [Unreleased][]
1515

1616
This release has an [MSRV][] of 1.82.
1717

18+
## [0.6.0][] (2025-01-21)
19+
20+
This release has an [MSRV][] of 1.82.
21+
1822
### Changed
1923

2024
- Feature flag raster image formats (enabled by default) ([#50] by [@nicoburns])
@@ -112,6 +116,7 @@ This release has an [MSRV][] of 1.75.
112116
[@MarijnS95]: https://github.com/MarijnS95
113117
[@DasLixou]: https://github.com/DasLixou
114118

119+
[#53]: https://github.com/linebender/vello_svg/pull/53
115120
[#50]: https://github.com/linebender/vello_svg/pull/50
116121
[#42]: https://github.com/linebender/vello_svg/pull/42
117122
[#34]: https://github.com/linebender/vello_svg/pull/34
@@ -126,7 +131,8 @@ This release has an [MSRV][] of 1.75.
126131
[#6]: https://github.com/linebender/vello_svg/pull/6
127132
[#1]: https://github.com/linebender/vello_svg/pull/1
128133

129-
[Unreleased]: https://github.com/linebender/vello_svg/compare/v0.5.0...HEAD
134+
[Unreleased]: https://github.com/linebender/vello_svg/compare/v0.6.0...HEAD
135+
[0.6.0]: https://github.com/linebender/vello_svg/compare/v0.5.0...v0.6.0
130136
[0.5.0]: https://github.com/linebender/vello_svg/compare/v0.4.0...v0.5.0
131137
[0.4.0]: https://github.com/linebender/vello_svg/compare/v0.3.1...v0.4.0
132138
[0.3.1]: https://github.com/linebender/vello_svg/compare/v0.3.0...v0.3.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["examples/with_winit", "examples/run_wasm", "examples/scenes"]
55
[workspace.package]
66
edition = "2021"
77
# When updating, also update the "Version compatibility" table in the README
8-
version = "0.5.0"
8+
version = "0.6.0"
99
license = "Apache-2.0 OR MIT"
1010
repository = "https://github.com/linebender/vello_svg"
1111
# Keep in sync with RUST_MIN_VER in .github/workflows/ci.yml, with the relevant README.md files

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
| vello_svg | vello | usvg | image |
2323
| --------- | ----- | ---- | ----- |
24+
| 0.6 | 0.4 | 0.44 | 0.25 |
2425
| 0.5 | 0.3 | 0.44 | 0.25 |
2526
| 0.4 | 0.3 | 0.43 | 0.25 |
2627
| 0.3 | 0.2 | 0.42 | 0.25 |

0 commit comments

Comments
 (0)