Skip to content

Commit 3c060d8

Browse files
authored
Merge pull request #182 from lefessan/z-2022-02-15-version-stable
Version 0.6.0 stable
2 parents bcd3b31 + 7a090ea commit 3c060d8

File tree

9 files changed

+18
-16
lines changed

9 files changed

+18
-16
lines changed

.drom

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version:0.6.0~dev
55

66
# hash of toml configuration files
77
# used for generation of all files
8-
50b0e294343414fbaa0f8edce9bce9af:.
8+
f4193d7867ac67fa3284c621b4f62541:.
99
# end context for .
1010

1111
# begin context for .github/workflows/workflow.yml
@@ -40,7 +40,7 @@ a8d1bcd6f62c6b813b77d3ff8959d8d2:.ocamlformat-ignore
4040

4141
# begin context for LICENSE.md
4242
# file LICENSE.md
43-
d091b81b6155e5fd5d6556fc8bba0094:LICENSE.md
43+
a056153b3ebfa635cd0350ea16081078:LICENSE.md
4444
# end context for LICENSE.md
4545

4646
# begin context for Makefile
@@ -100,17 +100,17 @@ fcff7ba13bbb9d857afe45cc5538ed11:dune
100100

101101
# begin context for dune-project
102102
# file dune-project
103-
adc092bf73260b363577d6acf22c07e7:dune-project
103+
2f44cd1354807305322048619deb99ea:dune-project
104104
# end context for dune-project
105105

106106
# begin context for opam/drom.opam
107107
# file opam/drom.opam
108-
f315d358dd2acd0b1cc71a1200869ba0:opam/drom.opam
108+
a90881c88814897654920a1e2c599a18:opam/drom.opam
109109
# end context for opam/drom.opam
110110

111111
# begin context for opam/drom_lib.opam
112112
# file opam/drom_lib.opam
113-
f8dae08a368846e515ed4abcd4637206:opam/drom_lib.opam
113+
4cf616c0d091b0eb76a0cfab9039edd5:opam/drom_lib.opam
114114
# end context for opam/drom_lib.opam
115115

116116
# begin context for scripts/after.sh
@@ -155,7 +155,7 @@ dc4cee7810778bedcd7b9bfa95338ac4:sphinx/conf.py
155155

156156
# begin context for sphinx/license.rst
157157
# file sphinx/license.rst
158-
cdf74f69fd392ea9a545b06789762a13:sphinx/license.rst
158+
2342efdf35013ac7fded1e7877a33885:sphinx/license.rst
159159
# end context for sphinx/license.rst
160160

161161
# begin context for src/drom/dune
@@ -170,7 +170,7 @@ b2467739c3fd8542338ce53133b3fefd:src/drom/dune
170170

171171
# begin context for src/drom/main.ml
172172
# file src/drom/main.ml
173-
13a81bf0db841e7d20b3ef4a846e91bc:src/drom/main.ml
173+
22ae65215cf23fe8d7687b7c4ad2256b:src/drom/main.ml
174174
# end context for src/drom/main.ml
175175

176176
# begin context for src/drom/package.toml
@@ -195,7 +195,7 @@ a4a604d4740d5f79a02ee3acdaae14f6:src/drom/package.toml
195195

196196
# begin context for src/drom_lib/version.mlt
197197
# file src/drom_lib/version.mlt
198-
145c0f4ab4a803e1f5dd644d9845413f:src/drom_lib/version.mlt
198+
26b5f446d163b4a31781a5e30b3a1a8c:src/drom_lib/version.mlt
199199
# end context for src/drom_lib/version.mlt
200200

201201
# begin context for test/expect-tests/dune

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021 OCamlPro SAS & Origin Labs SAS
1+
Copyright (c) 2022 OCamlPro SAS & Origin Labs SAS
22

33
This software is distributed under the terms of the
44
GNU Lesser General Public License (LGPL) version 2.1 (included below).

drom.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "LGPL2"
1111
min-edition = "4.07.0"
1212
name = "drom"
1313
synopsis = "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"
14-
version = "0.6.0~dev"
14+
version = "0.6.0"
1515

1616
# keys that you could also define:
1717
# odoc-target = "...odoc-target..."

dune-project

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
(lang dune 2.7)
22
; This file was generated by drom, using drom.toml
3+
34
(cram enable)
45
(name drom)
56
(allow_approximate_merlin)
67
(generate_opam_files false)
7-
(version 0.6.0~dev)
8+
(version 0.6.0)
89
(formatting (enabled_for ocaml reason))
910

1011
(package
@@ -41,3 +42,4 @@
4142
)
4243
)
4344

45+

opam/drom.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not modify, or add to the `skip` field of `drom.toml`.
33
opam-version: "2.0"
44
name: "drom"
5-
version: "0.6.0~dev"
5+
version: "0.6.0"
66
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
77
synopsis:
88
"The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"

opam/drom_lib.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not modify, or add to the `skip` field of `drom.toml`.
33
opam-version: "2.0"
44
name: "drom_lib"
5-
version: "0.6.0~dev"
5+
version: "0.6.0"
66
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
77
synopsis:
88
"The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"

sphinx/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Copyright and License
22
=====================
33

4-
Copyright (c) 2021 OCamlPro SAS & Origin Labs SAS
4+
Copyright (c) 2022 OCamlPro SAS & Origin Labs SAS
55

66
This software is distributed under the terms of the
77
GNU Lesser General Public License (LGPL) version 2.1 (included below).

src/drom/main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(**************************************************************************)
22
(* *)
3-
(* Copyright (c) 2021 OCamlPro SAS & Origin Labs SAS *)
3+
(* Copyright (c) 2022 OCamlPro SAS & Origin Labs SAS *)
44
(* *)
55
(* All rights reserved. *)
66
(* This file is distributed under the terms of the GNU Lesser General *)

src/drom_lib/version.mlt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let query cmd =
1313

1414
let commit_hash = query "git show -s --pretty=format:%H"
1515
let commit_date = query "git show -s --pretty=format:%ci"
16-
let version = "0.6.0~dev"
16+
let version = "0.6.0"
1717

1818
let string_option = function
1919
| None -> "None"

0 commit comments

Comments
 (0)