File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.20.0] - 2023-04-21
10+ ### Changed
11+ - Updated ` wgpu ` to ` 0.16 ` . [ #101 ]
12+
13+ [ #101 ] : https://github.com/hecrj/wgpu_glyph/pull/101
14+
915## [ 0.19.0] - 2023-03-31
1016### Changed
1117- Updated ` wgpu ` to ` 0.15 ` . [ #95 ]
@@ -204,7 +210,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
204210- First release! :tada :
205211
206212
207- [ Unreleased ] : https://github.com/hecrj/wgpu_glyph/compare/0.19.0...HEAD
213+ [ Unreleased ] : https://github.com/hecrj/wgpu_glyph/compare/0.20.0...HEAD
214+ [ 0.20.0 ] : https://github.com/hecrj/wgpu_glyph/compare/0.19.0...0.20.0
208215[ 0.19.0 ] : https://github.com/hecrj/wgpu_glyph/compare/0.18.0...0.19.0
209216[ 0.18.0 ] : https://github.com/hecrj/wgpu_glyph/compare/0.17.0...0.18.0
210217[ 0.17.0 ] : https://github.com/hecrj/wgpu_glyph/compare/0.16.0...0.17.0
Original file line number Diff line number Diff line change 11[package ]
22name = " wgpu_glyph"
3- version = " 0.19 .0"
3+ version = " 0.20 .0"
44authors = [" Héctor Ramón Jiménez <hector0193@gmail.com>" ]
55edition = " 2021"
66description = " A fast text renderer for wgpu, powered by glyph_brush"
You can’t perform that action at this time.
0 commit comments