Skip to content

Commit 2374381

Browse files
committed
release
1 parent 2c81096 commit 2374381

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

.buildnumber

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3
1+
4

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## CHANGELOG
22

3+
### v0.8.19 (2023-05-25)
4+
5+
* Maintenance: Upgrade dependencies
6+
37
### v0.8.18 (2023-04-22)
48

59
* Fix: fix mv command for files when output does not exist #319 (thanks @burrbull)

Cargo.lock

Lines changed: 6 additions & 6 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.18"
3+
version = "0.8.19"
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.5", path = "../duckscript" }
31-
duckscriptsdk = { version = "^0.8.18", path = "../duckscript_sdk", default-features = false }
31+
duckscriptsdk = { version = "^0.8.19", path = "../duckscript_sdk", default-features = false }
3232

3333
[features]
3434
tls-rustls = ["duckscriptsdk/tls-rustls"]

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.18"
3+
version = "0.8.19"
44
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
55
description = "The duckscript SDK."
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)