Skip to content

Commit

Permalink
Merge pull request #93 from anuragsoni/prepare-release
Browse files Browse the repository at this point in the history
Add changelog
  • Loading branch information
anuragsoni committed Mar 21, 2019
2 parents c0f75aa + aa6f223 commit 28fb14f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
1 change: 1 addition & 0 deletions opium.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 28fb14f

Please sign in to comment.