Skip to content

Commit 6851161

Browse files
author
Dmitri Pal
committed
chore(release): release v0.4.0
Signed-off-by: Dmitri Pal <[email protected]>
1 parent a2c78f2 commit 6851161

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "drawbridge"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Profian Inc"]
55
edition = "2021"
66
license = "AGPL-3.0-or-later"
@@ -20,11 +20,11 @@ members = [
2020

2121
[workspace.dependencies]
2222
# Internal dependencies
23-
drawbridge-byte = { path = "./crates/byte", version = "0.3.0" }
24-
drawbridge-client = { path = "./crates/client", version = "0.3.0" }
25-
drawbridge-jose = { path = "./crates/jose", version = "0.3.0" }
26-
drawbridge-server = { path = "./crates/server", version = "0.3.0" }
27-
drawbridge-type = { path = "./crates/type", version = "0.3.0" }
23+
drawbridge-byte = { path = "./crates/byte", version = "0.4.0" }
24+
drawbridge-client = { path = "./crates/client", version = "0.4.0" }
25+
drawbridge-jose = { path = "./crates/jose", version = "0.4.0" }
26+
drawbridge-server = { path = "./crates/server", version = "0.4.0" }
27+
drawbridge-type = { path = "./crates/type", version = "0.4.0" }
2828

2929
# External dependencies
3030
anyhow = { version = "1.0.68", default-features = false }

crates/byte/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "drawbridge-byte"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Profian Inc"]
55
edition = "2021"
66
license = "AGPL-3.0-or-later"

crates/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "drawbridge-client"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Profian Inc"]
55
edition = "2021"
66
license = "AGPL-3.0-or-later"

crates/jose/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "drawbridge-jose"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Profian Inc"]
55
edition = "2021"
66
license = "AGPL-3.0-or-later"

crates/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "drawbridge-server"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Profian Inc"]
55
edition = "2021"
66
license = "AGPL-3.0-or-later"

crates/type/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "drawbridge-type"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Profian Inc"]
55
edition = "2021"
66
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)