We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 983230a + 228adc7 commit d8c0b9aCopy full SHA for d8c0b9a
CHANGES.md
@@ -1,7 +1,11 @@
1
Next release
2
------------
3
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
9
10
0.3
11
---
mutaml.opam
@@ -20,7 +20,7 @@ depends: [
20
"dune" {>= "3.0"}
21
"ocaml" {>= "4.12.0"}
22
"ppxlib" {>= "0.28.0"}
23
- "ppx_yojson_conv" {>= "0.14.0"}
+ "ppx_yojson_conv" {>= "v0.14.0"}
24
"stdlib-random"
25
"conf-timeout"
26
"conf-diffutils"
0 commit comments