Skip to content

Commit

Permalink
Prepare for 0.24.2 release. (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Sep 23, 2023
1 parent f6ce745 commit 5fd61e9
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 @@ -5,7 +5,7 @@ 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].

## [Unreleased]
## [0.24.2] - 2023-09-23

### Fixed

Expand Down Expand Up @@ -964,7 +964,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.24.1...HEAD
[Unreleased]: https://github.com/bitshifter/glam-rs/compare/0.24.2...HEAD
[0.24.2]: https://github.com/bitshifter/glam-rs/compare/0.24.1...0.24.2
[0.24.1]: https://github.com/bitshifter/glam-rs/compare/0.24.0...0.24.1
[0.24.0]: https://github.com/bitshifter/glam-rs/compare/0.23.0...0.24.0
[0.23.0]: https://github.com/bitshifter/glam-rs/compare/0.22.0...0.23.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.24.1" # remember to update html_root_url
version = "0.24.2" # remember to update html_root_url
edition = "2021"
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 @@ -247,7 +247,7 @@ and benchmarks.
The minimum supported Rust version is `1.58.1`.
*/
#![doc(html_root_url = "https://docs.rs/glam/0.24.1")]
#![doc(html_root_url = "https://docs.rs/glam/0.24.2")]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(target_arch = "spirv", feature(repr_simd))]
#![deny(
Expand Down

0 comments on commit 5fd61e9

Please sign in to comment.