Skip to content

Commit

Permalink
Bump version to 0.16.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Dec 21, 2021
1 parent 1ca5d24 commit e24640d
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.16.0] - 2021-12-20
### Changed
- Updated `wgpu` to `0.12`. [#83]

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

## [0.15.2] - 2021-12-05
### Added
- Re-export `OwnedSection` and `OwnedText` from `glyph_brush`. [#77]
Expand Down Expand Up @@ -176,7 +182,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.15.2...HEAD
[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.16.0...HEAD
[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
[0.15.0]: https://github.com/hecrj/wgpu_glyph/compare/0.14.0...0.15.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.15.2"
version = "0.16.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
description = "A fast text renderer for wgpu, powered by glyph_brush"
Expand Down

0 comments on commit e24640d

Please sign in to comment.