Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Feb 4, 2021
1 parent 5992469 commit 5b60283
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Changelog
=========
3.0.0
-----

* Add support for OCaml 4.11 (#36)
(Thierry Martinez, review by Gabriel Scherer)
* Add support for OCaml 4.12 (#39)
(Kate Deplaix, review by Gabriel Scherer)
* Port to ppx_deriving 5.0 and ppxlib (#39)
(Kate Deplaix, review by Gabriel Scherer)
* Upgrade the tests from ounit to ounit2 (#39)
(Kate Deplaix, review by Gabriel Scherer)

2.7
---
Expand Down
2 changes: 1 addition & 1 deletion ppx_deriving_protobuf.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "2.7"
version: "3.0.0"
maintainer: "whitequark <[email protected]>"
authors: [ "whitequark <[email protected]>" ]
license: "MIT"
Expand Down

0 comments on commit 5b60283

Please sign in to comment.