From 511397a7d89914b057040e57600188ac526801f1 Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau" Date: Sat, 25 May 2024 19:53:36 -0400 Subject: [PATCH] release: v0.1.1 (#14) Minor patch release to fix view-boxes. --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c8a2de..5189a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,16 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe ## Unreleased -- Disable `vello`'s default `wgpu` feature, and provide a `wgpu` passthrough feature to turn it back on. [#10](https://github.com/linebender/vello_svg/pull/10) +## 0.1.1 + +### Added + - Make `util` module public and some minor doc fixes. [#12](https://github.com/linebender/vello_svg/pull/12) ### Changed - Updated `usvg` to 0.41 +- Disable `vello`'s default `wgpu` feature, and provide a `wgpu` passthrough feature to turn it back on. [#10](https://github.com/linebender/vello_svg/pull/10) ### Fixed diff --git a/Cargo.toml b/Cargo.toml index bfaea6a..6629a3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["examples/with_winit", "examples/run_wasm", "examples/scenes"] [workspace.package] edition = "2021" -version = "0.1.0" +version = "0.1.1" license = "Apache-2.0 OR MIT" repository = "https://github.com/linebender/vello_svg"