From 94bc0a3c4448b53cdd4e7fb0e483663749304eaa Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 29 Jul 2020 17:33:05 +0200 Subject: [PATCH] Release ruma-appservice-api 0.2.0-alpha.1 --- ruma-appservice-api/CHANGELOG.md | 8 ++++++++ ruma-appservice-api/Cargo.toml | 6 +++--- ruma/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ruma-appservice-api/CHANGELOG.md b/ruma-appservice-api/CHANGELOG.md index 69afd520..b85aaebd 100644 --- a/ruma-appservice-api/CHANGELOG.md +++ b/ruma-appservice-api/CHANGELOG.md @@ -1,3 +1,11 @@ +# [unreleased] + +# 0.2.0 + +Improvements: + +* Upgrade dependencies + # 0.1.0 Initial release. diff --git a/ruma-appservice-api/Cargo.toml b/ruma-appservice-api/Cargo.toml index bb751b79..e77de199 100644 --- a/ruma-appservice-api/Cargo.toml +++ b/ruma-appservice-api/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "ruma-appservice-api" readme = "README.md" repository = "https://github.com/ruma/ruma" -version = "0.1.0" +version = "0.2.0-alpha.1" edition = "2018" [dependencies] @@ -16,5 +16,5 @@ ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" } ruma-common = { version = "0.2.0", path = "../ruma-common" } ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" } ruma-identifiers = { version = "0.17.1", path = "../ruma-identifiers" } -serde = { version = "1.0.113", features = ["derive"] } -serde_json = "1.0.55" +serde = { version = "1.0.114", features = ["derive"] } +serde_json = "1.0.57" diff --git a/ruma/Cargo.toml b/ruma/Cargo.toml index f23d15a3..4ad87214 100644 --- a/ruma/Cargo.toml +++ b/ruma/Cargo.toml @@ -31,7 +31,7 @@ ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events", optional = ruma-signatures = { version = "0.6.0-dev.1", path = "../ruma-signatures", optional = true } ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api", optional = true } -ruma-appservice-api = { version = "0.1.0", path = "../ruma-appservice-api", optional = true } +ruma-appservice-api = { version = "=0.2.0-alpha.1", path = "../ruma-appservice-api", optional = true } ruma-client-api = { version = "0.9.0", path = "../ruma-client-api", optional = true } ruma-federation-api = { version = "0.0.3", path = "../ruma-federation-api", optional = true }