Skip to content

Commit

Permalink
Prepare release 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Jul 18, 2021
1 parent 95e02bb commit ecf3904
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to
[Semantic Versioning].

## [0.17.3] - 2021-07-18

### Fixed

* Fix alignment unit tests on non x86 platforms.

## [0.17.2] - 2021-07-15

### Fixed
Expand Down Expand Up @@ -639,7 +645,8 @@ The format is based on [Keep a Changelog], and this project adheres to

[Keep a Changelog]: https://keepachangelog.com/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
[Unreleased]: https://github.com/bitshifter/glam-rs/compare/0.17.2...HEAD
[Unreleased]: https://github.com/bitshifter/glam-rs/compare/0.17.3...HEAD
[0.17.3]: https://github.com/bitshifter/glam-rs/compare/0.17.2...0.17.3
[0.17.2]: https://github.com/bitshifter/glam-rs/compare/0.17.1...0.17.2
[0.17.1]: https://github.com/bitshifter/glam-rs/compare/0.17.0...0.17.1
[0.17.0]: https://github.com/bitshifter/glam-rs/compare/0.16.0...0.17.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 = "glam"
version = "0.17.2" # remember to update html_root_url
version = "0.17.3" # remember to update html_root_url
edition = "2018"
authors = ["Cameron Hart <cameron.hart@gmail.com>"]
description = "A simple and fast 3D math library for games and graphics"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ and benchmarks.
The minimum supported Rust version is `1.45.0`.
*/
#![doc(html_root_url = "https://docs.rs/glam/0.17.2")]
#![doc(html_root_url = "https://docs.rs/glam/0.17.3")]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(target_arch = "spirv", feature(asm, register_attr, repr_simd))]
// This would require renaming a lot of stuff, disabling for now.
Expand Down

0 comments on commit ecf3904

Please sign in to comment.