From ae17630e97220292b9daf613e3bcadd8593f45f3 Mon Sep 17 00:00:00 2001 From: Kate Date: Tue, 16 Aug 2022 15:52:29 +0100 Subject: [PATCH] Release 3.7.0 --- CHANGELOG.md | 15 +++++++++++++++ ppx_deriving_yojson.opam | 1 + 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a434932..7df66e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ +3.7.0 +----- + + * Use ounit2 instead of ounit for the tests + (#144) + Marek Kubica + * Update to ppxlib >= 0.26.0 + (#142, #146) + Sonja Heinze, Antonio Nuno Monteiro + * Sanitize the ppx output to be able to use module names shadowing the modules from the standard library + (#140) + Simmo Saan * Reimplement map_bind to avoid stack overflows on js-of-ocaml (#138) P. Baudin + * Add ppxlib as a direct dependency for ppx_deriving_yojson + (#136) + Hongchang Wu 3.6.1 ----- diff --git a/ppx_deriving_yojson.opam b/ppx_deriving_yojson.opam index a1bc66d..ebd6ea5 100644 --- a/ppx_deriving_yojson.opam +++ b/ppx_deriving_yojson.opam @@ -1,4 +1,5 @@ opam-version: "2.0" +version: "3.7.0" maintainer: "whitequark " authors: [ "whitequark " ] license: "MIT"