File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments