Skip to content

Commit

Permalink
Prepare 0.24.1. (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter authored Jun 24, 2023
1 parent 456de6a commit c767ac8
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.1] - 2023-06-24

### Added

Expand Down Expand Up @@ -944,7 +944,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.0...HEAD
[Unreleased]: https://github.com/bitshifter/glam-rs/compare/0.24.1...HEAD
[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
[0.22.0]: https://github.com/bitshifter/glam-rs/compare/0.21.3...0.22.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.0" # remember to update html_root_url
version = "0.24.1" # remember to update html_root_url
edition = "2021"
authors = ["Cameron Hart <[email protected]>"]
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.0")]
#![doc(html_root_url = "https://docs.rs/glam/0.24.1")]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(target_arch = "spirv", feature(repr_simd))]
#![deny(
Expand Down

0 comments on commit c767ac8

Please sign in to comment.