Skip to content

Commit

Permalink
Prepare 0.18.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Aug 26, 2021
1 parent 8d79d8e commit 935ad5c
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.18.0] - 2021-08-26

### Breaking changes

Expand Down Expand Up @@ -667,7 +667,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.3...HEAD
[Unreleased]: https://github.com/bitshifter/glam-rs/compare/0.18.0...HEAD
[0.18.0]: https://github.com/bitshifter/glam-rs/compare/0.17.3...0.18.0
[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
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.3" # remember to update html_root_url
version = "0.18.0" # 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.51.0`.
*/
#![doc(html_root_url = "https://docs.rs/glam/0.17.3")]
#![doc(html_root_url = "https://docs.rs/glam/0.18.0")]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(target_arch = "spirv", feature(asm, register_attr, repr_simd))]
#![deny(
Expand Down

0 comments on commit 935ad5c

Please sign in to comment.