File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.15.2] - 2021-12-05
10+ ### Added
11+ - Re-export ` OwnedSection ` and ` OwnedText ` from ` glyph_brush ` . [ #77 ]
12+
13+ ### Fixed
14+ - Added default branch to WGSL switch in shader. [ #79 ]
15+ - Set ` strip_index ` format. [ #80 ]
16+ - Set glyph texture to ` filterable ` . [ #80 ]
17+
18+ [ #77 ] : https://github.com/hecrj/wgpu_glyph/pull/77
19+ [ #79 ] : https://github.com/hecrj/wgpu_glyph/pull/79
20+ [ #80 ] : https://github.com/hecrj/wgpu_glyph/pull/80
21+
922## [ 0.15.1] - 2021-10-13
1023### Removed
1124- Removed installation section from the ` README ` .
@@ -19,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1932
2033## [ 0.14.1] - 2021-09-19
2134### Fixed
22- - Fixed incorrect version in the ` README ` .
35+ - Fixed incorrect version in the ` README ` .
2336
2437
2538## [ 0.14.0] - 2021-09-19
@@ -163,7 +176,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163176- First release! :tada :
164177
165178
166- [ Unreleased ] : https://github.com/hecrj/wgpu_glyph/compare/0.15.0...HEAD
179+ [ Unreleased ] : https://github.com/hecrj/wgpu_glyph/compare/0.15.2...HEAD
180+ [ 0.15.2 ] : https://github.com/hecrj/wgpu_glyph/compare/0.15.1...0.15.2
167181[ 0.15.1 ] : https://github.com/hecrj/wgpu_glyph/compare/0.15.0...0.15.1
168182[ 0.15.0 ] : https://github.com/hecrj/wgpu_glyph/compare/0.14.0...0.15.0
169183[ 0.14.1 ] : https://github.com/hecrj/wgpu_glyph/compare/0.14.0...0.14.1
Original file line number Diff line number Diff line change 11[package ]
22name = " wgpu_glyph"
3- version = " 0.15.1 "
3+ version = " 0.15.2 "
44authors = [" Héctor Ramón Jiménez <hector0193@gmail.com>" ]
55edition = " 2018"
66description = " A fast text renderer for wgpu, powered by glyph_brush"
You can’t perform that action at this time.
0 commit comments