From bb5465d1c45950b558cc926788bdfdf49e1a19a1 Mon Sep 17 00:00:00 2001 From: Romain Calascibetta Date: Thu, 20 Oct 2022 15:03:36 +0200 Subject: [PATCH] Prepare v3.10.0 --- CHANGES.md | 9 +++++++++ git-paf.opam | 5 +---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 53a216483..c98a7e962 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +### 3.10.0 (2022-10-19) Paris - France + +- Do not append a leading slash to path (#580, @reynir, @dinosaure) +- Fix some typos (#585, @hannesm, @dinosaure) +- Add the `main` reference (#586, @hannesm, @dinosaure) +- Upgrade `git-paf` with `paf.0.2.0` (#587, @dinosaure) +- Explain when the user give a bad argument about TLS authenticator (#593, reported by @reynir #582, @dinosaure) +- Use `x509.0.16.2` which raise an explanation if it's a bad argument (#594, @hannesm, @dinosaure) + ### 3.9.1 (2022-04-11) Paris - France - Remove `bigarray-compat` package and `mmap` (@dinosaure, @hannesm) diff --git a/git-paf.opam b/git-paf.opam index bcf71e6fa..1bdaccc05 100644 --- a/git-paf.opam +++ b/git-paf.opam @@ -11,7 +11,7 @@ depends: [ "dune" {>= "2.8.0"} "git" {= version} "mimic" {>= "0.0.4"} - "paf" {>= "0.0.7"} + "paf" {>= "0.2.0"} "ca-certs-nss" "fmt" "ipaddr" @@ -35,6 +35,3 @@ build: [ ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test} ] dev-repo: "git+https://github.com/mirage/ocaml-git.git" -pin-depends: [ - [ "paf.dev" "git+https://github.com/dinosaure/paf-le-chien.git#53ddbdc374ac0ff50b935a384803539e31f12c48" ] -]