Releases: ponylang/semver
Releases · ponylang/semver
0.2.4
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
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
0.2.1
Internal only release
This was release was purely for non-public facing changes.
[0.2.1] - 2021-02-11
0.2.0
[0.2.0] - 2020-05-10
Added
- Initial release