This commit is contained in:
sagie gur ari 2020-11-16 10:38:19 +00:00
parent 0e0ef89ca9
commit 8a91ecc21d
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
## CHANGELOG
### v0.6.9
### v0.6.9 (2020-10-16)
* New while loop command #138
* New linter CLI command #139

View file

@ -1,6 +1,6 @@
[package]
name = "duckscript_cli"
version = "0.6.8"
version = "0.6.9"
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.5.1", path = "../duckscript" }
duckscriptsdk = { version = "^0.6.8", path = "../duckscript_sdk" }
duckscriptsdk = { version = "^0.6.9", path = "../duckscript_sdk" }
[badges.codecov]
branch = "master"

View file

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