Skip to content

Commit

Permalink
Prepare 0.11.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Dec 26, 2024
1 parent b4486a1 commit 33eeb09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## Unreleased
## [0.11.3] - 2024-12-26

- WGPU renderer: Fix crash when rendering without always calling `set_size()`. (#226)

Expand Down Expand Up @@ -221,3 +221,6 @@ All notable changes to this project will be documented in this file.
[0.9.2]: https://github.com/femtovg/femtovg/releases/tag/v0.9.2
[0.10.0]: https://github.com/femtovg/femtovg/releases/tag/v0.10.0
[0.10.1]: https://github.com/femtovg/femtovg/releases/tag/v0.10.1
[0.11.0]: https://github.com/femtovg/femtovg/releases/tag/v0.11.0
[0.11.1]: https://github.com/femtovg/femtovg/releases/tag/v0.11.1
[0.11.3]: https://github.com/femtovg/femtovg/releases/tag/v0.11.3
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "femtovg"
description = "Antialiased 2D vector drawing library"
version = "0.11.2"
version = "0.11.3"
license = "MIT OR Apache-2.0"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 33eeb09

Please sign in to comment.