Skip to content

Commit 511397a

Browse files
authored
release: v0.1.1 (#14)
Minor patch release to fix view-boxes.
1 parent 51ae136 commit 511397a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
1010

1111
## Unreleased
1212

13-
- 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)
13+
## 0.1.1
14+
15+
### Added
16+
1417
- Make `util` module public and some minor doc fixes. [#12](https://github.com/linebender/vello_svg/pull/12)
1518

1619
### Changed
1720

1821
- Updated `usvg` to 0.41
22+
- 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)
1923

2024
### Fixed
2125

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.1.0"
7+
version = "0.1.1"
88
license = "Apache-2.0 OR MIT"
99
repository = "https://github.com/linebender/vello_svg"
1010

0 commit comments

Comments
 (0)