Skip to content

Commit 118359a

Browse files
committed
Prepare v2.1.3
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 30f56e6 commit 118359a

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ and this project adheres to
88

99
## [unreleased]
1010

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+
1118
## [2.1.2]
1219

1320
### Fixed
@@ -319,9 +326,9 @@ and this project adheres to
319326
for the most efficient use in CI (exports `DUNE_CACHE=enabled`,
320327
`DUNE_CACHE_TRANSPORT=direct`. TRANSPORT must be `direct`, not `daemon`, to
321328
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.
325332
- If `opam-pin` is enabled, pin the local packages specified by
326333
`opam-local-packages`.
327334
- If `opam-depext` is enabled, install the system dependencies specified by
@@ -331,7 +338,7 @@ and this project adheres to
331338
runners due to limitations of opam.)
332339
- The profiling functionality allows us to check the duration of each group if
333340
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>)
335342

336343
### Changed
337344

@@ -351,7 +358,7 @@ and this project adheres to
351358
- Export `OPAMSOLVERTIMEOUT=500`.
352359
- Export `OPAMROOT=D:\.opam` on the Windows runners.
353360
- 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>)
355362
- Export `MSYS=winsymlinks:native` for `@actions/cache` on the Windows runners.
356363
- Export `HOME=%USERPROFILE%` for opam on the Windows runners.
357364

@@ -484,7 +491,8 @@ that require it.
484491

485492
- Initial release.
486493

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
488496
[2.1.2]: https://github.com/ocaml/setup-ocaml/compare/v2.1.1...v2.1.2
489497
[2.1.1]: https://github.com/ocaml/setup-ocaml/compare/v2.1.0...v2.1.1
490498
[2.1.0]: https://github.com/ocaml/setup-ocaml/compare/v2.0.21...v2.1.0

0 commit comments

Comments
 (0)