Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## v3.0.0 (2020-10-02)
## current

- fix opam files and dependencies
- add GitHub Actions workflow (@smorimoto #739)
- lwt_jsoo: Forward exceptions to caller when response is null (@mefyl #738)
- Remove wrapped false (@rgrinberg #734)
- Use implicit executable dependency for generate.exe (@TheLortex #735)

## v3.0.0 (2020-10-02) -- unreleased

- cohttp: update HTTP codes (@emillon #711)
- cohttp: add Uti.t to uri scheme (@brendanlong #707)
Expand Down
1 change: 1 addition & 0 deletions cohttp-lwt-unix-nossl.opam
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ depends: [
"cohttp-lwt" {=version}
"lwt" {>= "3.0.0"}
"base-unix"
"ppx_sexp_conv" {>= "v0.13.0"}
"ounit" {with-test}
]
build: [
Expand Down
1 change: 1 addition & 0 deletions cohttp-lwt-unix-ssl.opam
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ depends: [
"fmt" {>= "0.8.2"}
"cohttp-lwt" {=version}
"cohttp-lwt-unix-nossl" {=version}
"ppx_sexp_conv" {>= "v0.13.0"}
"lwt" {>= "3.0.0"}
"base-unix"
"ounit" {with-test}
Expand Down
1 change: 1 addition & 0 deletions cohttp-lwt-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ depends: [
"fmt" {>= "0.8.2"}
"cohttp-lwt" {=version}
"cohttp-lwt-unix-nossl" {=version}
"ppx_sexp_conv" {>= "v0.13.0"}
"lwt" {>= "3.0.0"}
"base-unix"
"ounit" {with-test}
Expand Down
1 change: 1 addition & 0 deletions cohttp-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ depends: [
"sexplib0"
"ppx_sexp_conv" {>= "v0.13.0"}
"logs"
"uri" {>= "2.0.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down
1 change: 1 addition & 0 deletions cohttp-mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ depends: [
"cohttp-lwt" {=version}
"astring"
"magic-mime"
"ppx_sexp_conv" {>= "v0.13.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down