Skip to content

Commit 5dce68d

Browse files
committed
Prepared release 0.7.8
1 parent ccc6515 commit 5dce68d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ To begin using OS-Lib, first add it as a dependency to your project's build:
161161

162162
```scala
163163
// SBT
164-
"com.lihaoyi" %% "os-lib" % "0.7.7"
164+
"com.lihaoyi" %% "os-lib" % "0.7.8"
165165
// Mill
166-
ivy"com.lihaoyi::os-lib:0.7.7"
166+
ivy"com.lihaoyi::os-lib:0.7.8"
167167
```
168168

169169
## Cookbook
@@ -2093,6 +2093,10 @@ string, int or set representations of the `os.PermSet` via:
20932093

20942094
## Changelog
20952095

2096+
### 0.7.8 - 2021-05-27
2097+
2098+
- Restored binary compatibility in `os.copy` and `os.copy.into` to os-lib versions before 0.7.5
2099+
20962100
### 0.7.7 - 2021-05-14
20972101

20982102
- Add support for Scala 3.0.0

0 commit comments

Comments
 (0)