aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-24 13:11:05 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-24 13:11:05 -0400
commit4a44c4bb220e365fac5006e64e32d8c7a7789038 (patch)
tree4fda63b6ac231c60be3bccee09660a867dcabd60
parentc3dc91b606dc556de5b1999aa90f2b9ba59b4f54 (diff)
downloadcomponent-future-4a44c4bb220e365fac5006e64e32d8c7a7789038.tar.gz
component-future-4a44c4bb220e365fac5006e64e32d8c7a7789038.zip
changelog and version bumpHEAD0.1.1master
-rw-r--r--CHANGELOG.md13
-rw-r--r--Cargo.toml2
2 files changed, 14 insertions, 1 deletions
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 <doy@tozt.net>"]
edition = "2018"