Skip to content

Commit cdb5512

Browse files
committed
Bump version 🎉
1 parent 17de687 commit cdb5512

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.22.0] - 2024-01-16
10+
### Changed
11+
- Updated `wgpu` to `0.18`. [#105]
12+
13+
[#105]: https://github.com/hecrj/wgpu_glyph/pull/105
14+
915
## [0.21.0] - 2023-09-08
1016
### Changed
1117
- Updated `wgpu` to `0.17`. [#104]
@@ -216,7 +222,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
216222
- First release! :tada:
217223

218224

219-
[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.21.0...HEAD
225+
[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.22.0...HEAD
226+
[0.22.0]: https://github.com/hecrj/wgpu_glyph/compare/0.21.0...0.22.0
220227
[0.21.0]: https://github.com/hecrj/wgpu_glyph/compare/0.20.0...0.21.0
221228
[0.20.0]: https://github.com/hecrj/wgpu_glyph/compare/0.19.0...0.20.0
222229
[0.19.0]: https://github.com/hecrj/wgpu_glyph/compare/0.18.0...0.19.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.21.0"
3+
version = "0.22.0"
44
authors = ["Héctor Ramón Jiménez <[email protected]>"]
55
edition = "2021"
66
description = "A fast text renderer for wgpu, powered by glyph_brush"

0 commit comments

Comments
 (0)