File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.6.3 (2011-05-04)
2
+
3
+ * Removed dependency on clojure-contrib
4
+ * Updated Ring dependency to 0.3.8
5
+
1
6
## 0.6.2 (2011-03-13)
2
7
3
8
* GET routes now handle HEAD requests as well
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ The easiest way to use Compojure in your own projects is via
42
42
[ Leiningen] ( http://github.com/technomancy/leiningen ) . Add the following
43
43
dependency to your project.clj file:
44
44
45
- [compojure "0.6.2 "]
45
+ [compojure "0.6.3 "]
46
46
47
47
To build Compojure from source, run the following commands:
48
48
Original file line number Diff line number Diff line change 1
- (defproject compojure " 0.6.2 "
1
+ (defproject compojure " 0.6.3 "
2
2
:description " A concise web framework for Clojure"
3
3
:url " http://github/weavejester/compojure"
4
4
:dependencies [[org.clojure/clojure " 1.2.0" ]
You can’t perform that action at this time.
0 commit comments