File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 28
28
strategy :
29
29
fail-fast : false
30
30
matrix :
31
- ocaml-version : [ '4.08.1', '4.07.1', '4.06.1' ]
31
+ ocaml-version : [ '4.10.0', '4. 08.1', '4.07.1', '4.06.1' ]
32
32
operating-system : [macos-latest, ubuntu-latest, windows-latest]
33
33
steps :
34
34
- uses : actions/checkout@v2
46
46
strategy :
47
47
fail-fast : false
48
48
matrix :
49
- ocaml-version : [ '4.08.1', '4.07.1' ]
49
+ ocaml-version : [ '4.10.0', '4. 08.1', '4.07.1' ]
50
50
operating-system : [macos-latest, ubuntu-latest]
51
51
steps :
52
52
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change
1
+ v5.2.0 2020-06-10
2
+ -----------------
3
+
4
+ Upgrade the ` ppx_cstruct ` library to use the OCaml 4.11
5
+ AST rather than than OCaml 4.04, which in turn should
6
+ make it easier to port to ppxlib in the future and
7
+ improve interoperability with other PPXs (@bikallem #275 ).
8
+
9
+ Also upgrades build files to use dune 2.0 (@bikallem #275 )
10
+ and fixes the GitHub Actions versions (@smorimoto #273 )
11
+ and also test OCaml 4.10.0 (@avsm ).
12
+
1
13
v5.1.1 2019-11-23
2
14
-----------------
3
15
You can’t perform that action at this time.
0 commit comments