ocaml-ppx / ppx_deriving

Type-driven code generation for OCaml
MIT License
466 stars 89 forks source link

Add missing unreleased CHANGELOG entries #275

Closed sim642 closed 8 months ago

sim642 commented 8 months ago

Since #263 is finally merged and #252 is also unreleased, it would be great to have a new release over 3 years. I suppose version 5.3 would make sense. Although #263 is a big internal change, it shouldn't be breaking (hopefully), but we'll see from opam-repository CI. An eventual version 6.0 could be the actual deprecation of ppx_deriving API (#250), but there are still things to move over (https://github.com/ocaml-ppx/ppxlib/issues/317).

This PR is just an update of the unreleased CHANGELOG.

gasche commented 8 months ago

I hate doing releases, and I'm happy to give you enough privilege to let you make the release yourself. Would you be willing to do this work?

sim642 commented 8 months ago

If @NathanReb doesn't want to do the release himself, then I can give it a shot.

NathanReb commented 8 months ago

I'll gladly take care of the release!