From a4eea1e28b0a33496f9f5eb95abcf612f5e04304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Tue, 21 Dec 2021 10:30:08 +0700 Subject: [PATCH] Bump version to `0.16.0` :tada: --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d3f693..61fffd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.0] - 2021-12-20 +### Changed +- Updated `wgpu` to `0.12`. [#75] + +[#83]: https://github.com/hecrj/wgpu_glyph/pull/83 + ## [0.15.2] - 2021-12-05 ### Added - 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 - First release! :tada: -[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.15.2...HEAD +[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.16.0...HEAD +[0.16.0]: https://github.com/hecrj/wgpu_glyph/compare/0.15.2...0.16.0 [0.15.2]: https://github.com/hecrj/wgpu_glyph/compare/0.15.1...0.15.2 [0.15.1]: https://github.com/hecrj/wgpu_glyph/compare/0.15.0...0.15.1 [0.15.0]: https://github.com/hecrj/wgpu_glyph/compare/0.14.0...0.15.0 diff --git a/Cargo.toml b/Cargo.toml index fdd90e5..46b98f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgpu_glyph" -version = "0.15.2" +version = "0.16.0" authors = ["Héctor Ramón Jiménez "] edition = "2018" description = "A fast text renderer for wgpu, powered by glyph_brush"