Skip to content

Commit

Permalink
release: v0.1.1 (#14)
Browse files Browse the repository at this point in the history
Minor patch release to fix view-boxes.
  • Loading branch information
simbleau committed May 25, 2024
1 parent 51ae136 commit 511397a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 511397a

Please sign in to comment.