Skip to content

Commit

Permalink
Bump version to 0.15.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Dec 5, 2021
1 parent f9f9adb commit 25ed34f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.2] - 2021-12-05
### Added
- Re-export `OwnedSection` and `OwnedText` from `glyph_brush`. [#77]

### Fixed
- Added default branch to WGSL switch in shader. [#79]
- Set `strip_index` format. [#80]
- Set glyph texture to `filterable`. [#80]

[#77]: https://github.com/hecrj/wgpu_glyph/pull/77
[#79]: https://github.com/hecrj/wgpu_glyph/pull/79
[#80]: https://github.com/hecrj/wgpu_glyph/pull/80

## [0.15.1] - 2021-10-13
### Removed
- Removed installation section from the `README`.
Expand All @@ -19,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.14.1] - 2021-09-19
### Fixed
- Fixed incorrect version in the `README`.
- Fixed incorrect version in the `README`.


## [0.14.0] - 2021-09-19
Expand Down Expand Up @@ -163,7 +176,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.0...HEAD
[Unreleased]: https://github.com/hecrj/wgpu_glyph/compare/0.15.2...HEAD
[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
[0.14.1]: https://github.com/hecrj/wgpu_glyph/compare/0.14.0...0.14.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.15.1"
version = "0.15.2"
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 25ed34f

Please sign in to comment.