Skip to content

Commit d1828fd

Browse files
committed
prepare for 0.2
1 parent 61e5bad commit d1828fd

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed

src/Tiny_httpd_util.ml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -69,23 +69,3 @@ let percent_decode (s:string) : _ option =
6969
Some (Buffer.contents buf)
7070
with Exit -> None
7171

72-
73-
74-
75-
76-
77-
78-
79-
80-
81-
82-
83-
84-
85-
86-
87-
88-
89-
90-
91-

src/Tiny_httpd_util.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(** {1 Some utils for writing web servers}
22
3-
@since NEXT_RELEASE
3+
@since 0.2
44
*)
55

66
val percent_encode : ?skip:(char -> bool) -> string -> string

tiny_httpd.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "0.1"
2+
version: "0.2"
33
authors: ["Simon Cruanes"]
44
maintainer: "[email protected]"
55
license: "MIT"

0 commit comments

Comments
 (0)