Release ruma-common 0.5.1
This commit is contained in:
parent
5715234550
commit
0ad480a163
@ -14,7 +14,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api" }
|
||||
ruma-client-api = { version = "=0.10.0-alpha.3", path = "../ruma-client-api", features = ["client"], optional = true }
|
||||
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.5.1", path = "../ruma-common" }
|
||||
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
|
||||
ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.4.0", 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.4", path = "../ruma-api" }
|
||||
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.5.1", path = "../ruma-common" }
|
||||
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
|
||||
ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.4.0", path = "../ruma-serde" }
|
||||
|
@ -42,7 +42,7 @@ isahc-crate = { package = "isahc", version = "1.3.1", optional = true }
|
||||
reqwest = { version = "0.11.3", optional = true, default-features = false }
|
||||
ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api" }
|
||||
ruma-client-api = { version = "=0.10.0-alpha.3", path = "../ruma-client-api", optional = true, features = ["client"] }
|
||||
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.5.1", path = "../ruma-common" }
|
||||
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
|
||||
ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.4.0", path = "../ruma-serde" }
|
||||
|
@ -1,8 +1,12 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.5.1
|
||||
|
||||
Improvements:
|
||||
|
||||
* Add `receipt::ReceiptType`
|
||||
* Add `MilliSecondsSinceUnixEpoch` and `SecondsSinceUnixEpoch` types
|
||||
* Bump dependency versions
|
||||
|
||||
# 0.5.0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ruma-common"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
authors = ["Jonas Platte <jplatte@posteo.de>"]
|
||||
description = "Common types for other ruma crates."
|
||||
homepage = "https://www.ruma.io/"
|
||||
|
@ -16,7 +16,7 @@ criterion = { version = "0.3.3", optional = true }
|
||||
indoc = "1.0"
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
pulldown-cmark = { version = "0.8", default-features = false, optional = true }
|
||||
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.5.1", path = "../ruma-common" }
|
||||
ruma-events-macros = { version = "=0.22.0-alpha.3", path = "../ruma-events-macros" }
|
||||
ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers", features = ["serde"] }
|
||||
ruma-serde = { version = "0.4.0", path = "../ruma-serde" }
|
||||
|
@ -17,7 +17,7 @@ version = "0.1.0-alpha.2"
|
||||
[dependencies]
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api" }
|
||||
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.5.1", path = "../ruma-common" }
|
||||
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
|
||||
ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.4.0", path = "../ruma-serde" }
|
||||
|
@ -13,7 +13,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api" }
|
||||
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.5.1", path = "../ruma-common" }
|
||||
ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.4.0", 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.4", path = "../ruma-api" }
|
||||
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.5.1", path = "../ruma-common" }
|
||||
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
|
||||
ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.4.0", path = "../ruma-serde" }
|
||||
|
@ -18,7 +18,7 @@ unstable-pre-spec = ["ruma-events/unstable-pre-spec"]
|
||||
itertools = "0.10.0"
|
||||
js_int = "0.2.0"
|
||||
maplit = "1.0.2"
|
||||
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.5.1", path = "../ruma-common" }
|
||||
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
|
||||
ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.4.0", path = "../ruma-serde" }
|
||||
|
@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]
|
||||
assign = "1.1.1"
|
||||
js_int = "0.2.0"
|
||||
|
||||
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
||||
ruma-common = { version = "0.5.1", path = "../ruma-common" }
|
||||
ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers", features = ["serde"] }
|
||||
ruma-serde = { version = "0.4.0", path = "../ruma-serde" }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user