diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5cf8185 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + + + +## ✨ **v0.2.0** *11/18/19* +- #### ⚡️ Features + - Add new `FetchRequest` trait, `fetch_resource()` function, and `FetchState` enum + to simplify making fetch requests using futures. + - Add `Default` implementations to `Irc` and `Mrc`. diff --git a/Cargo.toml b/Cargo.toml index 0cd77b1..fe3efdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yewtil" -version = "0.1.1" +version = "0.2.0" authors = ["Henry Zimmerman "] edition = "2018" description = "Utility crate for Yew"