Skip to content

Releases: jhheider/semverator

v0.6.0

06 Sep 20:12
03e8b01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

18 Mar 18:37
59987c3
Compare
Choose a tag to compare

Handle rename of tea to pkgx. (Yes, I'm woefully late.)

Full Changelog: v0.5.0...v0.5.1

v0.5.0

18 Mar 18:32
ce1b0f3
Compare
Choose a tag to compare

Matches libpkgx handling of CalVer (v.major > 1996, strictly less than all SemVer).

Full Changelog: v0.4.3...v0.5.0

v0.4.3

10 Sep 23:20
0692ffa
Compare
Choose a tag to compare

Handle tea's unique stance that all calver are less than non-calver semver.

v0.4.2

08 Sep 18:11
838e778
Compare
Choose a tag to compare

compare order on pre-releases got reversed

v0.4.1

08 Sep 17:18
f69eaea
Compare
Choose a tag to compare

eh, add the compare functions too. ;)

v0.4.0

08 Sep 16:52
6d06c80
Compare
Choose a tag to compare

implement Semver::parse() support for prerelease and build tags.

todo!(implement for sort/compare).

v0.3.1

08 Apr 03:04
7d8ae45
Compare
Choose a tag to compare

Fix behavior of ^ ranges pre-1.0.0 per https://devhints.io/semver.

v0.3.0

24 Mar 06:45
57b7228
Compare
Choose a tag to compare

Adds bump {version} {which}.

Full Changelog: v0.2.2...v0.3.0

v0.2.2

04 Feb 02:07
618d6c9
Compare
Choose a tag to compare

Contains a fix to validate-range, but I don't see where I fixed it.