From e3ee1a2a79c2041cdabc6b9545e6de43aa6279a6 Mon Sep 17 00:00:00 2001 From: Raja Boujbel Date: Mon, 1 Jul 2024 19:47:18 +0200 Subject: [PATCH 1/3] update changes --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 8ed76ac..59d49b9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.3.1: +* Adapt to opam 2.2 API and update lower bound to opam libs [#138 @kit-ty-kate] +* Use opam download command mechanism to select a specific download command [#159 @Emilios1995] + 2.3.0: * Add a new --no-confirmation argument for use in automated pipeline [#158 @AltGr - fix #132] * Improve the error message when a file expected to be an opam file is given as argument [#150 @kit-ty-kate - partially fix #149] From 04f37664449376fbaa3dad012a46ec8391901cb1 Mon Sep 17 00:00:00 2001 From: Raja Boujbel Date: Mon, 1 Jul 2024 19:47:27 +0200 Subject: [PATCH 2/3] Bump version to 2.3.1 --- opam-publish.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opam-publish.opam b/opam-publish.opam index 0430f87..ade9058 100644 --- a/opam-publish.opam +++ b/opam-publish.opam @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "2.3.0" +version: "2.3.1" maintainer: "Louis Gesbert " authors: [ "Louis Gesbert " From b5dcc7b025fa52a2466e7a277047d0495365b3f0 Mon Sep 17 00:00:00 2001 From: Kate Date: Tue, 2 Jul 2024 15:35:41 +0100 Subject: [PATCH 3/3] Require the stable release of opam 2.2 --- opam-publish.opam | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opam-publish.opam b/opam-publish.opam index ade9058..e96d6c5 100644 --- a/opam-publish.opam +++ b/opam-publish.opam @@ -16,9 +16,9 @@ depends: [ "dune" {>= "1.0"} "lwt_ssl" "ocaml" {>= "4.03.0"} - "opam-core" {>= "2.2.0~~"} - "opam-format" {>= "2.2.0~~"} - "opam-state" {>= "2.2.0~~"} + "opam-core" {>= "2.2.0"} + "opam-format" {>= "2.2.0"} + "opam-state" {>= "2.2.0"} "github" {>= "4.3.2"} "github-unix" {>= "4.3.2"} ]