Skip to content

Commit

Permalink
Release ruma-identifiers 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Aug 8, 2020
1 parent e73e351 commit 1bdb759
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 15 deletions.
2 changes: 1 addition & 1 deletion ruma-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ edition = "2018"
http = "0.2.1"
percent-encoding = "2.1.0"
ruma-api-macros = { version = "=0.17.0-alpha.1", path = "../ruma-api-macros" }
ruma-identifiers = { version = "0.17.1", path = "../ruma-identifiers" }
ruma-identifiers = { version = "0.17.3", path = "../ruma-identifiers" }
ruma-serde = { version = "0.2.3", path = "../ruma-serde" }
serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.57"
Expand Down
2 changes: 1 addition & 1 deletion ruma-appservice-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ edition = "2018"
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
ruma-common = { version = "0.2.0", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
ruma-identifiers = { version = "0.17.1", path = "../ruma-identifiers" }
ruma-identifiers = { version = "0.17.3", path = "../ruma-identifiers" }
serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.57"
2 changes: 1 addition & 1 deletion ruma-client-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ js_int = { version = "0.1.9", features = ["serde"] }
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
ruma-common = { version = "0.2.0", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
ruma-identifiers = { version = "0.17.1", path = "../ruma-identifiers" }
ruma-identifiers = { version = "0.17.3", path = "../ruma-identifiers" }
ruma-serde = { version = "0.2.3", path = "../ruma-serde" }
serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.57"
Expand Down
2 changes: 1 addition & 1 deletion ruma-events-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ proc-macro2 = "1.0.19"
proc-macro = true

[dev-dependencies]
ruma-identifiers = { version = "0.17.1", path = "../ruma-identifiers" }
ruma-identifiers = { version = "0.17.3", path = "../ruma-identifiers" }
serde_json = "1.0.57"
js_int = { version = "0.1.9", features = ["serde"] }
serde = { version = "1.0.114", features = ["derive"] }
4 changes: 2 additions & 2 deletions ruma-events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ criterion = { version = "0.3.3", optional = true }
js_int = { version = "0.1.9", features = ["serde"] }
ruma-common = { version = "0.2.0", path = "../ruma-common" }
ruma-events-macros = { version = "=0.22.0-alpha.1", path = "../ruma-events-macros" }
ruma-identifiers = { version = "0.17.1", path = "../ruma-identifiers" }
ruma-identifiers = { version = "0.17.3", path = "../ruma-identifiers" }
ruma-serde = { version = "0.2.3", path = "../ruma-serde" }
serde = { version = "1.0.113", features = ["derive"] }
serde_json = { version = "1.0.57", features = ["raw_value"] }
Expand All @@ -26,7 +26,7 @@ strum = { version = "0.18.0", features = ["derive"] }
[dev-dependencies]
maplit = "1.0.2"
matches = "0.1.8"
ruma-identifiers = { version = "0.17.1", path = "../ruma-identifiers", features = ["rand"] }
ruma-identifiers = { version = "0.17.3", path = "../ruma-identifiers", features = ["rand"] }
trybuild = "1.0.30"

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion ruma-federation-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ js_int = "0.1.9"
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
ruma-common = { version = "0.2.0", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
ruma-identifiers = { version = "0.17.1", path = "../ruma-identifiers" }
ruma-identifiers = { version = "0.17.3", path = "../ruma-identifiers" }
ruma-serde = { version = "0.2.3", path = "../ruma-serde" }
serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.57"
Expand Down
4 changes: 2 additions & 2 deletions ruma-identifiers-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-identifiers-macros"
repository = "https://github.com/ruma/ruma"
version = "0.17.2"
version = "0.17.3"
edition = "2018"

[dependencies]
ruma-identifiers-validation = { version = "0.1.0", path = "../ruma-identifiers-validation" }
ruma-identifiers-validation = { version = "0.1.1", path = "../ruma-identifiers-validation" }
quote = "1.0.7"
proc-macro2 = "1.0.19"
syn = "1.0.35"
Expand Down
2 changes: 1 addition & 1 deletion ruma-identifiers-validation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
"Jonas Platte <[email protected]>",
]
license = "MIT"
version = "0.1.0"
version = "0.1.1"
edition = "2018"

[features]
Expand Down
12 changes: 11 additions & 1 deletion ruma-identifiers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# [unreleased]

# 0.17.2
# 0.17.3

Bug fixes:

* Fix `key_algorithms::{DeviceKeyAlgorithm, ServerKeyAlgorithm}` not implementing `Deserialize` and
`Serialize` with the default feature set
* This bug was introduced in 0.17.2
* This problem still persists with `default-features = false` + `features = ["serde", …]`, but
there was never a reason to use ruma-identifiers like that

# 0.17.2 (yanked)

Bug fixes:

Expand Down
6 changes: 3 additions & 3 deletions ruma-identifiers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT"
name = "ruma-identifiers"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.17.2"
version = "0.17.3"
edition = "2018"

[package.metadata.docs.rs]
Expand All @@ -25,8 +25,8 @@ default = ["serde", "ruma-identifiers-validation/serde"]
[dependencies]
either = { version = "1.5.3", optional = true }
rand = { version = "0.7.3", optional = true }
ruma-identifiers-macros = { version = "=0.17.2", path = "../ruma-identifiers-macros" }
ruma-identifiers-validation = { version = "0.1.0", path = "../ruma-identifiers-validation" }
ruma-identifiers-macros = { version = "=0.17.3", path = "../ruma-identifiers-macros" }
ruma-identifiers-validation = { version = "0.1.1", path = "../ruma-identifiers-validation" }
serde = { version = "1.0.114", optional = true, features = ["derive"] }
strum = { version = "0.18.0", features = ["derive"] }

Expand Down
2 changes: 1 addition & 1 deletion ruma/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ push-gateway-api = ["ruma-api", "ruma-push-gateway-api"]

[dependencies]
ruma-common = { version = "0.2.0", path = "../ruma-common" }
ruma-identifiers = { version = "0.17.1", path = "../ruma-identifiers", features = ["serde"] }
ruma-identifiers = { version = "0.17.3", path = "../ruma-identifiers", features = ["serde"] }

ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events", optional = true }
ruma-signatures = { version = "0.6.0-dev.1", path = "../ruma-signatures", optional = true }
Expand Down

0 comments on commit 1bdb759

Please sign in to comment.