Skip to content

Commit

Permalink
Released 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Mar 13, 2011
1 parent 5716687 commit 352a286
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.2 (2011-03-13)

* GET routes now handle HEAD requests as well
* Resource routes now check classpath then servlet context
* Fixed possible issue with large resource streams

## 0.6.1 (2011-03-05)

* Route for files and resources guess content-type
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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.6.1"]
[compojure "0.6.2"]

To build Compojure from source, run the following commands:

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject compojure "0.6.1"
(defproject compojure "0.6.2"
:description "A concise web framework for Clojure"
:url "http://github/weavejester/compojure"
:dependencies
Expand Down

0 comments on commit 352a286

Please sign in to comment.