@@ -8,6 +8,13 @@ and this project adheres to
8
8
9
9
## [ unreleased]
10
10
11
+ ## [ 2.1.3]
12
+
13
+ ### Changed
14
+
15
+ - Adopt native ESM for runtime environment.
16
+ - Reduce system-related internal calls as much as possible.
17
+
11
18
## [ 2.1.2]
12
19
13
20
### Fixed
@@ -319,9 +326,9 @@ and this project adheres to
319
326
for the most efficient use in CI (exports ` DUNE_CACHE=enabled ` ,
320
327
` DUNE_CACHE_TRANSPORT=direct ` . TRANSPORT must be ` direct ` , not ` daemon ` , to
321
328
speed up the opam install process and to support Windows:
322
- https://github.com/ocaml/dune/issues/4166 ,
323
- https://github.com/ocaml/dune/issues/4167 ), and share the dune cache directory
324
- for each run.
329
+ < https://github.com/ocaml/dune/issues/4166 > ,
330
+ < https://github.com/ocaml/dune/issues/4167 > ), and share the dune cache
331
+ directory for each run.
325
332
- If ` opam-pin ` is enabled, pin the local packages specified by
326
333
` opam-local-packages ` .
327
334
- If ` opam-depext ` is enabled, install the system dependencies specified by
@@ -331,7 +338,7 @@ and this project adheres to
331
338
runners due to limitations of opam.)
332
339
- The profiling functionality allows us to check the duration of each group if
333
340
debug mode is enabled.
334
- (https://docs.github.com/en/actions/managing-workflow-runs/enabling-debug-logging )
341
+ (< https://docs.github.com/en/actions/managing-workflow-runs/enabling-debug-logging > )
335
342
336
343
### Changed
337
344
@@ -351,7 +358,7 @@ and this project adheres to
351
358
- Export ` OPAMSOLVERTIMEOUT=500 ` .
352
359
- Export ` OPAMROOT=D:\.opam ` on the Windows runners.
353
360
- Export ` OPAMVERBOSE=true ` if the actions debug mode is enabled.
354
- (https://docs.github.com/en/actions/managing-workflow-runs/enabling-debug-logging )
361
+ (< https://docs.github.com/en/actions/managing-workflow-runs/enabling-debug-logging > )
355
362
- Export ` MSYS=winsymlinks:native ` for ` @actions/cache ` on the Windows runners.
356
363
- Export ` HOME=%USERPROFILE% ` for opam on the Windows runners.
357
364
@@ -484,7 +491,8 @@ that require it.
484
491
485
492
- Initial release.
486
493
487
- [ unreleased ] : https://github.com/ocaml/setup-ocaml/compare/v2.1.2...HEAD
494
+ [ unreleased ] : https://github.com/ocaml/setup-ocaml/compare/v2.1.3...HEAD
495
+ [ 2.1.3 ] : https://github.com/ocaml/setup-ocaml/compare/v2.1.2...v2.1.3
488
496
[ 2.1.2 ] : https://github.com/ocaml/setup-ocaml/compare/v2.1.1...v2.1.2
489
497
[ 2.1.1 ] : https://github.com/ocaml/setup-ocaml/compare/v2.1.0...v2.1.1
490
498
[ 2.1.0 ] : https://github.com/ocaml/setup-ocaml/compare/v2.0.21...v2.1.0
0 commit comments