Skip to content

Commit

Permalink
Bump version 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Mar 31, 2023
1 parent 4feef9a commit d9ec2cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.19.0] - 2023-03-31
### Changed
- Updated `wgpu` to `0.15`. [#95]

[#95]: https://github.com/hecrj/wgpu_glyph/pull/95

## [0.18.0] - 2022-11-01
### Added
- Support for passing a custom `MultisampleState`. [#91]
Expand Down Expand Up @@ -198,7 +204,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release! :tada:


[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.18.0...HEAD
[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.19.0...HEAD
[0.19.0]: https://github.com/hecrj/wgpu_glyph/compare/0.18.0...0.19.0
[0.18.0]: https://github.com/hecrj/wgpu_glyph/compare/0.17.0...0.18.0
[0.17.0]: https://github.com/hecrj/wgpu_glyph/compare/0.16.0...0.17.0
[0.16.0]: https://github.com/hecrj/wgpu_glyph/compare/0.15.2...0.16.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wgpu_glyph"
version = "0.18.0"
version = "0.19.0"
authors = ["Héctor Ramón Jiménez <[email protected]>"]
edition = "2021"
description = "A fast text renderer for wgpu, powered by glyph_brush"
Expand Down

0 comments on commit d9ec2cf

Please sign in to comment.