Skip to content

Commit

Permalink
Prepare 0.21.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Jun 21, 2022
1 parent 4fd8b38 commit db689d7
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.21.0] - 2022-06-22

### Breaking changes

Expand Down Expand Up @@ -803,7 +803,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.20.5...HEAD
[Unreleased]: https://github.com/bitshifter/glam-rs/compare/0.21.0...HEAD
[0.21.0]: https://github.com/bitshifter/glam-rs/compare/0.20.5...0.21.0
[0.20.5]: https://github.com/bitshifter/glam-rs/compare/0.20.4...0.20.5
[0.20.4]: https://github.com/bitshifter/glam-rs/compare/0.20.3...0.20.4
[0.20.3]: https://github.com/bitshifter/glam-rs/compare/0.20.2...0.20.3
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.20.5" # remember to update html_root_url
version = "0.21.0" # 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 @@ -232,7 +232,7 @@ and benchmarks.
The minimum supported Rust version is `1.58.1`.
*/
#![doc(html_root_url = "https://docs.rs/glam/0.20.5")]
#![doc(html_root_url = "https://docs.rs/glam/0.21.0")]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(target_arch = "spirv", feature(register_attr, repr_simd))]
#![deny(
Expand Down

0 comments on commit db689d7

Please sign in to comment.