Skip to content

Commit

Permalink
Released 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Sep 28, 2010
1 parent cd0c056 commit 4a1a565
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions 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
Expand Down
3 changes: 2 additions & 1 deletion README.md
@@ -1,3 +1,4 @@

Compojure is a small, open source web framework for the
[Clojure](http://clojure.org) programming language.

Expand Down Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion 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"]
Expand Down

0 comments on commit 4a1a565

Please sign in to comment.