Skip to content

Commit

Permalink
Set version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed May 30, 2015
1 parent a69ac42 commit dc90191
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

## Version 0.2.0-SNAPSHOT ##

Date: unreleased
Date: 2015-05-30

- Improve session storage api and make it asynchronous by default.
- Add the ability to force the public address value on server startup (`:public-address` option)
- Add an option for specify the custom maximum body size (`:max-body-size` option)
- Add helper for parse the query params: `catacumba.core/parse-queryparams`.
- Add support for interceptors.
- Add support for interceptors (instrumentation)
- Add support for auth facilities.
- Add support for extensible body parsing.
- Update futura library to the last version that adds fully asynchronous publishers.
- Remove support for automatic searching of `catacumba.properties` file for basedir.


Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject funcool/catacumba "0.2.0-SNAPSHOT"
(defproject funcool/catacumba "0.2.0"
:description "Asynchronous web toolkit for Clojure build on top of Ratpack."
:url "http://github.com/funcool/catacumba"
:license {:name "BSD (2-Clause)"
Expand Down

0 comments on commit dc90191

Please sign in to comment.