Skip to content

Commit

Permalink
v0.1.1 (#22)
Browse files Browse the repository at this point in the history
Minor patch release to fix view-boxes.
  • Loading branch information
simbleau authored May 25, 2024
1 parent e387a4c commit 11c28d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe

## Unreleased

## v0.1.1

### Changed

- Disable `vello`'s default `wgpu` feature, and provide a `wgpu` passthrough feature to turn it back on. ([#17](https://github.com/linebender/velato/pull/17))

### Fixed

- Image viewBox clipping is now applied to the animation ([#16](https://github.com/linebender/velato/pull/16))
- Errors that may occur on parsing a lottie composition are now public as `VelatoError`. ([#19](https://github.com/linebender/velato/pull/19))

## 0.1.0 (2024-03-26)
Expand Down
4 changes: 2 additions & 2 deletions 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/velato"
[package]
Expand Down Expand Up @@ -36,5 +36,5 @@ serde_repr = "0.1.18"
wasm-bindgen-test = "0.3.42"

[features]
# Enables the wgpu feature on vello, which is disabled by default
default = []
wgpu = ["vello/wgpu"]

0 comments on commit 11c28d6

Please sign in to comment.