Skip to content

Commit

Permalink
Small tweak and version bump for dune-release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Mar 30, 2023
1 parent c93443e commit 93bfc28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ppx_minidebug.opam
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit 93bfc28

Please sign in to comment.