Skip to content

Commit cf6fe55

Browse files
simbleauDJMcNab
andauthored
fix: obey semver (#15)
Yank v0.1.1 and Publish as v0.2.0 --------- Co-authored-by: Daniel McNab <[email protected]>
1 parent 511397a commit cf6fe55

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

1111
## Unreleased
1212

13-
## 0.1.1
13+
## 0.2.0
1414

1515
### Added
1616

@@ -26,6 +26,7 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
2626
- The image viewBox is now properly translated
2727
- `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`.
2828

29+
2930
### Removed
3031

3132
- MPL 2.0 is no longer a license requirement

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

0 commit comments

Comments
 (0)