Skip to content

0.5.3

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 29 Jul 17:06
· 181 commits to main since this release

Don't error out if a transitive dependency doesn't have a corral.json

Previously fetch would print a warning if a transitive dependency was missing its corral.json. By not erroring out, it made corral usable with libraries that are corral ignorant. However, update was set to error out, meaning that you couldn't use it with corral ignorant libraries.

The previous version of corral switched fetch to being exactly the same as update and in the process we picked up this unwanted erroring out.

This update switched update to issue a warning like fetch previously did.

[0.5.3] - 2021-07-29

Fixed

  • Don't error out if a transitive dependency doesn't have a corral.json (PR #199)