Skip to content

Commit 543d70b

Browse files
committed
Prepared release 0.9.0
1 parent 393a0f8 commit 543d70b

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.8.1
2+
:version: 0.9.0
33
:toc-placement: preamble
44
:toclevels: 3
55
:toc:
@@ -2149,6 +2149,15 @@ string, int or set representations of the `os.PermSet` via:
21492149

21502150
== Changelog
21512151

2152+
=== 0.9.0 - 2022-11-28
2153+
2154+
* `os.proc` now also supports `CharSequence(s)` as `Shellable`
2155+
* `ProcessResult` now also contains the actual used command
2156+
* Fixed handling of `atime` and `ctime` in `StatInfo`
2157+
* Deleted `ConcurrentLinkedQueue` from Scala Native jars, as it is now provided by Scala Native 0.4 itself
2158+
* Enabled MiMa checks to CI setup and officially support early semantic versioning since this release
2159+
* Documentation improvements
2160+
21522161
=== 0.8.1 - 2022-01-31
21532162

21542163
* Added support for Scala Native on Scala 3

0 commit comments

Comments
 (0)