Skip to content

Releases: ludeeus/awesomeversion

21.8.0

11 Aug 16:24
Compare
Choose a tag to compare

What’s Changed

21.6.0

09 Jun 16:08
4a99198
Compare
Choose a tag to compare

What’s Changed

  • #69 Fix rc comparision with final release (X.X.rcX < X.X) @agners

21.5.0

07 May 14:43
4d03a0a
Compare
Choose a tag to compare

What’s Changed

21.4.0

04 Apr 15:45
8b9388c
Compare
Choose a tag to compare

What’s Changed

Migration path if you used AwesomeVersion.ensure_strategy before this version:

Change your code from:

AwesomeVersion.ensure_strategy("1.0.0", AwesomeVersionStrategy.SEMVER)

To:

AwesomeVersion("1.0.0", AwesomeVersionStrategy.SEMVER)

21.2.3

24 Feb 12:36
e45d0f4
Compare
Choose a tag to compare

What’s Changed

21.2.2

04 Feb 14:56
e77a471
Compare
Choose a tag to compare

What’s Changed

21.2.1

04 Feb 12:40
dca7387
Compare
Choose a tag to compare

What’s Changed

  • #42 Add major,minor,patch properties for semver @ludeeus

21.2.0

01 Feb 14:30
a4fe86d
Compare
Choose a tag to compare

What’s Changed

21.1.8

30 Jan 15:06
63a31a6
Compare
Choose a tag to compare

What’s Changed

21.1.7

30 Jan 14:52
6593555
Compare
Choose a tag to compare

What’s Changed