Skip to content

Commit ac506a5

Browse files
committed
Version 0.8.0
1 parent 7fbb5ac commit ac506a5

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

readme.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Requests-Scala 0.7.1
1+
# Requests-Scala 0.8.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

@@ -26,7 +26,7 @@ For a hands-on introduction to this library, take a look at the following blog p
2626

2727
## Contents
2828

29-
- [Requests-Scala 0.7.1](#requests-scala-071)
29+
- [Requests-Scala 0.8.0](#requests-scala-080)
3030
- [Contents](#contents)
3131
- [Getting Started](#getting-started)
3232
- [Making a Request](#making-a-request)
@@ -45,6 +45,7 @@ For a hands-on introduction to this library, take a look at the following blog p
4545
- [Sessions](#sessions)
4646
- [Why Requests-Scala?](#why-requests-scala)
4747
- [Changelog](#changelog)
48+
- [0.8.0](#080)
4849
- [0.7.1](#071)
4950
- [0.7.0](#070)
5051
- [0.6.7](#067)
@@ -64,9 +65,9 @@ For a hands-on introduction to this library, take a look at the following blog p
6465
Use the following import to get you started:
6566

6667
```scala
67-
ivy"com.lihaoyi::requests:0.7.0" // mill
68-
"com.lihaoyi" %% "requests" % "0.7.0" // sbt
69-
compile "com.lihaoyi:requests_2.12:0.7.0" //gradle
68+
ivy"com.lihaoyi::requests:0.8.0" // mill
69+
"com.lihaoyi" %% "requests" % "0.8.0" // sbt
70+
compile "com.lihaoyi:requests_2.12:0.8.0" //gradle
7071
```
7172

7273
## Making a Request
@@ -674,6 +675,10 @@ codebase or project!
674675

675676
## Changelog
676677

678+
### 0.8.0
679+
680+
- Update Geny to 1.0.0 [#120](https://github.com/com-lihaoyi/requests-scala/pull/120)
681+
677682
### 0.7.1
678683

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

0 commit comments

Comments
 (0)