Skip to content

1.1.5

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

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.

Remove hardcoding of Visual Studio version

We don't need a specific hardcoded version to build scripts.

[1.1.5] - 2022-02-26

Fixed

  • Update to address PonyTest package being renamed (PR #40)
  • Remove hardcoded Visual Studio version (PR #41)