From 94d9fc0a86d1e0c19f21b3d9199dc22124711004 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 12 Mar 2020 21:12:33 +0100 Subject: [PATCH] Bump the version to 0.17.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b6f45e1..12084122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.17.0 + Breaking changes: * `collections::only` no longer exports a `raw` submodule. It was never meant ot be exported in the first place. diff --git a/Cargo.toml b/Cargo.toml index b8a43910..f41a5648 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "ruma-events" readme = "README.md" repository = "https://github.com/ruma/ruma-events" -version = "0.16.0" +version = "0.17.0" edition = "2018" [dependencies]