diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f167ba..feb5df7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.3.1] -- 2023-03-30 + +### Fixed + +- A small tweak to have `dune-release` work. + ## [0.3.0] -- 2023-03-29 ### Changed diff --git a/dune-project b/dune-project index 0b4b9fe..e95e3bd 100644 --- a/dune-project +++ b/dune-project @@ -15,7 +15,7 @@ (documentation https://lukstafi.github.io/ppx_minidebug/ppx_minidebug) -(version 0.3.0) +(version 0.3.1) (package (name ppx_minidebug) diff --git a/ppx_minidebug.opam b/ppx_minidebug.opam index c11326a..e6ce8f8 100644 --- a/ppx_minidebug.opam +++ b/ppx_minidebug.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.3.0" +version: "0.3.1" synopsis: "Debug logs for selected functions and let-bindings" description: "A poor man's `ppx_debug` with formatted logs of let-bound values, function arguments and results."