From bc949727d6c72ffc1891a2a66b02f6dcb4127be3 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sat, 10 Jun 2023 00:07:51 -0400 Subject: [PATCH] prepare for 0.1 --- CHANGES.md | 4 ++++ dune-project | 7 +------ moonpool.opam | 1 + 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..25af2e4d --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,4 @@ + +# 0.1 + +initial release diff --git a/dune-project b/dune-project index 65425345..c0267e02 100644 --- a/dune-project +++ b/dune-project @@ -1,18 +1,13 @@ (lang dune 3.0) - (using mdx 0.2) (name moonpool) - +(version 0.1) (generate_opam_files true) - (source (github c-cube/moonpool)) - (authors "Simon Cruanes") - (maintainers "Simon Cruanes") - (license MIT) ;(documentation https://url/to/documentation) diff --git a/moonpool.opam b/moonpool.opam index 69f53216..c671a7ed 100644 --- a/moonpool.opam +++ b/moonpool.opam @@ -1,5 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" +version: "0.1" synopsis: "Pools of threads supported by a pool of domains" maintainer: ["Simon Cruanes"] authors: ["Simon Cruanes"]