Skip to content

Commit d8c0b9a

Browse files
authored
Merge pull request #43 from jmid/ppx-yojson-conv-version
Patch `ppx_yojson_conv` version in opam file
2 parents 983230a + 228adc7 commit d8c0b9a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
Next release
22
------------
33

4-
- ...
4+
- Patch `ppx_yojson_conv` dependency which was missing a `v`-prefix
5+
- Introduce a `mutaml.opam.template` to avoid opam linting failure #41
6+
- Adjust RE to support `runtest` on OpenBSD too #40
7+
- Remove `which` and `conf-which` dependency #39
8+
- Support ppxlib.0.34 and runtest on OCaml 5.3 #36
59

610
0.3
711
---

mutaml.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"dune" {>= "3.0"}
2121
"ocaml" {>= "4.12.0"}
2222
"ppxlib" {>= "0.28.0"}
23-
"ppx_yojson_conv" {>= "0.14.0"}
23+
"ppx_yojson_conv" {>= "v0.14.0"}
2424
"stdlib-random"
2525
"conf-timeout"
2626
"conf-diffutils"

0 commit comments

Comments
 (0)