Skip to content

Commit

Permalink
chore(release): release v0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitri Pal <dmitri@profian.com>
  • Loading branch information
Dmitri Pal committed Jan 20, 2023
1 parent a2c78f2 commit 6851161
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drawbridge"
version = "0.3.0"
version = "0.4.0"
authors = ["Profian Inc"]
edition = "2021"
license = "AGPL-3.0-or-later"
Expand All @@ -20,11 +20,11 @@ members = [

[workspace.dependencies]
# Internal dependencies
drawbridge-byte = { path = "./crates/byte", version = "0.3.0" }
drawbridge-client = { path = "./crates/client", version = "0.3.0" }
drawbridge-jose = { path = "./crates/jose", version = "0.3.0" }
drawbridge-server = { path = "./crates/server", version = "0.3.0" }
drawbridge-type = { path = "./crates/type", version = "0.3.0" }
drawbridge-byte = { path = "./crates/byte", version = "0.4.0" }
drawbridge-client = { path = "./crates/client", version = "0.4.0" }
drawbridge-jose = { path = "./crates/jose", version = "0.4.0" }
drawbridge-server = { path = "./crates/server", version = "0.4.0" }
drawbridge-type = { path = "./crates/type", version = "0.4.0" }

# External dependencies
anyhow = { version = "1.0.68", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/byte/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drawbridge-byte"
version = "0.3.0"
version = "0.4.0"
authors = ["Profian Inc"]
edition = "2021"
license = "AGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion crates/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drawbridge-client"
version = "0.3.0"
version = "0.4.0"
authors = ["Profian Inc"]
edition = "2021"
license = "AGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion crates/jose/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drawbridge-jose"
version = "0.3.0"
version = "0.4.0"
authors = ["Profian Inc"]
edition = "2021"
license = "AGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion crates/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drawbridge-server"
version = "0.3.0"
version = "0.4.0"
authors = ["Profian Inc"]
edition = "2021"
license = "AGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion crates/type/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drawbridge-type"
version = "0.3.0"
version = "0.4.0"
authors = ["Profian Inc"]
edition = "2021"
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 6851161

Please sign in to comment.