Skip to content

Releases: ocaml/setup-ocaml

v2.0.0-beta11

12 Dec 20:58
Compare
Choose a tag to compare
v2.0.0-beta11 Pre-release
Pre-release

Fixed

  • Add support for more styles for the ocamlformat configuration in lint-fmt action.

v2.0.0-beta10

08 Dec 21:21
Compare
Choose a tag to compare
v2.0.0-beta10 Pre-release
Pre-release

Added

  • Added "extends" experimentally.

Changed

  • Remove some hacks as --no-depexts is now used in CLI 2.0 mode from opam 2.1.2.

v2.0.0-beta9

22 Nov 07:05
Compare
Choose a tag to compare
v2.0.0-beta9 Pre-release
Pre-release

Changed

  • Increase the allowed artifact cache size from 5GB to 10GB.

v2.0.0-beta8

16 Nov 02:15
Compare
Choose a tag to compare
v2.0.0-beta8 Pre-release
Pre-release

Changed

  • Use 2.1 mode instead of 2.0 mode on the Ubuntu and macOS runners.

v2.0.0-beta7

11 Nov 20:11
Compare
Choose a tag to compare
v2.0.0-beta7 Pre-release
Pre-release

Fixed

  • Return an empty array to avoid depext failure when depext flags are not passed.

v2.0.0-beta6

11 Nov 18:43
Compare
Choose a tag to compare
v2.0.0-beta6 Pre-release
Pre-release

Changed

  • Unlock opam 2.1 on the Ubuntu and macOS runners.

v2.0.0-beta5

03 Oct 19:42
Compare
Choose a tag to compare
v2.0.0-beta5 Pre-release
Pre-release

Changed

  • Reduce GitHub API calls to avoid issues that can easily hit rate-limiting.

Fixed

  • If no user-input version is found in the opam-repository, explicitly raise an error instead of implicitly breaking the workflow.
  • Retrieve the base compiler version from opam-repository to use the live released compiler version.

v2.0.0-beta4

06 Sep 15:36
0652c52
Compare
Choose a tag to compare
v2.0.0-beta4 Pre-release
Pre-release

Changed

  • Set OPAMSOLVERTIMEOUT to 1000 to avoid a timeout even if the opam solver is slow.
  • Increase cache hit ratio by loosening restore keys of opam cache.

v2.0.0-beta3

31 Jul 13:24
Compare
Choose a tag to compare
v2.0.0-beta3 Pre-release
Pre-release

Changed

  • Use the week number to manage Cygwin cache.

Fixed

  • ​Set repository priorities correctly for multiple repositories feature.
  • Lock the version of opam to be installed only to < 2.1 releases until opam 2.2 is released.

v1.1.12

31 Jul 13:31
Compare
Choose a tag to compare

Fixed

  • Stop installing depext package on macOS runners (opam is now at 2.1.0).