Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 7bf461c

Browse files
committed
release 0.0.2
1 parent 183b135 commit 7bf461c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iotdb-cli"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2021"
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -18,5 +18,5 @@ path = "src/main.rs"
1818
dirs = "4.0.0"
1919
structopt = "0.3"
2020
rustyline = "9.0.0"
21-
#iotdb = "0.0.5"
22-
iotdb = { git = "https://github.com/francis-du/iotdb-rs.git", rev = "117158e"}
21+
iotdb = "0.0.6"
22+
#iotdb = { git = "https://github.com/francis-du/iotdb-rs.git", rev = "117158e"}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ IOTDB#(127.0.0.1:6667)> SHOW STORAGE GROUP
113113
3. Execute sql from the specified sql file
114114

115115
```shell
116-
$iotdb file tests/create_and_insert.sql
116+
$ iotdb file tests/create_and_insert.sql
117117
Statements: [
118118
"DELETE STORAGE GROUP root.test;",
119119
"CREATE TIMESERIES root.test.status WITH DATATYPE=BOOLEAN, ENCODING=PLAIN;",

docs/src/get-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ IOTDB#(127.0.0.1:6667)> SHOW STORAGE GROUP
113113
3. Execute sql from the specified sql file
114114

115115
```shell
116-
$iotdb file tests/create_and_insert.sql
116+
$ iotdb file tests/create_and_insert.sql
117117
Statements: [
118118
"DELETE STORAGE GROUP root.test;",
119119
"CREATE TIMESERIES root.test.status WITH DATATYPE=BOOLEAN, ENCODING=PLAIN;",

0 commit comments

Comments
 (0)