From a4161ff21ac7c18e869502d63047ca22ff6ad4c3 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Fri, 5 Apr 2024 12:56:12 +0800 Subject: [PATCH] 0.8.1 --- readme.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 6d60b07..b9b89d2 100644 --- a/readme.md +++ b/readme.md @@ -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) @@ -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) @@ -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 @@ -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)