Skip to content

Commit

Permalink
Bump version 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jul 3, 2022
1 parent 78c73ed commit 8cc7df6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.17.0] - 2022-07-03
### Changed
- Updated `wgpu` to `0.13`. [#89]

Expand Down Expand Up @@ -186,7 +188,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.16.0...HEAD
[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.17.0...HEAD
[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
[0.15.2]: https://github.com/hecrj/wgpu_glyph/compare/0.15.1...0.15.2
[0.15.1]: https://github.com/hecrj/wgpu_glyph/compare/0.15.0...0.15.1
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.16.0"
version = "0.17.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
description = "A fast text renderer for wgpu, powered by glyph_brush"
Expand Down

0 comments on commit 8cc7df6

Please sign in to comment.