Skip to content

0.5.0

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 27 Feb 17:04
· 253 commits to main since this release

Change "unknown branch" default to 'main'

GitHub has switched its default branch name from master to main for newly created repositories. Given this change, we expect that eventually most repositories will have their default branch named main, not master.

Corral will now use main and not master for the branch to use when using git or hg repos as a source.

Any corral.json dependency entries that aren't using a version should be updated to include master as the version to continue working as they did before or if you control the dependency, update its default branch to main and things will continue to work as before.

Switch support FreeBSD version

We've switched our supported FreeBSD from 12.1 to 12.2. The switch means that FreeBSD packages are tested and built on FreeBSD 12.2 and we no longer do any testing or building on 12.1.

You can continue using corral on FreeBSD 12.1 but we make no guarantees that it will work.

[0.5.0] - 2021-02-27

Changed

  • Switch default branch to use when none is supplied to 'main` (PR #171)
  • Switch supported FreeBSD to 12.2 (PR #173)