Skip to content

Commit 5a490a6

Browse files
committed
.
1 parent c65a2be commit 5a490a6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

readme.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Requests-Scala 0.6.5
1+
# Requests-Scala 0.7.0
22

33
[![Join the chat at https://gitter.im/lihaoyi/requests-scala](https://badges.gitter.im/lihaoyi/requests-scala.svg)](https://gitter.im/lihaoyi/requests-scala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

@@ -46,9 +46,9 @@ For a hands-on introduction to this library, take a look at the following blog p
4646
Use the following import to get you started:
4747

4848
```scala
49-
ivy"com.lihaoyi::requests:0.6.5" // mill
50-
"com.lihaoyi" %% "requests" % "0.6.5" // sbt
51-
compile "com.lihaoyi:requests_2.12:0.6.5" //gradle
49+
ivy"com.lihaoyi::requests:0.7.0" // mill
50+
"com.lihaoyi" %% "requests" % "0.7.0" // sbt
51+
compile "com.lihaoyi:requests_2.12:0.7.0" //gradle
5252
```
5353

5454
## Making a Request
@@ -660,6 +660,12 @@ codebase or project!
660660

661661
## Changelog
662662

663+
### 0.7.0
664+
665+
- Allow `requests.send(method)(...)` to dynamically choose a HTTP method [#94](https://github.com/com-lihaoyi/requests-scala/pull/94)
666+
- Avoid crashing on gzipped HEAD requests [#95](https://github.com/com-lihaoyi/requests-scala/pull/95)
667+
- All exceptions now inherit from a `RequestsException` base class
668+
663669
### 0.6.7
664670

665671
- Add support for Scala 3.0.0-RC2

0 commit comments

Comments
 (0)