Skip to content

Commit

Permalink
Merge pull request #76 from atolab/0.2.x
Browse files Browse the repository at this point in the history
Prepare for 0.2.0
  • Loading branch information
J-Loudet authored Jan 26, 2022
2 parents 8ee90bc + 7af77a9 commit 054d31a
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cargo-zenoh-flow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-zenoh-flow"
version = "0.1.0"
version = "0.2.0"
repository = "https://github.com/eclipse-zenoh/zenoh-flow"
homepage = "http://zenoh.io"
authors = ["kydos <angelo@icorsaro.net>",
Expand Down
2 changes: 1 addition & 1 deletion zenoh-flow-ctl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zenoh-flow-ctl"
version = "0.1.0"
version = "0.2.0"
repository = "https://github.com/eclipse-zenoh/zenoh-flow"
homepage = "http://zenoh.io"
authors = ["kydos <angelo@icorsaro.net>",
Expand Down
2 changes: 1 addition & 1 deletion zenoh-flow-daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zenoh-flow-daemon"
version = "0.1.0"
version = "0.2.0"
repository = "https://github.com/eclipse-zenoh/zenoh-flow"
homepage = "http://zenoh.io"
authors = ["kydos <angelo@icorsaro.net>",
Expand Down
32 changes: 32 additions & 0 deletions zenoh-flow-daemon/etc/zenoh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"listeners": ["tcp/0.0.0.0:7887"],
"link_state":true,
"plugins_search_dirs":["/usr/lib/"],
"plugins":{
"storages":{
"required":true,
"backends":{
"memory":{
"required":true,
"storages":{
"zfrpc":{
"key_expr":"/zf/runtime/**"
},
"zf":{
"key_expr":"/zenoh-flow/**"
}
}
}//,
// "influxdb":{
// "url":"http://localhost:8086",
// "db":"zf_log_example",
// "storages":{
// "replay":{
// "key_expr":"/zf/record/**"
// }
// }
// }
}
}
}
}
2 changes: 1 addition & 1 deletion zenoh-flow-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zenoh-flow-derive"
version = "0.0.1"
version = "0.2.0"
repository = "https://github.com/eclipse-zenoh/zenoh-flow"
homepage = "http://zenoh.io"
authors = ["kydos <angelo@icorsaro.net>",
Expand Down
2 changes: 1 addition & 1 deletion zenoh-flow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zenoh-flow"
version = "0.1.0"
version = "0.2.0"
repository = "https://github.com/eclipse-zenoh/zenoh-flow"
homepage = "http://zenoh.io"
authors = ["kydos <angelo@icorsaro.net>",
Expand Down

0 comments on commit 054d31a

Please sign in to comment.