Skip to content

Commit 8cc7df6

Browse files
committed
Bump version 🎉
1 parent 78c73ed commit 8cc7df6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.17.0] - 2022-07-03
810
### Changed
911
- Updated `wgpu` to `0.13`. [#89]
1012

@@ -186,7 +188,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
186188
- First release! :tada:
187189

188190

189-
[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.16.0...HEAD
191+
[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.17.0...HEAD
192+
[0.17.0]: https://github.com/hecrj/wgpu_glyph/compare/0.16.0...0.17.0
190193
[0.16.0]: https://github.com/hecrj/wgpu_glyph/compare/0.15.2...0.16.0
191194
[0.15.2]: https://github.com/hecrj/wgpu_glyph/compare/0.15.1...0.15.2
192195
[0.15.1]: https://github.com/hecrj/wgpu_glyph/compare/0.15.0...0.15.1

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.16.0"
3+
version = "0.17.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)