Skip to content

Commit 25ed34f

Browse files
committed
Bump version to 0.15.2 🎉
1 parent f9f9adb commit 25ed34f

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wgpu_glyph"
3-
version = "0.15.1"
3+
version = "0.15.2"
44
authors = ["Héctor Ramón Jiménez <[email protected]>"]
55
edition = "2018"
66
description = "A fast text renderer for wgpu, powered by glyph_brush"

0 commit comments

Comments
 (0)