From 8479e90230cba67800111bb78258ac609a024ae8 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Sun, 5 Nov 2023 17:10:22 +0100 Subject: [PATCH] Prepare release 0.9.2 (#227) Pull request: https://github.com/com-lihaoyi/os-lib/pull/227 --- Readme.adoc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Readme.adoc b/Readme.adoc index c57e8beb..c04a1ca8 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -1,5 +1,5 @@ = OS-Lib -:version: 0.9.1 +:version: 0.9.2 :link-geny: https://github.com/com-lihaoyi/geny :link-oslib: https://github.com/com-lihaoyi/os-lib :link-oslib-gitter: https://gitter.im/lihaoyi/os-lib @@ -2223,6 +2223,17 @@ string, int or set representations of the `os.PermSet` via: == Changelog +[#0-9-2] +=== 0.9.2 - 2023-11-05 + +* Added new convenience API to create pipes between processes with `.pipeTo` +* Fixed issue with leading `..` / `os.up` in path segments created from a `Seq` +* Fixed Windows-specific issues with relative paths with leading (back)slashes +* Removed some internal use of deprecated API +* ScalaDoc now maps some external references to their online sites +* Dependency updates: sourcecode 0.3.1 +* 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 + === 0.9.1 - 2023-03-07 * Refined return types when constructing paths with `/` and get rid of long `ThisType#ThisType` cascades.