diff --git a/CHANGELOG.md b/CHANGELOG.md index 8727b7a..af4f0c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 8eafcd4..fa769d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", ]