Skip to content

Commit b306b35

Browse files
committed
release
1 parent 5738c64 commit b306b35

File tree

8 files changed

+86
-74
lines changed

8 files changed

+86
-74
lines changed

CHANGELOG.md

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

3+
### v0.8.13 (2022-07-21)
4+
5+
* Enhancement: Runtime - Enable to clone duckscript context #253 (thanks waterlens)
6+
* Enhancement: Support both native TLS via openssl and pure rust TLS #258 (thanks @jirutka)
7+
38
### v0.8.12 (2022-05-25)
49

510
* Enhancement: Add support for stdin input passing to child process in exec, watchdog and spawn commands #247

Cargo.lock

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

duckscript/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "duckscript"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
55
description = "Simple, extendable and embeddable scripting language."
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)