Skip to content

Commit 32bd0e1

Browse files
committed
Released 0.6.3
1 parent ff0c1c7 commit 32bd0e1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.3 (2011-05-04)
2+
3+
* Removed dependency on clojure-contrib
4+
* Updated Ring dependency to 0.3.8
5+
16
## 0.6.2 (2011-03-13)
27

38
* GET routes now handle HEAD requests as well

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The easiest way to use Compojure in your own projects is via
4242
[Leiningen](http://github.com/technomancy/leiningen). Add the following
4343
dependency to your project.clj file:
4444

45-
[compojure "0.6.2"]
45+
[compojure "0.6.3"]
4646

4747
To build Compojure from source, run the following commands:
4848

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject compojure "0.6.2"
1+
(defproject compojure "0.6.3"
22
:description "A concise web framework for Clojure"
33
:url "http://github/weavejester/compojure"
44
:dependencies [[org.clojure/clojure "1.2.0"]

0 commit comments

Comments
 (0)