From dc90191edf82082c5a3a650ed58b750c312360f5 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 30 May 2015 09:33:55 +0200 Subject: [PATCH] Set version to 0.2.0 --- CHANGES.md | 5 +++-- project.clj | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2448f17..b7b4e66 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/project.clj b/project.clj index 00589a7..426b47b 100644 --- a/project.clj +++ b/project.clj @@ -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)"