Skip to content

Commit

Permalink
Prepare version 0.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina committed Aug 16, 2019
1 parent eebedf9 commit c588d81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,3 @@
# Version 1.0.0

- Initial release
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "async-task"
version = "0.1.0"
version = "1.0.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
license = "Apache-2.0/MIT"
repository = "https://github.com/stjepang/async-task"
homepage = "https://github.com/stjepang/async-task"
repository = "https://github.com/async-rs/async-task"
homepage = "https://github.com/async-rs/async-task"
documentation = "https://docs.rs/async-task"
description = "Task abstraction for building executors"
keywords = ["futures", "task", "executor", "spawn"]
Expand Down

0 comments on commit c588d81

Please sign in to comment.