Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed May 6, 2024
1 parent 7aa3a4f commit b6b2688
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

## Unreleased Changes

## [0.15.0] - 2024-03-16
## [0.16.0] - 2024-05-06
* Upgraded to glam 0.27.

[0.16.0]: https://github.com/LPGhatguy/crevice/releases/tag/v0.16.0

## 0.15.0 - 2024-03-16
* Fixed usage in no-std environments when using math library features ([#61])
* Upgraded to glam 0.25.

[0.15.0]: https://github.com/LPGhatguy/crevice/releases/tag/v0.15.0
[#61]: https://github.com/LPGhatguy/crevice/pull/61

## [0.14.0] - 2023-09-08
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crevice"
description = "Create GLSL-compatible versions of structs with explicitly-initialized padding"
version = "0.15.0"
version = "0.16.0"
rust-version = "1.58.0"
edition = "2021"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
Expand Down

0 comments on commit b6b2688

Please sign in to comment.