prepare for 0.2

This commit is contained in:
Simon Cruanes 2019-11-22 17:52:09 -06:00
parent 61e5badf17
commit d1828fdcaa
3 changed files with 2 additions and 22 deletions

View file

@ -69,23 +69,3 @@ let percent_decode (s:string) : _ option =
Some (Buffer.contents buf)
with Exit -> None

View file

@ -1,6 +1,6 @@
(** {1 Some utils for writing web servers}
@since NEXT_RELEASE
@since 0.2
*)
val percent_encode : ?skip:(char -> bool) -> string -> string

View file

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