Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

Commit

Permalink
V0.2.0 (#28)
Browse files Browse the repository at this point in the history
* bump version to v0.2.0

* add changelog
  • Loading branch information
hgzimmerman committed Nov 19, 2019
1 parent 9283ced commit 338ff19
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

<!-- START TEMPLATE
## ✨ **VERSION** *(DATE)*
- #### ⚡️ Features
- Sample
- #### 🛠 Fixes
- Sample
- #### 🚨 Breaking changes
- Sample
END TEMPLATE-->

## **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`.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yewtil"
version = "0.1.1"
version = "0.2.0"
authors = ["Henry Zimmerman <zimhen7@gmail.com>"]
edition = "2018"
description = "Utility crate for Yew"
Expand Down

0 comments on commit 338ff19

Please sign in to comment.