Release new versions of ruma-*-api

* ruma-appservice-api 0.2.0-alpha.2
* ruma-client-api 0.10.0-alpha.2
* ruma-federation-api 0.1.0-alpha.1
* ruma-identity-service-api 0.0.1
* ruma-push-gateway-api 0.0.1
This commit is contained in:
Jonas Platte 2021-01-02 15:09:30 +01:00
parent 3b37d77394
commit 329537afef
No known key found for this signature in database
GPG key ID: 7D261D771D915378
11 changed files with 33 additions and 35 deletions

View file

@ -1,23 +1,19 @@
# [unreleased]
Improvements:
* Add room visibility management endpoint
# 0.2.0 (unreleased)
Breaking changes:
* Fix endpoint versioning
* Upgrade dependencies
Improvements:
* Upgrade dependencies
* Add room visibility management endpoint
Bug fixes:
* Fix `push_events::v1::Request` serialization by sending a dictionary instead of an array on request body
# 0.2.0
Improvements:
* Upgrade dependencies
# 0.1.0
Initial release.

View file

@ -8,7 +8,7 @@ license = "MIT"
name = "ruma-appservice-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.2.0-alpha.1"
version = "0.2.0-alpha.2"
edition = "2018"
[dependencies]
@ -18,7 +18,7 @@ ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.57"
serde_json = "1.0.61"
[features]
unstable-exhaustive-types = []

View file

@ -13,11 +13,11 @@ license = "MIT"
name = "ruma-client-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.10.0-alpha.1"
version = "0.10.0-alpha.2"
edition = "2018"
[dependencies]
assign = "1.1.0"
assign = "1.1.1"
http = "0.2.2"
js_int = { version = "0.2.0", features = ["serde"] }
maplit = "1.0.2"
@ -28,7 +28,7 @@ ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
serde_json = "1.0.61"
[dev-dependencies]
maplit = "1.0.2"

View file

@ -24,7 +24,7 @@ hyper = { version = "0.14.2", features = ["client", "tcp"] }
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.1", path = "../ruma-client-api" }
ruma-client-api = { version = "=0.10.0-alpha.2", path = "../ruma-client-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }

View file

@ -1,4 +1,4 @@
# [unreleased]
# 0.1.0 (unreleased)
Breaking Changes:
@ -7,6 +7,7 @@ Breaking Changes:
* Wrap `PduStub`s in `membership::create_join_event` in `Raw`
* Remove `PduStub` (it only existed because of the spec being misleading)
* Rename `pdu_stub` fields to `pdu`
* Upgrade dependencies
Improvements:

View file

@ -13,7 +13,7 @@ license = "MIT"
name = "ruma-federation-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.0.3"
version = "0.1.0-alpha.1"
[dependencies]
js_int = { version = "0.2.0", features = ["serde"] }
@ -23,7 +23,7 @@ ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
serde_json = "1.0.61"
[dev-dependencies]
matches = "0.1.8"

View file

@ -1,5 +1,6 @@
# [unreleased]
## Improvements
# 0.0.1
- Added authentication endpoints: `authentication::{get_account_information::v2, logout::v2, register::v2}`
* Add authentication endpoints:
`authentication::{get_account_information::v2, logout::v2, register::v2}`

View file

@ -1,6 +1,6 @@
[package]
name = "ruma-identity-service-api"
version = "0.0.0"
version = "0.0.1"
authors = ["Jonas Platte <jplatte@posteo.de>"]
description = "Types for the endpoints in the Matrix identity service API."
homepage = "https://www.ruma.io/"
@ -15,5 +15,5 @@ ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.57"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"

View file

@ -1,5 +1,5 @@
# [Unreleased]
# [unreleased]
Improvements:
# 0.0.1
* Add `send_event_notification::v1` endpoint
* Add endpoint `send_event_notification::v1`

View file

@ -1,6 +1,6 @@
[package]
name = "ruma-push-gateway-api"
version = "0.0.0"
version = "0.0.1"
authors = ["Jonas Platte <jplatte@posteo.de>"]
description = "Types for the endpoints in the Matrix push gateway API."
homepage = "https://www.ruma.io/"
@ -18,7 +18,7 @@ ruma-events = { version = "0.22.0-alpha.1", path = "../ruma-events" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
serde_json = "1.0.61"
[features]
unstable-exhaustive-types = []

View file

@ -24,11 +24,11 @@ ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events", optional =
ruma-signatures = { version = "=0.6.0-alpha.1", path = "../ruma-signatures", optional = true }
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api", optional = true }
ruma-appservice-api = { version = "=0.2.0-alpha.1", path = "../ruma-appservice-api", optional = true }
ruma-client-api = { version = "=0.10.0-alpha.1", path = "../ruma-client-api", optional = true }
ruma-federation-api = { version = "0.0.3", path = "../ruma-federation-api", optional = true }
ruma-identity-service-api = { version = "0.0.0", path = "../ruma-identity-service-api", optional = true }
ruma-push-gateway-api = { version = "0.0.0", path = "../ruma-push-gateway-api", optional = true }
ruma-appservice-api = { version = "=0.2.0-alpha.2", path = "../ruma-appservice-api", optional = true }
ruma-client-api = { version = "=0.10.0-alpha.2", path = "../ruma-client-api", optional = true }
ruma-federation-api = { version = "=0.1.0-alpha.1", path = "../ruma-federation-api", optional = true }
ruma-identity-service-api = { version = "0.0.1", path = "../ruma-identity-service-api", optional = true }
ruma-push-gateway-api = { version = "0.0.1", path = "../ruma-push-gateway-api", optional = true }
[dev-dependencies]
serde = { version = "1.0.118", features = ["derive"] }