Skip to content

Commit

Permalink
Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Dec 25, 2022
1 parent 7fbb5ac commit ac506a5
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Requests-Scala 0.7.1
# Requests-Scala 0.8.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 @@ -26,7 +26,7 @@ For a hands-on introduction to this library, take a look at the following blog p

## Contents

- [Requests-Scala 0.7.1](#requests-scala-071)
- [Requests-Scala 0.8.0](#requests-scala-080)
- [Contents](#contents)
- [Getting Started](#getting-started)
- [Making a Request](#making-a-request)
Expand All @@ -45,6 +45,7 @@ For a hands-on introduction to this library, take a look at the following blog p
- [Sessions](#sessions)
- [Why Requests-Scala?](#why-requests-scala)
- [Changelog](#changelog)
- [0.8.0](#080)
- [0.7.1](#071)
- [0.7.0](#070)
- [0.6.7](#067)
Expand All @@ -64,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.7.0" // mill
"com.lihaoyi" %% "requests" % "0.7.0" // sbt
compile "com.lihaoyi:requests_2.12:0.7.0" //gradle
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
```

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

## Changelog

### 0.8.0

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

### 0.7.1

- Fix issue with data buffers not being flushed when compression is enabled [#108](https://github.com/com-lihaoyi/requests-scala/pull/108)
Expand Down

0 comments on commit ac506a5

Please sign in to comment.