From dd814dfaaeacab954df9df15ecb3bd6b14f510fd Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 11 Dec 2021 13:56:55 +0800 Subject: [PATCH] Release 1.4.3 #373 --- upickleReadme/Readme.scalatex | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/upickleReadme/Readme.scalatex b/upickleReadme/Readme.scalatex index 981d39435..062735302 100644 --- a/upickleReadme/Readme.scalatex +++ b/upickleReadme/Readme.scalatex @@ -23,7 +23,7 @@ ) ) -@sect("µPickle 1.4.2") +@sect("µPickle 1.4.3") @div(display.flex, alignItems.center, flexDirection.column) @div @a(href := "https://gitter.im/lihaoyi/upickle")( @@ -72,8 +72,8 @@ @sect{Getting Started} @hl.scala - "com.lihaoyi" %% "upickle" % "1.4.2" // SBT - ivy"com.lihaoyi::upickle:1.4.2" // Mill + "com.lihaoyi" %% "upickle" % "1.4.3" // SBT + ivy"com.lihaoyi::upickle:1.4.3" // Mill @p And then you can immediately start writing and reading common Scala @@ -91,8 +91,8 @@ @p For ScalaJS applications, use this dependencies instead: @hl.scala - "com.lihaoyi" %%% "upickle" % "1.3.8" // SBT - ivy"com.lihaoyi::upickle::1.3.8" // Mill + "com.lihaoyi" %%% "upickle" % "1.4.3" // SBT + ivy"com.lihaoyi::upickle::1.4.3" // Mill @p Other than that, everything is used the same way. upickle-0.9.4 is only compatible with ScalaJS 0.6.x. @@ -811,8 +811,12 @@ JSON library, and inherits a lot of it's performance from Erik's work. @sect{Version History} - @sect{1.4.2} + @sect{1.4.3} @ul + @code{MsgPackReader}: properly increment index in ext @lnk("#370", "https://github.com/com-lihaoyi/upickle/pull/370") + + @sect{1.4.2} + @ul Bugfixes @lnk("#365", "https://github.com/com-lihaoyi/upickle/pull/365") @lnk("#366", "https://github.com/com-lihaoyi/upickle/pull/365") @sect{1.4.1} @ul