diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 000000000..8a6842cda --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,5 @@ +# Changes + +## 0.1.0 (2018-01-23) + +* First release diff --git a/Cargo.toml b/Cargo.toml index 99a27ac30..3527e61a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Nikolay Kim "] description = "Redis integration for actix framework" license = "MIT/Apache-2.0" readme = "README.md" -keywords = ["http", "web", "framework", "async", "actix"] +keywords = ["web", "redis", "async", "actix", "tokio"] homepage = "https://github.com/actix/actix-redis" repository = "https://github.com/actix/actix-redis.git" documentation = "https://docs.rs/actix-redis/"