Skip to content

Releases: ponylang/semver

0.2.4

26 Feb 13:21
Compare
Choose a tag to compare

Update to work with change Pony 0.49.0

The object capabilities system in the Pony standard library was reworked and we've updated to match it.

Update to work with ponytest name change in Pony 0.49.0

The Pony unit testing framework PonyTest had its package name renamed from ponytest to pony_test to match standard library naming conventions. We've updated to account for the new name.

[0.2.4] - 2022-02-26

Fixed

  • Update to work with object capabilities changes in Pony 0.49.0
  • Update to address PonyTest package being renamed (PR #40)

0.2.3

16 Jan 03:48
Compare
Choose a tag to compare

Update to work with latest ponyc

The most recent ponyc implements RFC #65 which changes the type of Env.root.

We've updated accordingly. You won't be able to use this and future versions of the library without a corresponding update to your ponyc version.

[0.2.3] - 2022-01-16

Changed

  • Update for change in type to Env.root (PR #37)

0.2.2

03 Sep 03:47
Compare
Choose a tag to compare

Updates to work with ponyc 0.44.0

RFC 70 resulted in breaking changes in ponyc. We've updated semver so that it works with ponyc 0.44.0.

[0.2.2] - 2021-09-03

Fixed

  • Update to work with ponyc 0.44.0 (PR #36)

0.2.1

11 Feb 20:40
Compare
Choose a tag to compare

Internal only release

This was release was purely for non-public facing changes.

[0.2.1] - 2021-02-11

0.2.0

10 May 16:21
Compare
Choose a tag to compare

[0.2.0] - 2020-05-10

Added

  • Initial release