Skip to content

Commit

Permalink
Set version to 0.6.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Sep 29, 2022
1 parent 4086e06 commit a3c0a5e
Show file tree
Hide file tree
Showing 32 changed files with 64 additions and 62 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@ jobs:
cd zenoh-ext && cargo publish && cd - && sleep 30
cd zenohd && cargo publish && cd - && sleep 30
cd plugins/zenoh-plugin-trait && cargo publish && cd - && sleep 30
cd plugins/zenoh-plugin-rest && cargo publish && cd - && sleep 30
cd plugins/zenoh-plugin-storage-manager && cargo publish && cd - && sleep 30
cd plugins/zenoh-backend-traits && cargo publish && cd - && sleep 30
- name: Cancel workflow if fail # thus Docker job be interrupted
if: failure()
Expand Down
60 changes: 30 additions & 30 deletions 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 commons/zenoh-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[package]
rust-version = "1.62.1"
name = "zenoh-buffers"
version = "0.6.0-dev.0"
version = "0.6.0-beta.1"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion commons/zenoh-cfg-properties/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[package]
rust-version = "1.62.1"
name = "zenoh-cfg-properties"
version = "0.6.0-dev.0"
version = "0.6.0-beta.1"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion commons/zenoh-collections/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[package]
rust-version = "1.62.1"
name = "zenoh-collections"
version = "0.6.0-dev.0"
version = "0.6.0-beta.1"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion commons/zenoh-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[package]
rust-version = "1.62.1"
name = "zenoh-config"
version = "0.6.0-dev.0"
version = "0.6.0-beta.1"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion commons/zenoh-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[package]
rust-version = "1.62.1"
name = "zenoh-core"
version = "0.6.0-dev.0"
version = "0.6.0-beta.1"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion commons/zenoh-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[package]
rust-version = "1.62.1"
name = "zenoh-crypto"
version = "0.6.0-dev.0"
version = "0.6.0-beta.1"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion commons/zenoh-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[package]
rust-version = "1.62.1"
name = "zenoh-macros"
version = "0.6.0-dev.0"
version = "0.6.0-beta.1"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion commons/zenoh-protocol-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[package]
rust-version = "1.62.1"
name = "zenoh-protocol-core"
version = "0.6.0-dev.0"
version = "0.6.0-beta.1"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion commons/zenoh-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[package]
rust-version = "1.62.1"
name = "zenoh-protocol"
version = "0.6.0-dev.0"
version = "0.6.0-beta.1"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion commons/zenoh-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[package]
rust-version = "1.62.1"
name = "zenoh-sync"
version = "0.6.0-dev.0"
version = "0.6.0-beta.1"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion commons/zenoh-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[package]
rust-version = "1.62.1"
name = "zenoh-util"
version = "0.6.0-dev.0"
version = "0.6.0-beta.1"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[package]
rust-version = "1.62.1"
name = "zenoh-examples"
version = "0.6.0-dev.0"
version = "0.6.0-beta.1"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion io/zenoh-link-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[package]
rust-version = "1.62.1"
name = "zenoh-link-commons"
version = "0.6.0-dev.0"
version = "0.6.0-beta.1"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = [
Expand Down
Loading

0 comments on commit a3c0a5e

Please sign in to comment.