Skip to content

Commit fc481a5

Browse files
committed
0.11.5
1 parent 5c048db commit fc481a5

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

Readme.adoc

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= OS-Lib
2-
:version: 0.11.4
2+
:version: 0.11.5
33
:toc-placement: preamble
44
:toclevels: 3
55
:toc:
@@ -2582,6 +2582,28 @@ string, int or set representations of the `os.PermSet` via:
25822582

25832583
== Changelog
25842584

2585+
=== 0.11.5
2586+
2587+
* Dropped support for Scala-Native, until [Fix and re-enable Scala-Native build (500USD Bounty)](https://github.com/com-lihaoyi/os-lib/issues/395)
2588+
is resolved. Scala-Native users can continue to use 0.11.4, but I need help maintaining the Scala-Native integration
2589+
of OS-Lib if we're going to continue supporting it going forward. See the linked ticket for more info
2590+
2591+
* Properly support permissions and symlinks in Zip files and other improvements
2592+
[#374](https://github.com/com-lihaoyi/os-lib/issues/374)
2593+
[#387](https://github.com/com-lihaoyi/os-lib/issues/387)
2594+
[#388](https://github.com/com-lihaoyi/os-lib/issues/388)
2595+
[#369](https://github.com/com-lihaoyi/os-lib/issues/369)
2596+
2597+
* Many improvements to the `os-lib-watch` module, improving stability and reliability
2598+
[#398](https://github.com/com-lihaoyi/os-lib/issues/398)
2599+
[#393](https://github.com/com-lihaoyi/os-lib/issues/393)
2600+
2601+
* Fix destroyOnExit default forwarding, make destroy recursive by default
2602+
[#359](https://github.com/com-lihaoyi/os-lib/issues/359)
2603+
2604+
* Added `os.Path#toURI` and `os.Path#toURL` helpers
2605+
[#399](https://github.com/com-lihaoyi/os-lib/issues/399)
2606+
25852607
=== 0.11.4
25862608

25872609
* Add ability to instrument path based operations using hooks https://github.com/com-lihaoyi/os-lib/pull/325[#325]

os/src-native/ResourceApi.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
package os
1+
package os
22
trait ResourceApi

0 commit comments

Comments
 (0)