Skip to content

Commit

Permalink
Release 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Nov 17, 2024
1 parent b6a38c6 commit 10327cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## Unreleased
## [0.11.0] - 2024-11-17

- Added WGPU renderer, behind `wgpu` feature flag.
- Fixed rendering of glyphs with overlaps (#183). Thanks to Richard Hozák.
- Bumped MSRV to 1.76.

## [0.10.1] - 2024-10-24
Expand Down
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.10.1"
version = "0.11.0"
license = "MIT/Apache-2.0"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 10327cb

Please sign in to comment.