Skip to content

Commit 98b4cbf

Browse files
authored
Prepare for 0.4.0 release (#35)
Builds on #34 which should probably be merged first.
1 parent 1c87476 commit 98b4cbf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@ You can find its changes [documented below](#031-2024-07-29).
1515

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

18+
## [0.4.0][] (2024-10-06)
19+
20+
This release has an [MSRV][] of 1.75.
21+
1822
### Changed
1923

2024
- Updated to usvg 0.43.0 ([#31] by [@Eoghanmc22])
25+
- Updated to vello 0.3.0 ([#34] by [@nicoburns])
2126

2227
## [0.3.1][] (2024-07-29)
2328

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["examples/with_winit", "examples/run_wasm", "examples/scenes"]
44

55
[workspace.package]
66
edition = "2021"
7-
version = "0.3.1"
7+
version = "0.4.0"
88
license = "Apache-2.0 OR MIT"
99
repository = "https://github.com/linebender/vello_svg"
1010
# Keep in sync with RUST_MIN_VER in .github/workflows/ci.yml, with the relevant README.md files

0 commit comments

Comments
 (0)