Release ruma-common 0.4.0
This commit is contained in:
parent
8a791dd530
commit
10fb4c9910
@ -13,7 +13,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
||||
ruma-common = { version = "0.3.1", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.4.0", path = "../ruma-common" }
|
||||
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
|
@ -23,7 +23,7 @@ js_int = { version = "0.2.0", features = ["serde"] }
|
||||
maplit = "1.0.2"
|
||||
percent-encoding = "2.1.0"
|
||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
||||
ruma-common = { version = "0.3.1", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.4.0", path = "../ruma-common" }
|
||||
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
|
@ -24,7 +24,7 @@ hyper-tls = { version = "0.5.0", optional = true }
|
||||
hyper-rustls = { version = "0.22.1", optional = true, default-features = false }
|
||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
||||
ruma-client-api = { version = "=0.10.0-alpha.2", path = "../ruma-client-api", features = ["client"] }
|
||||
ruma-common = { version = "0.3.1", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.4.0", path = "../ruma-common" }
|
||||
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
|
@ -1,11 +1,14 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.4.0
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Use `ruma_identifiers::MxcUri` instead of `String` for `avatar_url` field in
|
||||
`directory::PublicRoomsChunk`
|
||||
* Use `ruma_identifiers::RoomId` instead of `String` for `room_id` field in
|
||||
`push::PushConditionRoomCtx`
|
||||
* Upgrade ruma-identifiers dependency to 0.19.0
|
||||
|
||||
# 0.3.1
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ruma-common"
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
authors = ["Jonas Platte <jplatte@posteo.de>"]
|
||||
description = "Common types for other ruma crates."
|
||||
homepage = "https://www.ruma.io/"
|
||||
|
@ -14,7 +14,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
criterion = { version = "0.3.3", optional = true }
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
ruma-common = { version = "0.3.1", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.4.0", path = "../ruma-common" }
|
||||
ruma-events-macros = { version = "=0.22.0-alpha.2", path = "../ruma-events-macros" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
|
@ -17,7 +17,7 @@ version = "0.1.0-alpha.1"
|
||||
[dependencies]
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
||||
ruma-common = { version = "0.3.1", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.4.0", path = "../ruma-common" }
|
||||
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
|
@ -12,7 +12,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
||||
ruma-common = { version = "0.3.1", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.4.0", path = "../ruma-common" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
|
@ -13,7 +13,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
||||
ruma-common = { version = "0.3.1", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.4.0", path = "../ruma-common" }
|
||||
ruma-events = { version = "0.22.0-alpha.1", path = "../ruma-events" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
|
@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]
|
||||
assign = "1.1.1"
|
||||
js_int = "0.2.0"
|
||||
|
||||
ruma-common = { version = "0.3.1", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.4.0", path = "../ruma-common" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers", features = ["serde"] }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user