From cdb55125478a25c888d0e6b300b15b026aee0cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Tue, 16 Jan 2024 02:20:32 +0100 Subject: [PATCH] Bump version :tada: --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eda1230..785c6da 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.22.0] - 2024-01-16 +### Changed +- Updated `wgpu` to `0.18`. [#105] + +[#105]: https://github.com/hecrj/wgpu_glyph/pull/105 + ## [0.21.0] - 2023-09-08 ### Changed - Updated `wgpu` to `0.17`. [#104] @@ -216,7 +222,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.21.0...HEAD +[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.22.0...HEAD +[0.22.0]: https://github.com/hecrj/wgpu_glyph/compare/0.21.0...0.22.0 [0.21.0]: https://github.com/hecrj/wgpu_glyph/compare/0.20.0...0.21.0 [0.20.0]: https://github.com/hecrj/wgpu_glyph/compare/0.19.0...0.20.0 [0.19.0]: https://github.com/hecrj/wgpu_glyph/compare/0.18.0...0.19.0 diff --git a/Cargo.toml b/Cargo.toml index f3fce07..2887c6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgpu_glyph" -version = "0.21.0" +version = "0.22.0" authors = ["Héctor Ramón Jiménez "] edition = "2021" description = "A fast text renderer for wgpu, powered by glyph_brush"