diff --git a/CHANGELOG.md b/CHANGELOG.md index 76bd5d2c..7072530f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # [unreleased] +# 0.16.0 + +Breaking changes: + +* Update ruma-identifiers to 0.15.1 + +Improvements: + +* Remove dependency on the `url` crate + # 0.15.1 Bug fixes: diff --git a/Cargo.toml b/Cargo.toml index 85a1355f..38102b98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" name = "ruma-api" readme = "README.md" repository = "https://github.com/ruma/ruma-api" -version = "0.15.1" +version = "0.16.0-rc.1" edition = "2018" [dependencies] diff --git a/ruma-api-macros/CHANGELOG.md b/ruma-api-macros/CHANGELOG.md index 37b70f22..6d0e534f 100644 --- a/ruma-api-macros/CHANGELOG.md +++ b/ruma-api-macros/CHANGELOG.md @@ -1,12 +1,6 @@ -# [unreleased] - -# 0.15.1 - -*ruma-api-macros is now versioned in lockstep with ruma-api* - -Bug fixes: - -* Write `{}` to the body of responses without body fields +Since version 0.15.1 of ruma-api, ruma-api-macros is versioned in lockstep with ruma-api. Since +ruma-api-macros cannot be used independently anyway, it no longer maintains a separate change log or +its own version. Instead, refer to ruma-api's change log for changes in versions 0.15.1 and above. # 0.12.0 diff --git a/ruma-api-macros/Cargo.toml b/ruma-api-macros/Cargo.toml index 7b6b270a..e4f5cb30 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.15.1" +version = "0.16.0-rc.1" edition = "2018" [dependencies]