Skip to content

Commit e24640d

Browse files
committed
Bump version to 0.16.0 🎉
1 parent 1ca5d24 commit e24640d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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.16.0] - 2021-12-20
10+
### Changed
11+
- Updated `wgpu` to `0.12`. [#83]
12+
13+
[#83]: https://github.com/hecrj/wgpu_glyph/pull/83
14+
915
## [0.15.2] - 2021-12-05
1016
### Added
1117
- Re-export `OwnedSection` and `OwnedText` from `glyph_brush`. [#77]
@@ -176,7 +182,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
176182
- First release! :tada:
177183

178184

179-
[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.15.2...HEAD
185+
[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.16.0...HEAD
186+
[0.16.0]: https://github.com/hecrj/wgpu_glyph/compare/0.15.2...0.16.0
180187
[0.15.2]: https://github.com/hecrj/wgpu_glyph/compare/0.15.1...0.15.2
181188
[0.15.1]: https://github.com/hecrj/wgpu_glyph/compare/0.15.0...0.15.1
182189
[0.15.0]: https://github.com/hecrj/wgpu_glyph/compare/0.14.0...0.15.0

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.2"
3+
version = "0.16.0"
44
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
55
edition = "2018"
66
description = "A fast text renderer for wgpu, powered by glyph_brush"

0 commit comments

Comments
 (0)