Skip to content

Commit

Permalink
prepare for 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Dec 3, 2019
1 parent 7f97e75 commit 21e0c18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Tiny_httpd.mli
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ module Byte_stream : sig

val iter : (bytes -> int -> int -> unit) -> t -> unit
(** Iterate on the chunks of the stream
@since NEXT_RELEASE *)
@since 0.3 *)

val to_chan : out_channel -> t -> unit
(** Write the stream to the channel.
@since NEXT_RELEASE *)
@since 0.3 *)

val with_file : string -> (t -> 'a) -> 'a
(** Open a file with given name, and obtain an input stream
Expand Down
2 changes: 1 addition & 1 deletion tiny_httpd.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "0.2"
version: "0.3"
authors: ["Simon Cruanes"]
maintainer: "[email protected]"
license: "MIT"
Expand Down

0 comments on commit 21e0c18

Please sign in to comment.