Skip to content

Commit

Permalink
Merge pull request #335 from jrudolph/1.3.6-changelog
Browse files Browse the repository at this point in the history
Prepare 1.3.6 release
  • Loading branch information
jrudolph authored Nov 10, 2020
2 parents b7b552e + 508c6db commit d0008f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 1.3.6 (2020-11-10)
--------------------------

- Preserve order of iterable in viaSeq in Scala 2.13 (#330)
- Throw instead of overflowing silently when numeric values are out of range for the target type (#208)
- Convert Float to JsNumber directly without going through Double (#241)
- Build with latest Scala versions (#334)

Version 1.3.5 (2017-10-24)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Latest release: [![Maven Central](https://maven-badges.herokuapp.com/maven-centr
If you use SBT you can include _spray-json_ in your project with

```scala
libraryDependencies += "io.spray" %% "spray-json" % "1.3.5"
libraryDependencies += "io.spray" %% "spray-json" % "1.3.6"
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.typesafe.tools.mima.core.{ProblemFilters, ReversedMissingMethodProble

name := "spray-json"

version := "1.3.5"
version := "1.3.6"

organization := "io.spray"

Expand Down

0 comments on commit d0008f5

Please sign in to comment.