Skip to content

Commit 9e4cc49

Browse files
committed
for v0.3.4
1 parent ae9d275 commit 9e4cc49

32 files changed

+32
-32
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
(using menhir 3.0)
55

66
(name diffast)
7-
(version 0.3.3)
7+
(version 0.3.4)
88

99
(generate_opam_files true)
1010
(opam_file_location inside_opam_directory)

opam/diffast-api.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.3"
3+
version: "0.3.4"
44
synopsis: "Diff/AST API"
55
description:
66
"Diff/AST API. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

opam/diffast-cli.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.3"
3+
version: "0.3.4"
44
synopsis: "Diff/AST command line interface"
55
description:
66
"Diff/AST command line interface. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

opam/diffast-core.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.3"
3+
version: "0.3.4"
44
synopsis: "Core functions of Diff/AST"
55
description:
66
"Core functions of Diff/AST. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

opam/diffast-etc.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.3"
3+
version: "0.3.4"
44
synopsis: "Diff/AST etc files"
55
description:
66
"Config files for Diff/AST. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

opam/diffast-git-cli.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.3"
3+
version: "0.3.4"
44
synopsis: "Git-Diff/AST command line interface"
55
description:
66
"Git-Diff/AST command line interface. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

opam/diffast-git.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.3"
3+
version: "0.3.4"
44
synopsis: "Git functions for Diff/AST API"
55
description:
66
"Git functions for Diff/AST API. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

opam/diffast-langs-astml-spec.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.3"
3+
version: "0.3.4"
44
synopsis: "ASTML parser spec for Diff/AST"
55
description:
66
"ASTML parser spec for Diff/AST. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

opam/diffast-langs-astml.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.3"
3+
version: "0.3.4"
44
synopsis: "ASTML parser for Diff/AST"
55
description:
66
"ASTML parser plugin for Diff/AST. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

opam/diffast-langs-common.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.3"
3+
version: "0.3.4"
44
synopsis: "Common functions for parsers of Diff/AST"
55
description:
66
"Common functions for parsers of Diff/AST. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

0 commit comments

Comments
 (0)