Skip to content

Commit db3c9ec

Browse files
committed
Bump version 🎉
1 parent 140c0e6 commit db3c9ec

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.20.0] - 2023-04-21
10+
### Changed
11+
- Updated `wgpu` to `0.16`. [#101]
12+
13+
[#101]: https://github.com/hecrj/wgpu_glyph/pull/101
14+
915
## [0.19.0] - 2023-03-31
1016
### Changed
1117
- Updated `wgpu` to `0.15`. [#95]
@@ -204,7 +210,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
204210
- First release! :tada:
205211

206212

207-
[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.19.0...HEAD
213+
[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.20.0...HEAD
214+
[0.20.0]: https://github.com/hecrj/wgpu_glyph/compare/0.19.0...0.20.0
208215
[0.19.0]: https://github.com/hecrj/wgpu_glyph/compare/0.18.0...0.19.0
209216
[0.18.0]: https://github.com/hecrj/wgpu_glyph/compare/0.17.0...0.18.0
210217
[0.17.0]: https://github.com/hecrj/wgpu_glyph/compare/0.16.0...0.17.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.19.0"
3+
version = "0.20.0"
44
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
55
edition = "2021"
66
description = "A fast text renderer for wgpu, powered by glyph_brush"

0 commit comments

Comments
 (0)