Skip to content

1.0.6

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 26 Feb 14:52
· 41 commits to main since this release

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.

Updated to work with PonyTest change introduced in 0.49.0

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

[1.0.6] - 2022-02-26

Fixed

  • Update to work with PonyTest change introduced in 0.49.0 (PR #31)

Changed

  • Update to work with object capabilities changes in Pony 0.49.0 (PR #30)