Skip to content

Commit d7526b3

Browse files
committed
Release 0.13.2
1 parent a2a781a commit d7526b3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.13.2 (2025-09-22)
2+
3+
* Added `wrap-content-length` to default middleware
4+
15
## 0.13.1 (2025-09-20)
26

37
* Updated dependencies

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ accidental upgrades. The version prior to this change was: `0.7.4`.
1515

1616
Add the following dependency to your deps.edn file:
1717

18-
org.duct-framework/module.web {:mvn/version "0.13.1"}
18+
org.duct-framework/module.web {:mvn/version "0.13.2"}
1919

2020
Or to your Leiningen project file:
2121

22-
[org.duct-framework/module.web "0.13.1"]
22+
[org.duct-framework/module.web "0.13.2"]
2323

2424
## Usage
2525

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.duct-framework/module.web "0.13.1"
1+
(defproject org.duct-framework/module.web "0.13.2"
22
:description "Duct module for running web applications"
33
:url "https://github.com/duct-framework/module.web"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)