Skip to content

Commit b14e74f

Browse files
committed
v0.1.1
1 parent 72708fa commit b14e74f

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "matrix-http-rendezvous"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Quentin Gliech <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cargo set-version --workspace --bump patch
1818
cd synapse/
1919
poetry version patch
2020
cd ..
21-
git commit -m "vX.Y.Z"
21+
git commit -a -m "vX.Y.Z"
2222
git tag vX.Y.Z
2323
git push
2424
git push --tags

server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "matrix-http-rendezvous-server"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Quentin Gliech <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -13,4 +13,4 @@ hyper = { version = "0.14.20", features = ["server"] }
1313
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
1414
tracing-subscriber = "0.3.16"
1515

16-
matrix-http-rendezvous = { path = "../", version = "0.1.0" }
16+
matrix-http-rendezvous = { path = "../", version = "0.1.1" }

synapse/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "matrix-http-rendezvous-synapse"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Quentin Gliech <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -23,4 +23,4 @@ serde = { version = "1.0.145", features = ["derive"] }
2323
tower = { version = "0.4.13", features = ["util"] }
2424
tracing = { version = "0.1.37", features = ["log", "log-always"] }
2525

26-
matrix-http-rendezvous = { path = "../", version = "0.1.0" }
26+
matrix-http-rendezvous = { path = "../", version = "0.1.1" }

synapse/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ build-backend = "maturin"
44

55
[project]
66
name = "matrix_http_rendezvous_synapse"
7-
version = "0.1.0"
87
requires-python = ">=3.7"
98
classifiers = [
109
"Development Status :: 3 - Alpha",
@@ -21,7 +20,7 @@ authors = [
2120

2221
[tool.poetry]
2322
name = "matrix_http_rendezvous_synapse"
24-
version = "0.1.0"
23+
version = "0.1.1"
2524
description = "A Matrix Synapse module which implements MSC3886"
2625
authors = ["Quentin Gliech <[email protected]>"]
2726

0 commit comments

Comments
 (0)