Skip to content

Commit e7e3824

Browse files
committed
Add CHANGELOG.md
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 7ee4b2f commit e7e3824

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to
7+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8+
9+
## [Unreleased]
10+
11+
### Changed
12+
13+
Windows installs `mingw64-x86_64-gcc-g++` so GitHub Action can build libraries
14+
that require it.
15+
16+
## [1.1.3] - 2020-10-23 [YANKED]
17+
18+
### Security
19+
20+
- Update the `@actions/core` package to address CVE-2020-15228.
21+
22+
## [1.1.2] - 2020-09-10
23+
24+
### Changed
25+
26+
- Add the Cygwin setup to a known location for later steps.
27+
28+
### Fixed
29+
30+
- Check if the switch exists before creating the switch.
31+
32+
## [1.1.1] - 2020-08-20
33+
34+
### Fixed
35+
36+
- OCaml installation errors on Windows are now properly propagated.
37+
38+
## [1.1.0] - 2020-07-04
39+
40+
### Added
41+
42+
- The default opam repository can now be set via input.
43+
44+
### Changed
45+
46+
- Linux VMs now use opam 2.0.7.
47+
48+
## [1.0.1] - 2020-04-21
49+
50+
### Changed
51+
52+
- `node_modules` are not exported anymore which reduces the size of the action
53+
54+
- The repository is initialised directly from the opam-repository git source, so
55+
that there is no lag in packages being available for CI
56+
57+
- Ubuntu installs `musl-tools` so that the GitHub Action can generate statically
58+
linked Linux binaries in conjunction with the
59+
`ocaml-variants.4.x.y+musl+flambda` switch
60+
61+
## [1.0] - 2019-11-21
62+
63+
- Initial release.

0 commit comments

Comments
 (0)