Skip to content

Commit 48809e9

Browse files
committed
Prepare for 1.10.2 release
1 parent 19ebd8e commit 48809e9

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 1.10.2 (2023-02-09)
2+
---------------------------
3+
4+
- compat-circe: simplified map decoding (#584)
5+
- Fixed decoding error on extra members for nullary case classes and objects with MapBasedCodecs (#600)
6+
- Decreased stack pressure of derivation macros by partially unrolling loops (#608)
7+
8+
19
Version 1.10.1 (2022-07-43)
210
---------------------------
311

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ lazy val site = project
307307
java.awt.Desktop.getDesktop.browse(new java.net.URI(uri))
308308
state
309309
},
310-
Compile / paradox / version := "1.10.1",
310+
Compile / paradox / version := "1.10.2",
311311
paradoxProperties ++= Map(
312312
"image.base_url" -> ".../assets/images",
313313
"github.base_url" -> {

0 commit comments

Comments
 (0)