prepare for 0.3

This commit is contained in:
Simon Cruanes 2019-12-02 21:18:56 -06:00
parent 7f97e75147
commit 21e0c18069
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
opam-version: "2.0"
version: "0.2"
version: "0.3"
authors: ["Simon Cruanes"]
maintainer: "simon.cruanes.2007@m4x.org"
license: "MIT"