Skip to content

Commit

Permalink
Prepare v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Oct 20, 2022
1 parent 4f00636 commit bb5465d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
5 changes: 1 addition & 4 deletions git-paf.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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" ]
]

0 comments on commit bb5465d

Please sign in to comment.