Releases: ponylang/valbytes
Releases · ponylang/valbytes
Release list
0.7.0
0.6.2
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.
Update to work with ponycheck name
The PonyCheck package name was renamed when it was moved into the standard library. We've updated accordingly.
[0.6.2] - 2022-02-26
Fixed
0.6.1
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.6.1] - 2022-01-16
Fixed
- Update to work with Pony 0.46.0 (PR #14)
0.6.0
Don't export test types
Prior to this release, valbytes was exporting some test types into user packages.
[0.6.0] - 2021-04-03
Changed
- Don't export test types (PR #10)
0.5.1
Internal only release
This was release was purely for non-public facing changes.