diff --git a/CHANGELOG.md b/CHANGELOG.md index 7072530f..38adf935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Breaking changes: -* Update ruma-identifiers to 0.15.1 +* Update ruma-identifiers to 0.16.1 Improvements: diff --git a/Cargo.toml b/Cargo.toml index 288750b5..28bca483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,13 +12,13 @@ license = "MIT" name = "ruma-api" readme = "README.md" repository = "https://github.com/ruma/ruma-api" -version = "0.16.0-rc.3" +version = "0.16.0" edition = "2018" [dependencies] http = "0.2.1" percent-encoding = "2.1.0" -ruma-api-macros = { version = "=0.16.0-rc.3", path = "ruma-api-macros" } +ruma-api-macros = { version = "=0.16.0", path = "ruma-api-macros" } ruma-identifiers = "0.16.1" ruma-serde = "0.1.3" serde = { version = "1.0.106", features = ["derive"] } diff --git a/ruma-api-macros/Cargo.toml b/ruma-api-macros/Cargo.toml index 8c3557da..3bd6b203 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.16.0-rc.3" +version = "0.16.0" edition = "2018" [dependencies]