This commit is contained in:
sagie gur ari 2021-09-21 13:38:59 +00:00
parent de306641a8
commit df8e41bd84
4 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
## CHANGELOG
### v0.8.7
### v0.8.7 (2021-09-21)
* New digest command #196
* New sha256sum command #196

8
Cargo.lock generated
View file

@ -70,9 +70,9 @@ dependencies = [
[[package]]
name = "bstr"
version = "0.2.16"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
dependencies = [
"memchr 2.4.1",
]
@ -173,7 +173,7 @@ dependencies = [
[[package]]
name = "duckscript_cli"
version = "0.8.6"
version = "0.8.7"
dependencies = [
"duckscript",
"duckscriptsdk",
@ -181,7 +181,7 @@ dependencies = [
[[package]]
name = "duckscriptsdk"
version = "0.8.6"
version = "0.8.7"
dependencies = [
"attohttpc",
"base64",

View file

@ -1,6 +1,6 @@
[package]
name = "duckscript_cli"
version = "0.8.6"
version = "0.8.7"
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
description = "The duckscript command line executable."
license = "Apache-2.0"
@ -28,7 +28,7 @@ path = "src/main.rs"
[dependencies]
duckscript = { version = "^0.7.1", path = "../duckscript" }
duckscriptsdk = { version = "^0.8.6", path = "../duckscript_sdk" }
duckscriptsdk = { version = "^0.8.7", path = "../duckscript_sdk" }
[badges.codecov]
branch = "master"

View file

@ -1,6 +1,6 @@
[package]
name = "duckscriptsdk"
version = "0.8.6"
version = "0.8.7"
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
description = "The duckscript SDK."
license = "Apache-2.0"