Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jul 9, 2021
1 parent cd54024 commit c0285d3
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 28 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
## CHANGELOG

### v0.8.4
### v0.8.3 (2021-07-10)

* Fix release with recursive flag to support set data structures as well.
* New --collection flag to json_parse command which returns maps/arrays instead of variables #175
* New --collection flag to json_encode command which encodes maps/arrays instead of variables #175

### v0.8.3

* Fix release with recursive flag to support set data structures as well.

### v0.8.2 (2021-06-04)

* Upgrade dependencies #179
Expand Down
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 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.8.2"
version = "0.8.3"
authors = ["Sagie Gur-Ari <[email protected]>"]
description = "The duckscript command line executable."
license = "Apache-2.0"
Expand Down Expand Up @@ -28,7 +28,7 @@ path = "src/main.rs"

[dependencies]
duckscript = { version = "^0.7", path = "../duckscript" }
duckscriptsdk = { version = "^0.8.2", path = "../duckscript_sdk" }
duckscriptsdk = { version = "^0.8.3", path = "../duckscript_sdk" }

[badges.codecov]
branch = "master"
Expand Down
2 changes: 1 addition & 1 deletion duckscript_sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "duckscriptsdk"
version = "0.8.2"
version = "0.8.3"
authors = ["Sagie Gur-Ari <[email protected]>"]
description = "The duckscript SDK."
license = "Apache-2.0"
Expand Down

0 comments on commit c0285d3

Please sign in to comment.