Skip to content

Commit c907aeb

Browse files
committed
Bump version 🎉
1 parent 900851d commit c907aeb

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.18.0] - 2022-11-01
810
### Added
911
- Support for passing a custom `MultisampleState`. [#91]
1012

@@ -196,7 +198,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
196198
- First release! :tada:
197199

198200

199-
[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.17.0...HEAD
201+
[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.18.0...HEAD
202+
[0.18.0]: https://github.com/hecrj/wgpu_glyph/compare/0.17.0...0.18.0
200203
[0.17.0]: https://github.com/hecrj/wgpu_glyph/compare/0.16.0...0.17.0
201204
[0.16.0]: https://github.com/hecrj/wgpu_glyph/compare/0.15.2...0.16.0
202205
[0.15.2]: https://github.com/hecrj/wgpu_glyph/compare/0.15.1...0.15.2

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.17.0"
3+
version = "0.18.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)