From b90310e99221e55b8251997140bee66f2eacd0ce Mon Sep 17 00:00:00 2001 From: Anurag Soni Date: Thu, 21 Mar 2019 07:46:47 -0400 Subject: [PATCH 1/2] Add changelog This simplifies using `dune-release` Signed-off-by: Anurag Soni --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..8079b010 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,11 @@ +# v0.17.1 + +* Change Deferred.t to Lwt.t in readme (#91, @rymdhund) +* Remove `cow` from deps (#92, @anuragsoni) + +# v0.17.0 + +* Switch to dune (#88, @anuragsoni) +* Keep the "/" cookie default and expose all cookie directives (#82, @actionshrimp) +* Do not assume base 64 encoding of cookies (#74, @malthe) +* Add caching capabilities to middleware (#76, @mattjbray) From aa6f223095371f27e5412e093ee0d8260fac35d4 Mon Sep 17 00:00:00 2001 From: Anurag Soni Date: Thu, 21 Mar 2019 07:58:14 -0400 Subject: [PATCH 2/2] Add doc url Signed-off-by: Anurag Soni --- opium.opam | 1 + 1 file changed, 1 insertion(+) diff --git a/opium.opam b/opium.opam index ccf32fb5..69ff48c0 100644 --- a/opium.opam +++ b/opium.opam @@ -6,6 +6,7 @@ license: "MIT" homepage: "https://github.com/rgrinberg/opium" bug-reports: "https://github.com/rgrinberg/opium/issues" dev-repo: "git+https://github.com/rgrinberg/opium.git" +doc: "https://rgrinberg.github.io/opium/" synopsis: "Sinatra like web toolkit based on Lwt + Cohttp" description: """ Opium is a minimalistic library for quickly binding functions to http routes. Its features include (but not limited to):