Skip to content

Commit

Permalink
Update version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Jun 5, 2024
1 parent 3ef1bef commit f596531
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions .drom
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version:0.9.0

# hash of toml configuration files
# used for generation of all files
5f5ab3ee84be91675c1af20dfb4db159:.
923a737dfb5e42107e30c365e803b521:.
# end context for .

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

# begin context for LICENSE.md
# file LICENSE.md
e31b19b601ab25353ef16d67127735f1:LICENSE.md
8fc45323c2500fb66e52deb392dda4f2:LICENSE.md
# end context for LICENSE.md

# begin context for Makefile
Expand Down Expand Up @@ -100,22 +100,22 @@ e850a13c004f963e9f5a568eac93c217:dune

# begin context for dune-project
# file dune-project
3654b14ae45eac0e4225d97cb852fe65:dune-project
47416b4e7b7e7febc8da32932cae0d54:dune-project
# end context for dune-project

# begin context for opam/drom.opam
# file opam/drom.opam
2de609a6a5c806247b3bdd82f913a109:opam/drom.opam
d3c8882f1742f865c2987dea6c7c83e2:opam/drom.opam
# end context for opam/drom.opam

# begin context for opam/drom_lib.opam
# file opam/drom_lib.opam
8f3c01c110fea0ff1066eb715c93cce8:opam/drom_lib.opam
8b323689fcc28f9783fa85ca4a4fac55:opam/drom_lib.opam
# end context for opam/drom_lib.opam

# begin context for opam/drom_toml.opam
# file opam/drom_toml.opam
0414e4eed49fb8e24683f51dfd27d7d3:opam/drom_toml.opam
81116a1889e6414dee5c2e921961aa77:opam/drom_toml.opam
# end context for opam/drom_toml.opam

# begin context for scripts/after.sh
Expand Down Expand Up @@ -165,7 +165,7 @@ a44c87f3a364dd95f55427fe40b2c5d1:sphinx/about.rst

# begin context for sphinx/license.rst
# file sphinx/license.rst
7f09d28eb87ab9f2650899f85835e74a:sphinx/license.rst
8f504f01aea592543c0a662b81169d91:sphinx/license.rst
# end context for sphinx/license.rst

# begin context for src/drom/dune
Expand Down Expand Up @@ -210,7 +210,7 @@ a97be0d7328e7c15eb149c454844646a:src/drom_lib/dune

# begin context for src/drom_lib/version.mlt
# file src/drom_lib/version.mlt
9749ccfb897b43e7f10913c8ee636af5:src/drom_lib/version.mlt
fc09abbaf032f775d148928fa1398cf9:src/drom_lib/version.mlt
# end context for src/drom_lib/version.mlt

# begin context for src/toml.7.1.0/dune
Expand All @@ -235,7 +235,7 @@ d1b05207fce876a1b44a8b268bcaf226:src/toml.7.1.0/index.mld

# begin context for src/toml.7.1.0/version.mlt
# file src/toml.7.1.0/version.mlt
9749ccfb897b43e7f10913c8ee636af5:src/toml.7.1.0/version.mlt
fc09abbaf032f775d148928fa1398cf9:src/toml.7.1.0/version.mlt
# end context for src/toml.7.1.0/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) 2023 OCamlPro SAS
Copyright (c) 2024 OCamlPro 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 @@ -15,7 +15,7 @@ min-edition = "4.07.0"
name = "drom"
skeleton = "program"
synopsis = "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"
version = "0.9.2~dev3"
version = "0.9.2"

# keys that you could also define:
# odoc-target = "...odoc-target..."
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(name drom)
(allow_approximate_merlin)
(generate_opam_files false)
(version 0.9.2~dev3)
(version 0.9.2)
(formatting (enabled_for ocaml reason))
(using menhir 2.0)

Expand Down
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.9.2~dev3"
version: "0.9.2"
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.9.2~dev3"
version: "0.9.2"
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_toml.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_toml"
version: "0.9.2~dev3"
version: "0.9.2"
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/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@

# entry point for setup
def setup(app):
app.add_css_file('css/fixes.css')
app.add_stylesheet('css/fixes.css')
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) 2023 OCamlPro SAS
Copyright (c) 2024 OCamlPro 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_lib/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pack-modules = true
directories = ">=0.2"
drom_toml = "version"
ez_cmdliner = "0.2.0"
ez_config = "0.1.0"
#ez_config = "0.1.0"
ez_file = "0.3.0"
ez_opam_file = "0.1.0"
ez_subst = ">=0.1"
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.9.2~dev3"
let version = "0.9.2"

let string_option = function
| None -> "None"
Expand Down
2 changes: 1 addition & 1 deletion src/toml.7.1.0/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.9.2~dev3"
let version = "0.9.2"

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

0 comments on commit f596531

Please sign in to comment.