diff --git a/CHANGELOG.md b/CHANGELOG.md index 785c6da..0799c7a 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.23.0] - 2024-12-10 +### Changed +- Updated `wgpu` to `23`. [#108] + +[#108]: https://github.com/hecrj/wgpu_glyph/pull/108 + ## [0.22.0] - 2024-01-16 ### Changed - Updated `wgpu` to `0.18`. [#105] diff --git a/Cargo.toml b/Cargo.toml index a5336d0..bde8931 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgpu_glyph" -version = "0.22.0" +version = "0.23.0" authors = ["Héctor Ramón Jiménez "] edition = "2021" description = "A fast text renderer for wgpu, powered by glyph_brush"