Skip to content

Commit

Permalink
Prepare 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Nov 26, 2024
1 parent 8d9a3b2 commit 30e5c13
Show file tree
Hide file tree
Showing 8 changed files with 445 additions and 167 deletions.
574 changes: 426 additions & 148 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion databroker-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[package]
name = "databroker-cli"
version = "0.4.7-dev.1"
version = "0.5.0"
authors = ["Eclipse KUKSA Project"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion databroker-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[package]
name = "databroker-proto"
version = "0.4.7-dev.1"
version = "0.5.0"
authors = ["Eclipse KUKSA Project"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion databroker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[package]
name = "databroker"
version = "0.4.7-dev.1"
version = "0.5.0"
authors = ["Eclipse KUKSA Project"]
edition = "2021"
license = "Apache-2.0"
Expand Down
26 changes: 13 additions & 13 deletions lib/Cargo.lock

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

2 changes: 1 addition & 1 deletion lib/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[package]
name = "kuksa-common"
version = "0.4.7-dev.1"
version = "0.5.0"
authors = ["Eclipse KUKSA Project"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/kuksa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[package]
name = "kuksa"
version = "0.4.7-dev.1"
version = "0.5.0"
authors = ["Eclipse KUKSA Project"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/sdv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[package]
name = "kuksa-sdv"
version = "0.4.7-dev.1"
version = "0.5.0"
authors = ["Eclipse KUKSA Project"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 30e5c13

Please sign in to comment.