Releases: coursier/versions
Releases · coursier/versions
v0.3.3
Updates / maintenance
- Update sbt-ci-release to 1.5.7 by @scala-steward in #16
- Update data-class to 0.2.6 by @scala-steward in #18
- Update sbt to 1.3.13 by @scala-steward in #20
- Update sbt-scalajs-crossproject to 1.2.0 by @scala-steward in #19
- Update sbt-pack to 0.17 by @scala-steward in #22
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.1 by @scala-steward in #27
- Update sbt to 1.8.2 by @scala-steward in #25
- Update sbt-ci-release to 1.5.11 by @scala-steward in #24
- Update utest to 0.7.11 by @scala-steward in #17
- Update sbt-ci-release to 1.8.0 by @scala-steward in #53
- Update utest to 0.8.4 by @scala-steward in #46
- Update sbt-pack to 0.20 by @scala-steward in #45
- Update sbt-scalajs-crossproject to 1.3.2 by @scala-steward in #35
- Update sbt to 1.8.3 by @scala-steward in #31
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.2 by @scala-steward in #34
- Update sbt-mima-plugin to 1.1.4 by @scala-steward in #47
- Update sbt-scalajs to 1.17.0 by @alexarchambault in #54
- Update scala-library to 2.12.20 by @scala-steward in #50
- Update scala-library to 2.13.15 by @scala-steward in #51
- Use sbt-mdoc, update mdoc to 2.6.1 by @alexarchambault in #55
New Contributors
- @scala-steward made their first contribution in #16
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Updates, and add Version#isStable method by @alexarchambault in #14
- Update Scala to 2.12.17 and 2.13.10 by @alexarchambault in #15
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
v0.2.2
- Add
VersionCompatibility.SemVerSpec
, sticking more closely to the semantic versioning specification, wrt to the handling of0.x
versions in particular - In
VersionCompatibility.SemVer
andVersionCompatibility.SemVerSpec
, don't assume compatibility with versions with tags (like-RC1
or-M2
). E.g. don't assume1.2.3
to be compatible with1.2.2-RC1
- Add
VersionCompatibility.minimumCompatibleVersion
, returning the assumed minimum version compatible with another version. E.g. minimum compatible version of1.2.3
is:1
perSemVer
1.2
perPackVer
1.2.3
perStrict
0
perAlways
- …
- Add
Previous.previousStableVersion
, trying to guess the previous stable version of another version. Examples of previous stable versions1.2.3
:1.2.2
1.2.0
: unknown1.2.3-RC1
:1.2.2
1.2.3+foo
:1.2.3
1.2.3-RC1+foo
:1.2.2
v0.2.1
- Add
VersionCompatibility.name
v0.2.0
- Actual semantic versioning compatibility checks (
VersionCompatibility.SemVer
was actually doing a "package versioning" check)
v0.1.0
Initial import from coursier sources