Skip to content

Commit d5eb74b

Browse files
committed
Prepared release 0.7.5
1 parent 790b81a commit d5eb74b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OS-Lib 0.7.3 [![Build Status][workflow-badge]][workflow-link] [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
1+
# OS-Lib [![Build Status][workflow-badge]][workflow-link] [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
22

33
[workflow-badge]: https://github.com/lihaoyi/os-lib/actions/workflows/build.yml/badge.svg
44
[workflow-link]: https://github.com/lihaoyi/os-lib/actions
@@ -927,6 +927,8 @@ os.list(wd / "folder2") ==> Seq(wd / "folder2" / "one.txt")
927927

928928
#### os.copy with `mergeFolders`
929929

930+
_Since 0.7.5_
931+
930932
If you want to copy a directory over another but don't want to overwrite the whole destination directory (and loose it's content),
931933
you can use the `mergeFolders` option of [os.copy](#oscopy).
932934

@@ -2091,6 +2093,12 @@ string, int or set representations of the `os.PermSet` via:
20912093

20922094
## Changelog
20932095

2096+
### 0.7.5 - 2021-04-21
2097+
2098+
- Re-added support for Scala 2.11
2099+
- Added new option `mergeFolders` to `os.copy`
2100+
- os.copy now honors `followLinks` when copying symbolic links to directories
2101+
20942102
### 0.7.4
20952103

20962104
- Add support for Scala 3.0.0-RC2

0 commit comments

Comments
 (0)