Skip to content

Commit

Permalink
Merge pull request #182 from lefessan/z-2022-02-15-version-stable
Browse files Browse the repository at this point in the history
Version 0.6.0 stable
  • Loading branch information
lefessan authored Feb 15, 2022
2 parents bcd3b31 + 7a090ea commit 3c060d8
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .drom
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version:0.6.0~dev

# hash of toml configuration files
# used for generation of all files
50b0e294343414fbaa0f8edce9bce9af:.
f4193d7867ac67fa3284c621b4f62541:.
# end context for .

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

# begin context for LICENSE.md
# file LICENSE.md
d091b81b6155e5fd5d6556fc8bba0094:LICENSE.md
a056153b3ebfa635cd0350ea16081078:LICENSE.md
# end context for LICENSE.md

# begin context for Makefile
Expand Down Expand Up @@ -100,17 +100,17 @@ fcff7ba13bbb9d857afe45cc5538ed11:dune

# begin context for dune-project
# file dune-project
adc092bf73260b363577d6acf22c07e7:dune-project
2f44cd1354807305322048619deb99ea:dune-project
# end context for dune-project

# begin context for opam/drom.opam
# file opam/drom.opam
f315d358dd2acd0b1cc71a1200869ba0:opam/drom.opam
a90881c88814897654920a1e2c599a18:opam/drom.opam
# end context for opam/drom.opam

# begin context for opam/drom_lib.opam
# file opam/drom_lib.opam
f8dae08a368846e515ed4abcd4637206:opam/drom_lib.opam
4cf616c0d091b0eb76a0cfab9039edd5:opam/drom_lib.opam
# end context for opam/drom_lib.opam

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

# begin context for sphinx/license.rst
# file sphinx/license.rst
cdf74f69fd392ea9a545b06789762a13:sphinx/license.rst
2342efdf35013ac7fded1e7877a33885:sphinx/license.rst
# end context for sphinx/license.rst

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

# begin context for src/drom/main.ml
# file src/drom/main.ml
13a81bf0db841e7d20b3ef4a846e91bc:src/drom/main.ml
22ae65215cf23fe8d7687b7c4ad2256b:src/drom/main.ml
# end context for src/drom/main.ml

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

# begin context for src/drom_lib/version.mlt
# file src/drom_lib/version.mlt
145c0f4ab4a803e1f5dd644d9845413f:src/drom_lib/version.mlt
26b5f446d163b4a31781a5e30b3a1a8c:src/drom_lib/version.mlt
# end context for src/drom_lib/version.mlt

# begin context for test/expect-tests/dune
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2021 OCamlPro SAS & Origin Labs SAS
Copyright (c) 2022 OCamlPro SAS & Origin Labs SAS

This software is distributed under the terms of the
GNU Lesser General Public License (LGPL) version 2.1 (included below).
Expand Down
2 changes: 1 addition & 1 deletion drom.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "LGPL2"
min-edition = "4.07.0"
name = "drom"
synopsis = "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"
version = "0.6.0~dev"
version = "0.6.0"

# keys that you could also define:
# odoc-target = "...odoc-target..."
Expand Down
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
(lang dune 2.7)
; This file was generated by drom, using drom.toml

(cram enable)
(name drom)
(allow_approximate_merlin)
(generate_opam_files false)
(version 0.6.0~dev)
(version 0.6.0)
(formatting (enabled_for ocaml reason))

(package
Expand Down Expand Up @@ -41,3 +42,4 @@
)
)


2 changes: 1 addition & 1 deletion opam/drom.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Do not modify, or add to the `skip` field of `drom.toml`.
opam-version: "2.0"
name: "drom"
version: "0.6.0~dev"
version: "0.6.0"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
synopsis:
"The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"
Expand Down
2 changes: 1 addition & 1 deletion opam/drom_lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Do not modify, or add to the `skip` field of `drom.toml`.
opam-version: "2.0"
name: "drom_lib"
version: "0.6.0~dev"
version: "0.6.0"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
synopsis:
"The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"
Expand Down
2 changes: 1 addition & 1 deletion sphinx/license.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Copyright and License
=====================

Copyright (c) 2021 OCamlPro SAS & Origin Labs SAS
Copyright (c) 2022 OCamlPro SAS & Origin Labs SAS

This software is distributed under the terms of the
GNU Lesser General Public License (LGPL) version 2.1 (included below).
Expand Down
2 changes: 1 addition & 1 deletion src/drom/main.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(**************************************************************************)
(* *)
(* Copyright (c) 2021 OCamlPro SAS & Origin Labs SAS *)
(* Copyright (c) 2022 OCamlPro SAS & Origin Labs SAS *)
(* *)
(* All rights reserved. *)
(* This file is distributed under the terms of the GNU Lesser General *)
Expand Down
2 changes: 1 addition & 1 deletion src/drom_lib/version.mlt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let query cmd =

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

let string_option = function
| None -> "None"
Expand Down

0 comments on commit 3c060d8

Please sign in to comment.