Skip to content

Commit 169ddd2

Browse files
committed
v0.1.7
1 parent 9aaf13b commit 169ddd2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "matrix-http-rendezvous"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = ["Quentin Gliech <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

server/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "matrix-http-rendezvous-server"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = ["Quentin Gliech <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -17,4 +17,4 @@ tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
1717
tracing = "0.1.37"
1818
tracing-subscriber = "0.3.16"
1919

20-
matrix-http-rendezvous = { path = "../", version = "0.1.6" }
20+
matrix-http-rendezvous = { path = "../", version = "0.1.7" }

synapse/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "matrix-http-rendezvous-synapse"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = ["Quentin Gliech <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -28,4 +28,4 @@ tokio = "1.21.2"
2828
tower = { version = "0.4.13", features = ["util"] }
2929
tracing = { version = "0.1.37", features = ["log", "log-always"] }
3030

31-
matrix-http-rendezvous = { path = "../", version = "0.1.6" }
31+
matrix-http-rendezvous = { path = "../", version = "0.1.7" }

synapse/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ authors = [
2020

2121
[tool.poetry]
2222
name = "matrix_http_rendezvous_synapse"
23-
version = "0.1.6"
23+
version = "0.1.7"
2424
description = "A Matrix Synapse module which implements MSC3886"
2525
authors = ["Quentin Gliech <[email protected]>"]
2626

0 commit comments

Comments
 (0)