Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 11, 2021
1 parent c65a2be commit 5a490a6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Requests-Scala 0.6.5
# Requests-Scala 0.7.0

[![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)

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

```scala
ivy"com.lihaoyi::requests:0.6.5" // mill
"com.lihaoyi" %% "requests" % "0.6.5" // sbt
compile "com.lihaoyi:requests_2.12:0.6.5" //gradle
ivy"com.lihaoyi::requests:0.7.0" // mill
"com.lihaoyi" %% "requests" % "0.7.0" // sbt
compile "com.lihaoyi:requests_2.12:0.7.0" //gradle
```

## Making a Request
Expand Down Expand Up @@ -660,6 +660,12 @@ codebase or project!

## Changelog

### 0.7.0

- Allow `requests.send(method)(...)` to dynamically choose a HTTP method [#94](https://github.com/com-lihaoyi/requests-scala/pull/94)
- Avoid crashing on gzipped HEAD requests [#95](https://github.com/com-lihaoyi/requests-scala/pull/95)
- All exceptions now inherit from a `RequestsException` base class

### 0.6.7

- Add support for Scala 3.0.0-RC2
Expand Down

0 comments on commit 5a490a6

Please sign in to comment.