Skip to content

Commit 8a4758d

Browse files
committed
Release 1.7.2
1 parent 9cd721d commit 8a4758d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.7.2 (2025-09-15)
2+
3+
* Updated Medley dependency to 1.9.0 (see #222)
4+
* Updated Ring dependency to 1.15.1
5+
* Updated Ring-Codec dependency to 1.3.0
6+
* Updated tools.macro dependency to 0.2.1
7+
18
## 1.7.1 (2024-01-31)
29

310
* Updated Ring dependency to 1.11.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ applications to be composed of small, independent parts.
77

88
Add the following dependency to your deps.edn file:
99

10-
compojure/compojure {:mvn/version "1.7.1"}
10+
compojure/compojure {:mvn/version "1.7.2"}
1111

1212
Or to your Leiningen project file:
1313

14-
[compojure "1.7.1"]
14+
[compojure "1.7.2"]
1515

1616
## Documentation
1717

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject compojure "1.7.1"
1+
(defproject compojure "1.7.2"
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)