Skip to content

Commit

Permalink
Prepare release 0.9.2 (#227)
Browse files Browse the repository at this point in the history
Pull request: #227
  • Loading branch information
lefou authored Nov 5, 2023
1 parent 3e106ec commit 8479e90
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Readme.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8479e90

Please sign in to comment.