Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Apr 5, 2024
1 parent 2a226a2 commit a4161ff
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Requests-Scala 0.8.0
# Requests-Scala 0.8.1

[![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 @@ -26,7 +26,7 @@ For a hands-on introduction to this library, take a look at the following blog p

## Contents

- [Requests-Scala 0.8.0](#requests-scala-080)
- [Requests-Scala 0.8.1](#requests-scala-081)
- [Contents](#contents)
- [Getting Started](#getting-started)
- [Making a Request](#making-a-request)
Expand Down Expand Up @@ -65,9 +65,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.8.0" // mill
"com.lihaoyi" %% "requests" % "0.8.0" // sbt
compile "com.lihaoyi:requests_2.12:0.8.0" //gradle
ivy"com.lihaoyi::requests:0.8.1" // mill
"com.lihaoyi" %% "requests" % "0.8.1" // sbt
compile "com.lihaoyi:requests_2.12:0.8.1" //gradle
```

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

## Changelog

### 0.8.1

- fix: content type header not present in multipart item ([#154](https://github.com/com-lihaoyi/requests-scala/pull/154))

### 0.8.0

- Update Geny to 1.0.0 [#120](https://github.com/com-lihaoyi/requests-scala/pull/120)
Expand Down

0 comments on commit a4161ff

Please sign in to comment.