Skip to content

Commit 152294e

Browse files
committed
release
1 parent b2184d5 commit 152294e

File tree

4 files changed

+51
-52
lines changed

4 files changed

+51
-52
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## CHANGELOG
22

3-
### v0.8.1
3+
### v0.8.1 (2021-04-09)
44

55
* New gitignore_path_array command
66

Cargo.lock

Lines changed: 47 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

duckscript_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "duckscript_cli"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
55
description = "The duckscript command line executable."
66
license = "Apache-2.0"
@@ -28,7 +28,7 @@ path = "src/main.rs"
2828

2929
[dependencies]
3030
duckscript = { version = "^0.7", path = "../duckscript" }
31-
duckscriptsdk = { version = "^0.8", path = "../duckscript_sdk" }
31+
duckscriptsdk = { version = "^0.8.1", path = "../duckscript_sdk" }
3232

3333
[badges.codecov]
3434
branch = "master"

duckscript_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "duckscriptsdk"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
55
description = "The duckscript SDK."
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)