We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebe33c commit 3e3af41Copy full SHA for 3e3af41
Readme.adoc
@@ -1,5 +1,5 @@
1
= OS-Lib
2
-:version: 0.9.2
+:version: 0.9.3
3
:link-geny: https://github.com/com-lihaoyi/geny
4
:link-oslib: https://github.com/com-lihaoyi/os-lib
5
:link-oslib-gitter: https://gitter.im/lihaoyi/os-lib
@@ -2221,7 +2221,13 @@ string, int or set representations of the `os.PermSet` via:
2221
2222
== Changelog
2223
2224
-[#0-9-2]
+[#0-9-3]
2225
+=== 0.9.3 - 2024-01-01
2226
+
2227
+* Fix `os.watch` on Windows (#236)
2228
+* Fix propagateEnv = false to not propagate env (#238)
2229
+* Make os.home a def (#239)
2230
2231
=== 0.9.2 - 2023-11-05
2232
2233
* Added new convenience API to create pipes between processes with `.pipeTo`
0 commit comments