Bump versions
This commit is contained in:
parent
58b142f345
commit
b389501465
@ -1,5 +1,7 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.15.0
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
|
||||||
* Emit an error on non-UTF8 characters in path segments
|
* Emit an error on non-UTF8 characters in path segments
|
||||||
|
@ -12,13 +12,13 @@ license = "MIT"
|
|||||||
name = "ruma-api"
|
name = "ruma-api"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma-api"
|
repository = "https://github.com/ruma/ruma-api"
|
||||||
version = "0.15.0-dev.1"
|
version = "0.15.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
http = "0.2.0"
|
http = "0.2.0"
|
||||||
percent-encoding = { version = "2.1.0", optional = true }
|
percent-encoding = { version = "2.1.0", optional = true }
|
||||||
ruma-api-macros = { version = "=0.12.0-dev.1", path = "ruma-api-macros", optional = true }
|
ruma-api-macros = { version = "=0.12.0", path = "ruma-api-macros", optional = true }
|
||||||
ruma-identifiers = { version = "0.14.1", optional = true }
|
ruma-identifiers = { version = "0.14.1", optional = true }
|
||||||
serde = { version = "1.0.105", features = ["derive"], optional = true }
|
serde = { version = "1.0.105", features = ["derive"], optional = true }
|
||||||
serde_json = "1.0.48"
|
serde_json = "1.0.48"
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.12.0
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
|
||||||
* Update code generation to match the changes in ruma-api 0.15.0
|
* Update code generation to match the changes in ruma-api 0.15.0
|
||||||
|
@ -12,7 +12,7 @@ license = "MIT"
|
|||||||
name = "ruma-api-macros"
|
name = "ruma-api-macros"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma-api"
|
repository = "https://github.com/ruma/ruma-api"
|
||||||
version = "0.12.0-dev.1"
|
version = "0.12.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user