diff --git a/HISTORY.md b/HISTORY.md index b9abb045..c3f1b530 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,11 @@ +## 0.5.1 (2010-09-28) + +* Fixed intermittent render map bug + +## 0.5.0 (2010-09-24) + +* Updated Ring dependency to 0.3.0 + ## 0.4.1 (2010-07-13) * Fixed '& more' destructuring bug diff --git a/README.md b/README.md index 848877e7..588d641a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + Compojure is a small, open source web framework for the [Clojure](http://clojure.org) programming language. @@ -25,7 +26,7 @@ The easiest way to use Compojure in your own projects is via [Leiningen](http://github.com/technomancy/leiningen). Add the following dependency to your project.clj file: - [compojure "0.4.1"] + [compojure "0.5.1"] To build Compojure from source, run the following commands: diff --git a/project.clj b/project.clj index a6d361b0..9e3760ec 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject compojure "0.5.0" +(defproject compojure "0.5.1" :description "A concise web framework for Clojure" :url "http://github/weavejester/compojure" :dependencies [[org.clojure/clojure "1.2.0"]