Skip to content

Commit 698c8bc

Browse files
committed
Prepare v2.0.2
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 02b78cb commit 698c8bc

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to
88

99
## [unreleased]
1010

11+
## [2.0.2]
12+
13+
### Changed
14+
15+
- Relax the restore keys for the opam cache.
16+
1117
## [2.0.1]
1218

1319
### Changed
@@ -315,7 +321,8 @@ that require it.
315321

316322
- Initial release.
317323

318-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.1...HEAD
324+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.2...HEAD
325+
[2.0.1]: https://github.com/ocaml/setup-ocaml/compare/v2.0.1...v2.0.2
319326
[2.0.1]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0...v2.0.1
320327
[2.0.0]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta13...v2.0.0
321328
[2.0.0-beta13]:

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.1",
2+
"version": "2.0.2",
33
"private": true,
44
"scripts": {
55
"fmt": "prettier --write .",

0 commit comments

Comments
 (0)