Skip to content

Commit c588d81

Browse files
author
Stjepan Glavina
committed
Prepare version 0.99.0
1 parent eebedf9 commit c588d81

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Version 1.0.0
2+
3+
- Initial release

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "async-task"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
55
edition = "2018"
66
license = "Apache-2.0/MIT"
7-
repository = "https://github.com/stjepang/async-task"
8-
homepage = "https://github.com/stjepang/async-task"
7+
repository = "https://github.com/async-rs/async-task"
8+
homepage = "https://github.com/async-rs/async-task"
99
documentation = "https://docs.rs/async-task"
1010
description = "Task abstraction for building executors"
1111
keywords = ["futures", "task", "executor", "spawn"]

0 commit comments

Comments
 (0)