Skip to content

Commit 30e5c13

Browse files
committed
Prepare 0.5.0
1 parent 8d9a3b2 commit 30e5c13

File tree

8 files changed

+445
-167
lines changed

8 files changed

+445
-167
lines changed

Cargo.lock

+426-148
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

databroker-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
[package]
1515
name = "databroker-cli"
16-
version = "0.4.7-dev.1"
16+
version = "0.5.0"
1717
authors = ["Eclipse KUKSA Project"]
1818
edition = "2021"
1919
license = "Apache-2.0"

databroker-proto/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
[package]
1515
name = "databroker-proto"
16-
version = "0.4.7-dev.1"
16+
version = "0.5.0"
1717
authors = ["Eclipse KUKSA Project"]
1818
edition = "2021"
1919
license = "Apache-2.0"

databroker/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
[package]
1515
name = "databroker"
16-
version = "0.4.7-dev.1"
16+
version = "0.5.0"
1717
authors = ["Eclipse KUKSA Project"]
1818
edition = "2021"
1919
license = "Apache-2.0"

lib/Cargo.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
[package]
1515
name = "kuksa-common"
16-
version = "0.4.7-dev.1"
16+
version = "0.5.0"
1717
authors = ["Eclipse KUKSA Project"]
1818
edition = "2021"
1919
license = "Apache-2.0"

lib/kuksa/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
[package]
1515
name = "kuksa"
16-
version = "0.4.7-dev.1"
16+
version = "0.5.0"
1717
authors = ["Eclipse KUKSA Project"]
1818
edition = "2021"
1919
license = "Apache-2.0"

lib/sdv/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
[package]
1515
name = "kuksa-sdv"
16-
version = "0.4.7-dev.1"
16+
version = "0.5.0"
1717
authors = ["Eclipse KUKSA Project"]
1818
edition = "2021"
1919
license = "Apache-2.0"

0 commit comments

Comments
 (0)