prepare for 0.16

This commit is contained in:
Simon Cruanes 2024-01-21 21:24:34 -05:00
parent caa628b446
commit ce00f7a027
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
(authors c-cube) (authors c-cube)
(maintainers c-cube) (maintainers c-cube)
(version 0.15) (version 0.16)
(source (github c-cube/tiny_httpd)) (source (github c-cube/tiny_httpd))
(homepage https://github.com/c-cube/tiny_httpd/) (homepage https://github.com/c-cube/tiny_httpd/)
(license MIT) (license MIT)

View file

@ -128,7 +128,7 @@ module Request : sig
val client_addr : _ t -> Unix.sockaddr val client_addr : _ t -> Unix.sockaddr
(** Client address of the request. (** Client address of the request.
@since NEXT_RELEASE *) @since 0.16 *)
val meth : _ t -> Meth.t val meth : _ t -> Meth.t
(** Method for the request. *) (** Method for the request. *)

View file

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead # This file is generated by dune, edit dune-project instead
opam-version: "2.0" opam-version: "2.0"
version: "0.15" version: "0.16"
synopsis: "Minimal HTTP server using threads" synopsis: "Minimal HTTP server using threads"
maintainer: ["c-cube"] maintainer: ["c-cube"]
authors: ["c-cube"] authors: ["c-cube"]

View file

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead # This file is generated by dune, edit dune-project instead
opam-version: "2.0" opam-version: "2.0"
version: "0.15" version: "0.16"
synopsis: "Interface to camlzip for tiny_httpd" synopsis: "Interface to camlzip for tiny_httpd"
maintainer: ["c-cube"] maintainer: ["c-cube"]
authors: ["c-cube"] authors: ["c-cube"]