Skip to content

Commit

Permalink
0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Oct 17, 2024
1 parent af875ae commit 9e7efc3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Readme.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= OS-Lib
:version: 0.11.1
:version: 0.11.2
:toc-placement: preamble
:toclevels: 3
:toc:
Expand Down Expand Up @@ -2505,6 +2505,12 @@ string, int or set representations of the `os.PermSet` via:

== Changelog

[#0-11-2]
=== 0.11.2

* Use `java.nio.files.Files.newOutputStream` instead of `java.io.FileOutputStream` to
try and avoid problems with windows open file deletion https://github.com/com-lihaoyi/os-lib/pull/323[#323]

[#0-11-1]
=== 0.11.1

Expand Down

0 comments on commit 9e7efc3

Please sign in to comment.