Skip to content

Commit

Permalink
prepare for 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Nov 22, 2019
1 parent 61e5bad commit d1828fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
20 changes: 0 additions & 20 deletions src/Tiny_httpd_util.ml
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,3 @@ let percent_decode (s:string) : _ option =
Some (Buffer.contents buf)
with Exit -> None





















2 changes: 1 addition & 1 deletion src/Tiny_httpd_util.mli
Original file line number Diff line number Diff line change
@@ -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
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.1"
version: "0.2"
authors: ["Simon Cruanes"]
maintainer: "[email protected]"
license: "MIT"
Expand Down

0 comments on commit d1828fd

Please sign in to comment.