Skip to content

Commit

Permalink
Prepared release 3.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Jan 5, 2023
1 parent 1d9ec8b commit 81653d1
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions upickleReadme/Readme.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)
)

@sect("µPickle 2.0.0")
@sect("µPickle 3.0.0-M1")
@div(display.flex, alignItems.center, flexDirection.column)
@div
@a(href := "https://gitter.im/lihaoyi/upickle")(
Expand Down Expand Up @@ -72,8 +72,8 @@

@sect{Getting Started}
@hl.scala
"com.lihaoyi" %% "upickle" % "1.6.0" // SBT
ivy"com.lihaoyi::upickle:1.6.0" // Mill
"com.lihaoyi" %% "upickle" % "3.0.0-M1" // SBT
ivy"com.lihaoyi::upickle:3.0.0-M1" // Mill

@p
And then you can immediately start writing and reading common Scala
Expand All @@ -91,8 +91,8 @@
@p
For ScalaJS applications, use this dependencies instead:
@hl.scala
"com.lihaoyi" %%% "upickle" % "1.6.0" // SBT
ivy"com.lihaoyi::upickle::1.6.0" // Mill
"com.lihaoyi" %%% "upickle" % "3.0.0-M1" // SBT
ivy"com.lihaoyi::upickle::3.0.0-M1" // Mill

@sect{Scala Versions}
@p
Expand Down Expand Up @@ -845,6 +845,14 @@
JSON library, and inherits a lot of it's performance from Erik's work.

@sect{Version History}

@sect{3.0.0-M1}
@ul
@li
@b{Updated geny dependency from 0.7.1 to 1.0.0. This breaks binary compatibility, hence we increased the major version number.}
@li uPickle now applies Semantic Versioning and follows the SemVer spec
@li various library dependency updates

@sect{2.0.0}
@ul
@li
Expand Down

0 comments on commit 81653d1

Please sign in to comment.