Skip to content

Commit

Permalink
fix: semver
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed May 26, 2024
1 parent eb4d7a7 commit aff9e91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe

## Unreleased

## 0.4.1
## 0.4.2

### Fixed

- Updated to vello_svg v0.1.1, fixing viewboxes.
- Updates to velato v0.1.1, fixing viewboxes.
- Updated to vello_svg v0.2.0, fixing viewboxes.
- Updates to velato v0.2.0, fixing viewboxes.

## 0.4.1 (Yanked)

## 0.4.0

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ repository.workspace = true
[dependencies]
bevy = { workspace = true }
vello = "0.1.0"
vello_svg = "0.1.1"
velato = "0.1.1"
vello_svg = "0.2.0"
velato = "0.2.0"
once_cell = "1.19.0"

[dev-dependencies]
Expand Down

0 comments on commit aff9e91

Please sign in to comment.