From 8effddb5ec8ba66dc870bc9a61c6338e7936407f Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 29 Mar 2020 17:07:56 +0200 Subject: [PATCH] Bump versions --- CHANGELOG.md | 2 ++ Cargo.toml | 4 ++-- ruma-events-macros/CHANGELOG.md | 2 ++ ruma-events-macros/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5822630a..517c66fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.18.0 + Breaking changes: * Update unsigned field's type from `Option` to `Map` diff --git a/Cargo.toml b/Cargo.toml index 640655a0..c10adde7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,12 +9,12 @@ license = "MIT" name = "ruma-events" readme = "README.md" repository = "https://github.com/ruma/ruma-events" -version = "0.17.0" +version = "0.18.0" edition = "2018" [dependencies] ruma-identifiers = "0.14.1" -ruma-events-macros = { path = "ruma-events-macros", version = "=0.2.0" } +ruma-events-macros = { path = "ruma-events-macros", version = "=0.3.0" } serde_json = "1.0.50" [dependencies.js_int] diff --git a/ruma-events-macros/CHANGELOG.md b/ruma-events-macros/CHANGELOG.md index 13fc4ec2..53a7bc73 100644 --- a/ruma-events-macros/CHANGELOG.md +++ b/ruma-events-macros/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.3.0 + Breaking changes: * Update `event_type` in `ruma_events!` to refer to the serialized form of the diff --git a/ruma-events-macros/Cargo.toml b/ruma-events-macros/Cargo.toml index 6d1457cc..0ed01eff 100644 --- a/ruma-events-macros/Cargo.toml +++ b/ruma-events-macros/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "ruma-events-macros" readme = "README.md" repository = "https://github.com/ruma/ruma-api-macros" -version = "0.2.0" +version = "0.3.0" [dependencies] syn = { version = "1.0.17", features = ["full"] }