Release Version 0.1.2 (2023-06-14)

### Fixed

- Fixed docs failing to build on docs.rs (attempt 2)
This commit is contained in:
Andrew Cassidy 2024-06-18 20:03:35 -07:00
parent f7129fc248
commit 609f3725bd
2 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file
## Version 0.1.2 (2023-06-14) - 2024-06-19
### Fixed
- Fixed docs failing to build on docs.rs (attempt 2)
## Version 0.1.1 (2023-06-14) - 2024-06-19
### Fixed

View File

@ -2,7 +2,7 @@
name = "vector-victor"
license = "MPL-2.0"
description = "Yet another linear algebra crate"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
keywords = ["matrix", "vector", "linear-algebra"]
categories = ["graphics", "mathematics"]
@ -18,5 +18,5 @@ num-traits = "0.2.15"
[package.metadata.docs.rs]
rustdoc-args = [
"--html-in-header",
"vector-victor/docs/mathjax.html",
"docs/mathjax.html",
]