Bump versions

This commit is contained in:
Jonas Platte 2020-02-08 22:02:27 +01:00
parent 89f8d0f656
commit 8be1a4d168
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
4 changed files with 12 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.13.0
Breaking changes:
* Instead of one `Error` type, there is now many

View File

@ -12,16 +12,16 @@ license = "MIT"
name = "ruma-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
version = "0.12.1"
version = "0.13.0"
edition = "2018"
[dependencies]
http = "0.2.0"
percent-encoding = { version = "2.1.0", optional = true }
ruma-api-macros = { version = "=0.9.1", path = "ruma-api-macros", optional = true }
ruma-api-macros = { version = "=0.10.0", path = "ruma-api-macros", optional = true }
ruma-identifiers = { version = "0.14.1", optional = true }
serde = { version = "1.0.104", features = ["derive"], optional = true }
serde_json = "1.0.46"
serde_json = "1.0.47"
serde_urlencoded = "0.6.1"
url = { version = "2.1.1", optional = true }

View File

@ -1,5 +1,11 @@
# [unreleased]
# 0.10.0
Breaking changes:
* Updated code generation to match the changes in ruma-api 0.13.0
# 0.9.1
Improvements:

View File

@ -12,7 +12,7 @@ license = "MIT"
name = "ruma-api-macros"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
version = "0.9.1"
version = "0.10.0"
edition = "2018"
[dependencies]