Release ruma-serde 0.6.0

This commit is contained in:
Jonas Platte 2022-02-19 01:01:17 +01:00
parent d964a5cd3a
commit 38881dd6af
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
16 changed files with 24 additions and 17 deletions

View File

@ -27,7 +27,7 @@ http = "0.2.2"
percent-encoding = "2.1.0"
ruma-api-macros = { version = "=0.18.5", path = "../ruma-api-macros" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"
thiserror = "1.0.26"

View File

@ -25,7 +25,7 @@ ruma-client-api = { version = "0.12.3", path = "../ruma-client-api", features =
ruma-common = { version = "0.6.0", path = "../ruma-common" }
ruma-events = { version = "0.24.6", path = "../ruma-events" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"
tracing = { version = "0.1.25", optional = true }

View File

@ -32,7 +32,7 @@ ruma-api = { version = "0.18.5", path = "../ruma-api" }
ruma-common = { version = "0.6.0", path = "../ruma-common" }
ruma-events = { version = "0.24.6", path = "../ruma-events" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"

View File

@ -45,7 +45,7 @@ ruma-api = { version = "0.18.5", path = "../ruma-api" }
ruma-client-api = { version = "0.12.3", path = "../ruma-client-api", optional = true, features = ["client"] }
ruma-common = { version = "0.6.0", path = "../ruma-common" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"
tracing = { version = "0.1.30", default-features = false, features = ["std"] }

View File

@ -23,7 +23,7 @@ unstable-msc2677 = []
indexmap = { version = "1.6.2", features = ["serde-1"] }
js_int = { version = "0.2.0", features = ["serde"] }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = { version = "1.0.60", features = ["raw_value"] }
tracing = "0.1.25"

View File

@ -34,7 +34,7 @@ pulldown-cmark = { version = "0.8", default-features = false, optional = true }
ruma-common = { version = "0.6.0", path = "../ruma-common" }
ruma-events-macros = { version = "=0.24.6", path = "../ruma-events-macros" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers", features = ["serde"] }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = { version = "1.0.60", features = ["raw_value"] }
thiserror = "1.0.26"

View File

@ -28,7 +28,7 @@ ruma-api = { version = "0.18.5", path = "../ruma-api" }
ruma-common = { version = "0.6.0", path = "../ruma-common" }
ruma-events = { version = "0.24.6", path = "../ruma-events" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"

View File

@ -26,8 +26,8 @@ percent-encoding = "2.1.0"
rand_crate = { package = "rand", version = "0.8.3", optional = true }
ruma-identifiers-macros = { version = "=0.20.0", path = "../ruma-identifiers-macros" }
ruma-identifiers-validation = { version = "0.5.0", path = "../ruma-identifiers-validation", default-features = false }
ruma-serde = { version = "0.5.0", path = "../ruma-serde", optional = true }
ruma-serde-macros = { version = "0.5.0", path = "../ruma-serde-macros" }
ruma-serde = { version = "0.6.0", path = "../ruma-serde", optional = true }
ruma-serde-macros = { version = "0.6.0", path = "../ruma-serde-macros" }
# Renamed so we can have a serde feature.
serde1 = { package = "serde", version = "1.0.126", optional = true, features = ["derive"] }
url = "2.2.2"

View File

@ -22,7 +22,7 @@ js_int = { version = "0.2.0", features = ["serde"] }
ruma-api = { version = "0.18.5", path = "../ruma-api" }
ruma-common = { version = "0.6.0", path = "../ruma-common" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
[dev-dependencies]

View File

@ -23,6 +23,6 @@ ruma-api = { version = "0.18.5", path = "../ruma-api" }
ruma-common = { version = "0.6.0", path = "../ruma-common" }
ruma-events = { version = "0.24.6", path = "../ruma-events" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"

View File

@ -6,7 +6,7 @@ keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-serde-macros"
repository = "https://github.com/ruma/ruma"
version = "0.5.0"
version = "0.6.0"
edition = "2018"
[lib]

View File

@ -1,10 +1,17 @@
# [unreleased]
# 0.6.0
Breaking changes:
* Remove `From<T>` implementation for `Raw<T>`
* Replaced by the new fallible constructor `Raw::new`
Improvements:
* Add `Base64` type
* Add `Raw::{cast, cast_ref}`
# 0.5.0
Breaking changes:

View File

@ -4,7 +4,7 @@ description = "De-/serialization helpers for other ruma crates"
license = "MIT"
homepage = "https://www.ruma.io/"
repository = "https://github.com/ruma/ruma"
version = "0.5.0"
version = "0.6.0"
edition = "2018"
[dependencies]
@ -13,7 +13,7 @@ bytes = "1.0.1"
form_urlencoded = "1.0.0"
itoa = "1.0.1"
js_int = { version = "0.2.0", features = ["serde"] }
ruma-serde-macros = { version = "=0.5.0", path = "../ruma-serde-macros" }
ruma-serde-macros = { version = "=0.6.0", path = "../ruma-serde-macros" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = { version = "1.0.61", features = ["raw_value"] }

View File

@ -24,7 +24,7 @@ pkcs8 = { version = "0.7.0", features = ["alloc"] }
# because dalek uses an older version of rand_core
rand = { version = "0.7", features = ["getrandom"] }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
serde_json = "1.0.60"
sha2 = "0.9.5"
thiserror = "1.0.26"

View File

@ -26,7 +26,7 @@ js_int = "0.2.0"
ruma-common = { version = "0.6.0", path = "../ruma-common" }
ruma-events = { version = "0.24.6", path = "../ruma-events" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
thiserror = "1.0.26"

View File

@ -143,7 +143,7 @@ js_int = "0.2.0"
ruma-common = { version = "0.6.0", path = "../ruma-common" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers", features = ["serde"] }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
ruma-client = { version = "0.7.0", path = "../ruma-client", optional = true }
ruma-events = { version = "0.24.6", path = "../ruma-events", optional = true }