Release Version 0.1.1 (2023-06-14)

### Fixed

- Fixed docs failing to build on docs.rs
This commit is contained in:
Andrew Cassidy 2024-06-18 19:54:58 -07:00
parent 72350416f5
commit f7129fc248
2 changed files with 11 additions and 4 deletions

View File

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

View File

@ -2,7 +2,7 @@
name = "vector-victor"
license = "MPL-2.0"
description = "Yet another linear algebra crate"
version = "0.1.0"
version = "0.1.1"
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",
"doc/mathjax.html",
"vector-victor/docs/mathjax.html",
]