From 4a44c4bb220e365fac5006e64e32d8c7a7789038 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 24 Oct 2019 13:11:05 -0400 Subject: changelog and version bump --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..94868ef --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.1.1] - 2019-10-24 + +### Fixed + +* Don't require the poll_fn lifetimes to be `'static` + +## [0.1.0] - 2019-10-24 + +### Added + +* Initial release diff --git a/Cargo.toml b/Cargo.toml index bbd4688..5c77308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "component-future" -version = "0.1.0" +version = "0.1.1" authors = ["Jesse Luehrs "] edition = "2018" -- cgit v1.2.3-54-g00ecf