Skip to content

Commit

Permalink
0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Aug 19, 2024
1 parent 0b62438 commit f76569f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Readme.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= OS-Lib
:version: 0.10.3
:version: 0.10.4
:toc-placement: preamble
:toclevels: 3
:toc:
Expand Down Expand Up @@ -2234,6 +2234,15 @@ string, int or set representations of the `os.PermSet` via:

== Changelog

[#0-10-4]
=== 0.10.4

* Add a lightweight syntax for `os.call()` and `os.spawn` APIs
(https://github.com/com-lihaoyi/os-lib/pull/292)
* Add a configurable grace period when subprocesses timeout and have to
be terminated to give a chance for shutdown logic to run
(https://github.com/com-lihaoyi/os-lib/pull/286)

[#0-10-3]
=== 0.10.3

Expand Down

0 comments on commit f76569f

Please sign in to comment.