Skip to content

Commit 8479e90

Browse files
authored
Prepare release 0.9.2 (#227)
Pull request: #227
1 parent 3e106ec commit 8479e90

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Readme.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= OS-Lib
2-
:version: 0.9.1
2+
:version: 0.9.2
33
:link-geny: https://github.com/com-lihaoyi/geny
44
:link-oslib: https://github.com/com-lihaoyi/os-lib
55
:link-oslib-gitter: https://gitter.im/lihaoyi/os-lib
@@ -2223,6 +2223,17 @@ string, int or set representations of the `os.PermSet` via:
22232223

22242224
== Changelog
22252225

2226+
[#0-9-2]
2227+
=== 0.9.2 - 2023-11-05
2228+
2229+
* Added new convenience API to create pipes between processes with `.pipeTo`
2230+
* Fixed issue with leading `..` / `os.up` in path segments created from a `Seq`
2231+
* Fixed Windows-specific issues with relative paths with leading (back)slashes
2232+
* Removed some internal use of deprecated API
2233+
* ScalaDoc now maps some external references to their online sites
2234+
* Dependency updates: sourcecode 0.3.1
2235+
* Tooling updates: acyclic 0.3.9, Mill 0.11.5, mill-mima 0.0.24, mill-vcs-version 0.4.0, scalafmt 3.7.15
2236+
22262237
=== 0.9.1 - 2023-03-07
22272238

22282239
* Refined return types when constructing paths with `/` and get rid of long `ThisType#ThisType` cascades.

0 commit comments

Comments
 (0)