Skip to content

Commit 4163ab7

Browse files
release-0.7.1 (#66)
1 parent d1fe909 commit 4163ab7

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

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

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).
11+
The latest published Vello SVG release is [0.7.1](#071-2025-06-21) which was released on 2025-06-21.
12+
You can find its changes [documented below](#071-2025-06-21).
1313

1414
## [Unreleased][]
1515

16-
## Fixed
16+
This release has an [MSRV][] of 1.85.
1717

18-
- Svg rotations are now correctly handled (Corrects kx and ky when transforming usvg::Transform to kurbo::Affine) ([#63][] by [@RobertBrewitz][])
18+
## [0.7.1][] (2025-06-21)
1919

2020
This release has an [MSRV][] of 1.85.
2121

22+
## Fixed
23+
24+
- Svg rotations are now correctly handled (Corrects kx and ky when transforming usvg::Transform to kurbo::Affine) ([#63][] by [@RobertBrewitz][])
25+
2226
## [0.7.0][] (2025-05-21)
2327

2428
This release has an [MSRV][] of 1.85.

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 = "2024"
77
# When updating, also update the "Version compatibility" table in the README
8-
version = "0.7.0"
8+
version = "0.7.1"
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

0 commit comments

Comments
 (0)