Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Nov 26, 2020
1 parent 73be256 commit c2ac2db
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CHANGELOG

### v0.7.0
### v0.7.0 (2020-11-26)

* Runtime - \[Breaking Change\] Break with an error if exit code with non zero value #144
* Adding --silent flag for spawn command #142
Expand Down
2 changes: 1 addition & 1 deletion duckscript/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "duckscript"
version = "0.5.1"
version = "0.6.0"
authors = ["Sagie Gur-Ari <[email protected]>"]
description = "Simple, extendable and embeddable scripting language."
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions duckscript_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "duckscript_cli"
version = "0.6.9"
version = "0.7.0"
authors = ["Sagie Gur-Ari <[email protected]>"]
description = "The duckscript command line executable."
license = "Apache-2.0"
Expand All @@ -27,8 +27,8 @@ name = "duck"
path = "src/main.rs"

[dependencies]
duckscript = { version = "^0.5.1", path = "../duckscript" }
duckscriptsdk = { version = "^0.6.9", path = "../duckscript_sdk" }
duckscript = { version = "^0.6.0", path = "../duckscript" }
duckscriptsdk = { version = "^0.7.0", path = "../duckscript_sdk" }

[badges.codecov]
branch = "master"
Expand Down
4 changes: 2 additions & 2 deletions duckscript_sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "duckscriptsdk"
version = "0.6.9"
version = "0.7.0"
authors = ["Sagie Gur-Ari <[email protected]>"]
description = "The duckscript SDK."
license = "Apache-2.0"
Expand All @@ -26,7 +26,7 @@ include = [
attohttpc = "^0.16"
base64 = "^0.13"
cfg-if = "^1.0"
duckscript = { version = "^0.5.1", path = "../duckscript" }
duckscript = { version = "^0.6.0", path = "../duckscript" }
fs_extra = "^1"
fsio = { version = "^0.1.3", features = ["temp-path"] }
ftp = "^3"
Expand Down

0 comments on commit c2ac2db

Please sign in to comment.