Skip to content

Commit

Permalink
Merge pull request #234 from kit-ty-kate/prepare-release-5.0
Browse files Browse the repository at this point in the history
Prepare release 5.0
  • Loading branch information
kit-ty-kate authored Oct 26, 2020
2 parents daf5533 + 0ecf02d commit 53c9398
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 8 deletions.
24 changes: 18 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,25 @@ dist: xenial
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
global:
- REVDEPS="ppx_deriving_hardcaml
ppx_deriving_crowbar
ppx_deriving_yojson
ppx_deriving_madcast
ppx_deriving_protocol
ppx_deriving_rpc
ppx_deriving_argparse
ppx_deriving_cmdliner
ppx_deriving_protobuf
ppx_deriving_morphism
visitors"
matrix:
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
- OCAML_VERSION=4.07
- OCAML_VERSION=4.08
- OCAML_VERSION=4.09
- OCAML_VERSION=4.11
- OCAML_VERSION=4.10
- OCAML_VERSION=4.11.0+trunk OCAML_BETA=enable
- OCAML_VERSION=4.09
- OCAML_VERSION=4.08
- OCAML_VERSION=4.07
- OCAML_VERSION=4.06
- OCAML_VERSION=4.05
os:
- linux
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,38 @@
Changelog
=========

Future version (4.5)
--------------------
5.0 (26/10/2020)
----------------

* Migrate to ppxlib #206, #210
(Anton Kochkov, Gabriel Scherer, Thierry Martinez)

4.5
---

* Add support for OCaml 4.11.
- `Ppx_deriving.string_of_{constant,expression}_opt` to destruct
`Pconst_string` in a version-independent way
#220, #222
(Kate Deplaix, Thierry Martinez, review by Gabriel Scherer)

* Stronger type equalities in `Ppx_deriving_runtime` (for instance,
`Ppx_deriving_runtime.result` and `Result.result` are now compatible with
all OCaml versions)
#223, #225
(Thierry Martinez, review by Gabriel Scherer)

* `Ppx_deriving_runtime.Option` compatibility module
#222
(Thierry Martinez, review by Gabriel Scherer)

4.4.1
-----

* Add support for OCaml 4.10
#211
(Kate Deplaix, review by Gabriel Scherer)

4.4
---

Expand Down

0 comments on commit 53c9398

Please sign in to comment.