Skip to content

Commit f76569f

Browse files
committed
0.10.4
1 parent 0b62438 commit f76569f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Readme.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= OS-Lib
2-
:version: 0.10.3
2+
:version: 0.10.4
33
:toc-placement: preamble
44
:toclevels: 3
55
:toc:
@@ -2234,6 +2234,15 @@ string, int or set representations of the `os.PermSet` via:
22342234

22352235
== Changelog
22362236

2237+
[#0-10-4]
2238+
=== 0.10.4
2239+
2240+
* Add a lightweight syntax for `os.call()` and `os.spawn` APIs
2241+
(https://github.com/com-lihaoyi/os-lib/pull/292)
2242+
* Add a configurable grace period when subprocesses timeout and have to
2243+
be terminated to give a chance for shutdown logic to run
2244+
(https://github.com/com-lihaoyi/os-lib/pull/286)
2245+
22372246
[#0-10-3]
22382247
=== 0.10.3
22392248

0 commit comments

Comments
 (0)