Skip to content

0.8.2

Latest
Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 24 Jan 03:07
· 6 commits to main since this release

Use Alpine 3.20 as our base image

Previously we were using Alpine 3.18 which has reached it's end-of-life. The change to 3.20 should have no impact on anyone unless they are using this image as the base image for another image.

Fix bug with default bundle directory handling

There was a bug in corral's handling of the the -d command line option. The default value was set to the string "". This would result in corral.json not being found.

The bug wasn't triggered because a bug in the Pony standard library prevented the default value from correctly being applied. Once that bug was fixed, corral stopped working unless a -d value was provided.

[0.8.2] - 2025-01-24

Fixed

  • Fix bug with default bundle directory handling (PR #275)

Changed

  • Use Alpine 3.20 as our base image (PR #271)