Skip to content

Commit

Permalink
fix: obey semver (#15)
Browse files Browse the repository at this point in the history
Yank v0.1.1 and Publish as v0.2.0

---------

Co-authored-by: Daniel McNab <[email protected]>
  • Loading branch information
simbleau and DJMcNab committed May 26, 2024
1 parent 511397a commit cf6fe55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe

## Unreleased

## 0.1.1
## 0.2.0

### Added

Expand All @@ -26,6 +26,7 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
- The image viewBox is now properly translated
- `vello_svg::render_tree_with` no longer takes a transform parameter. This is to make it consistent with the documentation and `vello_svg::render_tree`.


### Removed

- MPL 2.0 is no longer a license requirement
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.1"
version = "0.2.0"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/linebender/vello_svg"

Expand Down

0 comments on commit cf6fe55

Please sign in to comment.