Skip to content

Commit 46384c7

Browse files
committed
Release 1.5.0
1 parent 1aa3886 commit 46384c7

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.5.0 (2016-03-07)
2+
3+
* Added `wrap-canonical-redirect` middleware (see #142)
4+
* Added support for multimethods as render functions (see #147)
5+
* Added matched route to request map for middleware (see #141)
6+
* Updated docstrings to use markdown
7+
* Updated Medley dependency to 0.7.3
8+
* Minimum Clojure version is now 1.7.0
9+
110
## 1.4.0 (2015-07-14)
211

312
* Added new :<< syntax for coercing parameters (see #131)

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.4.0"]
12+
[compojure "1.5.0"]
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.4.0"
1+
(defproject compojure "1.5.0"
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)