Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaMorard committed Feb 13, 2025
1 parent 2eca42d commit d9fe01f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.7.4"
version = "0.8.0"
authors = ["Edgee <opensource@edgee.cloud>"]
license = "Apache-2.0"
keywords = ["edgee"]
Expand Down Expand Up @@ -76,6 +76,6 @@ pretty_assertions = "1.4.1"
edgee-sdk = "1.3.2"
edgee-path = "0.1.1"

edgee-api-client = { version = "0.7.4", path = "crates/api-client" }
edgee-server = { version = "0.7.4", path = "crates/server" }
edgee-components-runtime = { version = "0.7.4", path = "crates/components-runtime" }
edgee-api-client = { version = "0.8.0", path = "crates/api-client" }
edgee-server = { version = "0.8.0", path = "crates/server" }
edgee-components-runtime = { version = "0.8.0", path = "crates/components-runtime" }

0 comments on commit d9fe01f

Please sign in to comment.