Skip to content

0.12.0

Latest

Choose a tag to compare

@ponylang-main ponylang-main released this 11 Sep 12:48
· 2 commits to main since this release

Update to work with ponyc 0.72.0

The lori networking library has been merged into ponyc's stdlib as the net package. postgres now uses stdlib net directly instead of depending on lori as an external package. You no longer need lori in your corral.json. Change use lori = "lori" to use "net" and drop the lori. qualifier from type names.

[0.12.0] - 2026-09-11

Changed

  • Update to work with ponyc 0.72.0 (PR #260)