Skip to content

Commit 53c33bb

Browse files
authored
Set version to 0.7.7 in readme.md (#76)
Add 0.7.7 and 0.7.6 versions to Changelog
1 parent 144d525 commit 53c33bb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

readme.md

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

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

20942094
## Changelog
20952095

2096+
### 0.7.7 - 2021-05-14
2097+
2098+
- Add support for Scala 3.0.0
2099+
2100+
### 0.7.6 - 2021-04-28
2101+
2102+
- Add support for Scala 3.0.0-RC3
2103+
20962104
### 0.7.5 - 2021-04-21
20972105

20982106
- Re-added support for Scala 2.11

0 commit comments

Comments
 (0)