Skip to content

Commit ad396aa

Browse files
authored
Release 0.8.0 (#91)
Pulled in latest version of `geny` and updated readme
1 parent b43111f commit ad396aa

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ trait OsModule extends OsLibModule{
124124
def artifactName = "os-lib"
125125

126126
def ivyDeps = Agg(
127-
ivy"com.lihaoyi::geny::0.6.10"
127+
ivy"com.lihaoyi::geny::0.7.0"
128128
)
129129
}
130130

readme.md

Lines changed: 8 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.8"
164+
"com.lihaoyi" %% "os-lib" % "0.8.0"
165165
// Mill
166-
ivy"com.lihaoyi::os-lib:0.7.8"
166+
ivy"com.lihaoyi::os-lib:0.8.0"
167167
```
168168

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

20942094
## Changelog
20952095

2096+
### 0.8.0 - 2021-12-11
2097+
2098+
- Avoid throwing an exception when sorting identical paths [#90](https://github.com/com-lihaoyi/os-lib/pull/90)
2099+
- Make `os.remove` behave more like `Files.deleteIfExists` [#89](https://github.com/com-lihaoyi/os-lib/pull/89)
2100+
- Make `.ext` on empty paths return `""` rather than crashing [#87](https://github.com/com-lihaoyi/os-lib/pull/87)
2101+
20962102
### 0.7.8 - 2021-05-27
20972103

20982104
- Restored binary compatibility in `os.copy` and `os.copy.into` to os-lib versions before 0.7.5

0 commit comments

Comments
 (0)