From 1a9085b81ba89c5289b24b9283b076967e8fc1fa Mon Sep 17 00:00:00 2001 From: Kate Date: Thu, 22 Apr 2021 17:27:21 +0100 Subject: [PATCH] Version 0.4.1 --- CHANGES.md | 9 +++++++++ dune-project | 2 +- opam-0install-cudf.opam | 2 +- opam-0install.opam | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 639b7e4..02d8b6e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +v0.4.1 (22/04/2021) +------------------- + +- opam-0install-cudf: Remove unused (`cmdliner`) and unnecessary (`fmt`) dependencies + for easier integration with opam. + (@kit-ty-kate #28) + +- opam-0install: Be explicit that `Ok` values are not passed to `Term.exit` (@talex5 #24) + v0.4 (09/10/2020) ---------------- diff --git a/dune-project b/dune-project index 9cd64c9..fb6797c 100644 --- a/dune-project +++ b/dune-project @@ -1,6 +1,6 @@ (lang dune 2.0) (name opam-0install) -(version 0.4) +(version 0.4.1) (formatting disabled) (generate_opam_files true) diff --git a/opam-0install-cudf.opam b/opam-0install-cudf.opam index 1a0cc07..2db5acb 100644 --- a/opam-0install-cudf.opam +++ b/opam-0install-cudf.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.4" +version: "0.4.1" synopsis: "Opam solver using 0install backend using the CUDF interface" description: """ Opam's default solver is designed to maintain a set of packages diff --git a/opam-0install.opam b/opam-0install.opam index 5e9ffc4..308bd60 100644 --- a/opam-0install.opam +++ b/opam-0install.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.4" +version: "0.4.1" synopsis: "Opam solver using 0install backend" description: """ Opam's default solver is designed to maintain a set of packages