Skip to content

Commit

Permalink
Bump version 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed May 19, 2021
1 parent a10cdb9 commit 90e23c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
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.12.0] - 2021-05-19
- Updated `wgpu` to `0.8`. [#62]

[#62]: https://github.com/hecrj/wgpu_glyph/pull/62
Expand Down Expand Up @@ -130,7 +130,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.11.0...HEAD
[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.12.0...HEAD
[0.12.0]: https://github.com/hecrj/wgpu_glyph/compare/0.11.0...0.12.0
[0.11.0]: https://github.com/hecrj/wgpu_glyph/compare/0.10.0...0.11.0
[0.10.0]: https://github.com/hecrj/wgpu_glyph/compare/0.9.0...0.10.0
[0.9.0]: https://github.com/hecrj/wgpu_glyph/compare/0.8.0...0.9.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.11.0"
version = "0.12.0"
authors = ["Héctor Ramón Jiménez <[email protected]>"]
edition = "2018"
description = "A fast text renderer for wgpu, powered by glyph_brush"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A fast text renderer for [wgpu](https://github.com/gfx-rs/wgpu), powered by
Add `wgpu_glyph` as a dependency in your `Cargo.toml`:

```toml
wgpu_glyph = "0.11"
wgpu_glyph = "0.12"
```

## Examples
Expand Down

0 comments on commit 90e23c9

Please sign in to comment.