Skip to content

Releases: ponylang/valbytes

0.6.2

26 Feb 13:46
Compare
Choose a tag to compare

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

  • Update to address PonyTest package being renamed (PR #16)
  • Update to address PonyCheck package being renamed (PR #17)

0.6.1

16 Jan 04:31
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.6.1] - 2022-01-16

Fixed

  • Update to work with Pony 0.46.0 (PR #14)

0.6.0

03 Apr 13:31
Compare
Choose a tag to compare

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

08 Feb 20:40
Compare
Choose a tag to compare

Internal only release

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

[0.5.1] - 2021-02-08

0.5.0

06 May 20:58
Compare
Choose a tag to compare

[0.5.0] - 2020-05-06