File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
Next release
2
2
------------
3
3
4
+ - Use dune.3.18 support to generate ` x-maintenance-intent ` entry
4
5
- Patch ` ppx_yojson_conv ` dependency which was missing a ` v ` -prefix
5
6
- Introduce a ` mutaml.opam.template ` to avoid opam linting failure #41
6
7
- Adjust RE to support ` runtest ` on OpenBSD too #40
Original file line number Diff line number Diff line change 1
- (lang dune 3 .0 )
1
+ (lang dune 3 .18 )
2
2
3
3
(name mutaml)
4
4
27
27
(depends
28
28
(ocaml (>= 4.12.0))
29
29
(ppxlib (>= 0.28.0))
30
- (ppx_yojson_conv (>= 0 .14.0))
30
+ (ppx_yojson_conv (>= v0 .14.0))
31
31
stdlib-random
32
32
conf-timeout
33
33
conf-diffutils
36
36
(ppx_derivers (>= 1.2.1))
37
37
(yojson (>= 2.0.0))
38
38
(ppx_deriving :with-test)
39
- (ounit2 :with-test)))
39
+ (ounit2 :with-test))
40
+ (maintenance_intent " ( latest) " )
41
+ )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ homepage: "https://github.com/jmid/mutaml"
17
17
doc: "https://github.com/jmid/mutaml"
18
18
bug-reports: "https://github.com/jmid/mutaml/issues"
19
19
depends: [
20
- "dune" {>= "3.0 "}
20
+ "dune" {>= "3.18 "}
21
21
"ocaml" {>= "4.12.0"}
22
22
"ppxlib" {>= "0.28.0"}
23
23
"ppx_yojson_conv" {>= "v0.14.0"}
@@ -32,6 +32,7 @@ depends: [
32
32
"odoc" {with-doc}
33
33
]
34
34
dev-repo: "git+https://github.com/jmid/mutaml.git"
35
+ x-maintenance-intent: ["(latest)"]
35
36
build: [
36
37
["dune" "subst"] {dev}
37
38
[
@@ -46,4 +47,3 @@ build: [
46
47
"@doc" {with-doc}
47
48
]
48
49
]
49
- x-maintenance-intent: ["(latest)"]
Original file line number Diff line number Diff line change @@ -12,4 +12,3 @@ build: [
12
12
"@doc" {with-doc}
13
13
]
14
14
]
15
- x-maintenance-intent: ["(latest)"]
You can’t perform that action at this time.
0 commit comments