From 8be1a4d168a89394ba0e83d61aaab03d84d7a817 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 8 Feb 2020 22:02:27 +0100 Subject: [PATCH] Bump versions --- CHANGELOG.md | 2 ++ Cargo.toml | 6 +++--- ruma-api-macros/CHANGELOG.md | 6 ++++++ ruma-api-macros/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6088473e..8a454cbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.13.0 + Breaking changes: * Instead of one `Error` type, there is now many diff --git a/Cargo.toml b/Cargo.toml index ad864469..76947227 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,16 +12,16 @@ license = "MIT" name = "ruma-api" readme = "README.md" repository = "https://github.com/ruma/ruma-api" -version = "0.12.1" +version = "0.13.0" edition = "2018" [dependencies] http = "0.2.0" percent-encoding = { version = "2.1.0", optional = true } -ruma-api-macros = { version = "=0.9.1", path = "ruma-api-macros", optional = true } +ruma-api-macros = { version = "=0.10.0", path = "ruma-api-macros", optional = true } ruma-identifiers = { version = "0.14.1", optional = true } serde = { version = "1.0.104", features = ["derive"], optional = true } -serde_json = "1.0.46" +serde_json = "1.0.47" serde_urlencoded = "0.6.1" url = { version = "2.1.1", optional = true } diff --git a/ruma-api-macros/CHANGELOG.md b/ruma-api-macros/CHANGELOG.md index b1d65f13..12786e7a 100644 --- a/ruma-api-macros/CHANGELOG.md +++ b/ruma-api-macros/CHANGELOG.md @@ -1,5 +1,11 @@ # [unreleased] +# 0.10.0 + +Breaking changes: + +* Updated code generation to match the changes in ruma-api 0.13.0 + # 0.9.1 Improvements: diff --git a/ruma-api-macros/Cargo.toml b/ruma-api-macros/Cargo.toml index 499145be..b46ea7be 100644 --- a/ruma-api-macros/Cargo.toml +++ b/ruma-api-macros/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" name = "ruma-api-macros" readme = "README.md" repository = "https://github.com/ruma/ruma-api" -version = "0.9.1" +version = "0.10.0" edition = "2018" [dependencies]