Skip to content

Commit 28fb14f

Browse files
authored
Merge pull request #93 from anuragsoni/prepare-release
Add changelog
2 parents c0f75aa + aa6f223 commit 28fb14f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Diff for: CHANGES.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# v0.17.1
2+
3+
* Change Deferred.t to Lwt.t in readme (#91, @rymdhund)
4+
* Remove `cow` from deps (#92, @anuragsoni)
5+
6+
# v0.17.0
7+
8+
* Switch to dune (#88, @anuragsoni)
9+
* Keep the "/" cookie default and expose all cookie directives (#82, @actionshrimp)
10+
* Do not assume base 64 encoding of cookies (#74, @malthe)
11+
* Add caching capabilities to middleware (#76, @mattjbray)

Diff for: opium.opam

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license: "MIT"
66
homepage: "https://github.com/rgrinberg/opium"
77
bug-reports: "https://github.com/rgrinberg/opium/issues"
88
dev-repo: "git+https://github.com/rgrinberg/opium.git"
9+
doc: "https://rgrinberg.github.io/opium/"
910
synopsis: "Sinatra like web toolkit based on Lwt + Cohttp"
1011
description: """
1112
Opium is a minimalistic library for quickly binding functions to http routes. Its features include (but not limited to):

0 commit comments

Comments
 (0)