From e9d69be874377ea68bd47c9665ff11a293417cdc Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 20 Apr 2020 15:43:07 +0200 Subject: [PATCH] Bump versions to 0.16.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fa4de8b..2d3d31c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.16.0 + Breaking changes: * Update `RoomId::parse_with_server_name`s bounds from `Into>` to diff --git a/Cargo.toml b/Cargo.toml index b46c2dd1..e9c35ce6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "ruma-identifiers" readme = "README.md" repository = "https://github.com/ruma/ruma-identifiers" -version = "0.15.1" +version = "0.16.0" edition = "2018" [package.metadata.docs.rs]