diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c3b3e..346e1c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.6 + +- Fixed documentation so all feature are documented + ## 0.1.5 #### New Functions diff --git a/Cargo.toml b/Cargo.toml index 9afcb2c..fa2cd4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-use" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ["Marc-Stefan Cassola"] categories = ["gui", "web-programming"] @@ -40,4 +40,7 @@ features = [ [features] docs = [] -math = ["num"] \ No newline at end of file +math = ["num"] + +[package.metadata."docs.rs"] +all-features = true