Skip to content

Commit a9e31ed

Browse files
committed
Release 1.5.1
1 parent 1441017 commit a9e31ed

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.5.1 (2016-06-19)
2+
3+
* Fixed coercions for functions that return false (see #150)
4+
* Fixed contexts with a route of "/" (seee #125)
5+
* Updated Ring dependency to 1.5.0
6+
* Updated Medley dependency to 0.8.2
7+
18
## 1.5.0 (2016-03-07)
29

310
* Added `wrap-canonical-redirect` middleware (see #142)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ applications to be composed of small, independent parts.
99

1010
Add the following dependency to your `project.clj` file:
1111

12-
[compojure "1.5.0"]
12+
[compojure "1.5.1"]
1313

1414
## Documentation
1515

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject compojure "1.5.0"
1+
(defproject compojure "1.5.1"
22
:description "A concise routing library for Ring"
33
:url "https://github.com/weavejester/compojure"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)