Releases: NthPortal/v
v0.6.0
What's Changed
- Update README for Release 0.5.0 by @NthPortal in #112
- Update sbt-mima-plugin to 1.0.0 by @scala-steward in #104
- Update sbt-scoverage to 1.9.0 by @scala-steward in #113
- Update scalatest to 3.2.9 by @scala-steward in #87
- Update scalafmt-core to 3.0.3 by @scala-steward in #108
- Update scalafmt-core to 3.0.4 by @scala-steward in #114
- Update scalatest to 3.2.10 by @scala-steward in #116
- Update scalafmt-core to 3.0.5 by @scala-steward in #118
- Update sbt-ci-release to 1.5.9 by @scala-steward in #117
- Update scalafmt-core to 3.0.6 by @scala-steward in #119
- Update sbt-mima-plugin to 1.0.1 by @scala-steward in #120
- Clarify
SemVer.ObjectEqualityOrdering
specification by @NthPortal in #121
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Update sbt to 1.4.4 by @scala-steward in #62
- Update sbt-ci-release to 1.5.5 by @scala-steward in #63
- Update sbt to 1.4.5 by @scala-steward in #64
- Update sbt to 1.4.6 by @scala-steward in #65
- Update sbt to 1.4.7 by @scala-steward in #66
- Update scalatest to 3.2.4 by @scala-steward in #67
- Update scalatest to 3.2.5 by @scala-steward in #68
- Update scala-library to 2.13.5 by @scala-steward in #69
- Update scalatest to 3.2.6 by @scala-steward in #71
- Update sbt to 1.4.9 by @scala-steward in #72
- Update sbt-ci-release to 1.5.6 by @scala-steward in #73
- Update sbt-ci-release to 1.5.7 by @scala-steward in #74
- Update scalatest to 3.2.7 by @scala-steward in #75
- Update sbt to 1.5.0 by @scala-steward in #76
- Update scalatest to 3.2.8 by @scala-steward in #77
- Migrate from Travis to GH Actions by @NthPortal in #90
- Update sbt-scoverage to 1.8.1 by @scala-steward in #91
- Update sbt-mima-plugin to 0.9.1 by @scala-steward in #86
- Update sbt-github-actions to 0.11.0 by @scala-steward in #92
- Update sbt-mima-plugin to 0.9.2 by @scala-steward in #93
- Update sbt-scoverage to 1.8.2 by @scala-steward in #94
- Update sbt to 1.5.3 by @scala-steward in #95
- Update sbt-github-actions to 0.12.0 by @scala-steward in #96
- Update sbt to 1.5.4 by @scala-steward in #98
- Update sbt-coveralls to 1.3.0 by @scala-steward in #97
- Update sbt-coveralls to 1.3.1 by @scala-steward in #99
- Update sbt to 1.5.5 by @scala-steward in #101
- Update sbt-scalafmt to 2.4.3 by @scala-steward in #100
- Update sbt-github-actions to 0.13.0 by @scala-steward in #102
- Add SemVer ordering consistent with object equality by @NthPortal in #109
- Add string extractors for all versions by @NthPortal in #110
- Fix badge and dependency version in README by @NthPortal in #111
Full Changelog: v0.4.0...v0.5.0
Release 0.4.0
Fix Ordering
for SemVer
(#59).
Add Ordering
for Identifiers.PreRelease
.
Release 0.3.2
Fix v
artifact to publish a javadoc artifact containing the docs from all other.
This release does not affect code or binaries.
Release 0.3.1
Fix v
artifact to properly depend on all other artifacts, as intended.
This release does not affect code or binaries.
Release 0.3.0
Add implicit Ordering
for SemVer
.
Add methods to obtain the next major, minor and patch
versions of a Core
.
Remove string extractor from SemVer
, for consistency
with other Version
implementations.
Release 0.2.0
Add support for representing SemVer versions.
Remove string extractor from VersionFactory
, as it sometimes didn't compile in pattern matching in practice.
Release 0.1.1
Fix Scaladocs.
This release does not affect code or binaries.
Release 0.1.0
Initial release, with support for versions with fixed sizes 2, 3 and 4, and versions with arbitrary sizes.