From d1828fdcaa31a2f76a4cf911b7d5031f1e4ff010 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 22 Nov 2019 17:52:09 -0600 Subject: [PATCH] prepare for 0.2 --- src/Tiny_httpd_util.ml | 20 -------------------- src/Tiny_httpd_util.mli | 2 +- tiny_httpd.opam | 2 +- 3 files changed, 2 insertions(+), 22 deletions(-) diff --git a/src/Tiny_httpd_util.ml b/src/Tiny_httpd_util.ml index 6ea4a197..6dd12717 100644 --- a/src/Tiny_httpd_util.ml +++ b/src/Tiny_httpd_util.ml @@ -69,23 +69,3 @@ let percent_decode (s:string) : _ option = Some (Buffer.contents buf) with Exit -> None - - - - - - - - - - - - - - - - - - - - diff --git a/src/Tiny_httpd_util.mli b/src/Tiny_httpd_util.mli index 16b50f45..8817f174 100644 --- a/src/Tiny_httpd_util.mli +++ b/src/Tiny_httpd_util.mli @@ -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 diff --git a/tiny_httpd.opam b/tiny_httpd.opam index 5de78286..88d178a5 100644 --- a/tiny_httpd.opam +++ b/tiny_httpd.opam @@ -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"