@@ -2244,6 +2244,7 @@ string, int or set representations of the `os.PermSet` via:
22442244* Fix propagateEnv = false to not propagate env (#238)
22452245* Make os.home a def (#239)
22462246
2247+ [#0-9-2]
22472248=== 0.9.2 - 2023-11-05
22482249
22492250* Added new convenience API to create pipes between processes with `.pipeTo`
@@ -2254,11 +2255,13 @@ string, int or set representations of the `os.PermSet` via:
22542255* Dependency updates: sourcecode 0.3.1
22552256* 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
22562257
2258+ [#0-9-1]
22572259=== 0.9.1 - 2023-03-07
22582260
22592261* Refined return types when constructing paths with `/` and get rid of long `ThisType#ThisType` cascades.
22602262* Added a new `PathConvertible` to support `URI`s when constructing paths.
22612263
2264+ [#0-9-0]
22622265=== 0.9.0 - 2022-11-28
22632266
22642267* `os.proc` now also supports `CharSequence(s)` as `Shellable`
@@ -2268,64 +2271,79 @@ string, int or set representations of the `os.PermSet` via:
22682271* Enabled MiMa checks to CI setup and officially support early semantic versioning since this release
22692272* Documentation improvements
22702273
2274+
2275+ === Older releases
2276+ :leveloffset: +1
2277+
2278+ [discrete]
22712279=== 0.8.1 - 2022-01-31
22722280
22732281* Added support for Scala Native on Scala 3
22742282
2283+ [discrete]
22752284=== 0.8.0 - 2021-12-11
22762285
22772286* Avoid throwing an exception when sorting identical paths {link-oslib}/pull/90[#90]
22782287* Make `os.remove` behave more like `Files.deleteIfExists` {link-oslib}/pull/89[#89]
22792288* Make `.ext` on empty paths return `""` rather than crashing {link-oslib}/pull/87[#87]
22802289
2290+ [discrete]
22812291=== 0.7.8 - 2021-05-27
22822292
22832293* Restored binary compatibility in `os.copy` and `os.copy.into` to os-lib versions before 0.7.5
22842294
2295+ [discrete]
22852296=== 0.7.7 - 2021-05-14
22862297
22872298* Add support for Scala 3.0.0
22882299
2300+ [discrete]
22892301=== 0.7.6 - 2021-04-28
22902302
22912303* Add support for Scala 3.0.0-RC3
22922304
2305+ [discrete]
22932306=== 0.7.5 - 2021-04-21
22942307
22952308* Re-added support for Scala 2.11
22962309* Added new option `mergeFolders` to `os.copy`
22972310* os.copy now honors `followLinks` when copying symbolic links to directories
22982311
2312+ [discrete]
22992313=== 0.7.4
23002314
23012315* Add support for Scala 3.0.0-RC2
23022316
2317+ [discrete]
23032318=== 0.7.3
23042319
23052320* Add support for Scala 3.0.0-RC1
23062321* Migration of the CI system from Travis CI to GitHub Actions
23072322
2323+ [discrete]
23082324=== 0.7.2
23092325
23102326* Add support for Scala 3.0.0-M3
23112327
2328+ [discrete]
23122329=== 0.7.1
23132330
23142331* Improve performance of `os.write` by buffering output stream to files
23152332
2316- === Older versions
2317-
2318- ==== 0.6.2
2333+ [discrete]
2334+ === 0.6.2
23192335
23202336* Moved the `os.Bytes`, `os.StreamValue` (now named `ByteData`) interfaces into
23212337`geny` package, for sharing with Requests-Scala
23222338* Add `os.read.stream` function, that returns a `geny.Readable`
23232339
2324- ==== 0.5.0
2340+ [discrete]
2341+ === 0.5.0
23252342
23262343* `os.Source` now supports any data type that is `geny.Writable`
23272344
2328- ==== 0.4.2
2345+ [discrete]
2346+ === 0.4.2
23292347
23302348* Added a new <<os-subpath>> data type, for safer handling of
23312349sub-paths within a directory.
@@ -2347,20 +2365,24 @@ by default {link-oslib}/issues/15[#15], use
23472365* `os.stat.full` has been superseded by `os.stat` and `os.stat.posix`
23482366* Removed `os.BasicStatInfo`, which has been superseded by `os.StatInfo`
23492367
2350- ==== 0.3.0
2368+ [discrete]
2369+ === 0.3.0
23512370
23522371* Support for Scala 2.13.0 final
23532372
2354- ==== 0.2.8
2373+ [discrete]
2374+ === 0.2.8
23552375
23562376* `os.ProcessOutput` trait is no longer sealed
23572377
2358- ==== 0.2.7
2378+ [discrete]
2379+ === 0.2.7
23592380
23602381* Narrow return type of `readLink.absolute` from `FilePath` to `Path`
23612382* Fix handling of standaline `\r` in `os.SubProcess#stdout.readLine`
23622383
2363- ==== 0.2.6
2384+ [discrete]
2385+ === 0.2.6
23642386
23652387* Remove `os.StatInfo#name`, `os.BasicStatInfo#name` and `os.FullStatInfo#name`,
23662388since it is just the last path segment of the stat call and doesn't properly
@@ -2370,7 +2392,8 @@ to the `skip` predicate.
23702392* Add `os.BasePath#baseName`, which returns the section of the path before the
23712393`os.BasePath#ext` extension.
23722394
2373- ==== 0.2.5
2395+ [discrete]
2396+ === 0.2.5
23742397
23752398* New `os.readLink`/`os.readLink.absolute` methods to read the contents of
23762399symbolic links without dereferencing them.
@@ -2394,10 +2417,12 @@ channels
23942417* Reversed the order of arguments in `os.symlink` and `os.hardlink`, to match
23952418the order of the underlying java NIO functions.
23962419
2397- ==== 0.2.2
2420+ [discrete]
2421+ === 0.2.2
23982422
23992423* Allow chaining of multiple subprocesses `stdin`/`stdout`
24002424
2401- ==== 0.2.0
2425+ [discrete]
2426+ === 0.2.0
24022427
24032428* First release
0 commit comments