Skip to content

Releases: swiftzer/semver

2.0.0

02 Mar 15:02
87a8faf
Compare
Choose a tag to compare

What's Changed

  • Support Kotlin Multiplatform by @ericksli in #20
  • Minor changes before v2 by @ericksli in #21
  • build: bump io.gitlab.arturbosch.detekt from 1.23.4 to 1.23.5 by @dependabot in #25
  • build: bump kotlinxSerialization from 1.6.2 to 1.6.3 by @dependabot in #24
  • build: bump org.jetbrains.kotlinx.binary-compatibility-validator from 0.13.2 to 0.14.0 by @dependabot in #23
  • build: bump org.jetbrains.kotlinx.kover from 0.7.5 to 0.7.6 by @dependabot in #22

New Contributors

Full Changelog: v1.3.0...v2.0.0

1.3.0

17 May 15:52
Compare
Choose a tag to compare

Add parseOrNull by @mfederczuk

1.2.0

18 Dec 03:30
Compare
Choose a tag to compare

Add nextMajor, nextMinor, nextPatch to bump version number by @jj-sn

1.1.2

09 Nov 15:49
Compare
Choose a tag to compare

Use string form of preRelease to do comparision when it is a numeric value but exceed the range of Int by @Katrienka64

1.1.0

09 Sep 07:36
Compare
Choose a tag to compare

Support for incomplete versions

1.0.1

05 Nov 05:18
Compare
Choose a tag to compare

Generate static methods for Java

1.0.0

24 Oct 14:55
Compare
Choose a tag to compare

The first release