Skip to content

Commit

Permalink
Release 0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Feb 8, 2025
1 parent 3c82cc9 commit 19ce5e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.12.5 (2025-02-08)

* Added Malli coercion to module when using `:api` feature

## 0.12.4 (2025-02-03)

* Fixed transform of route `:handler` keys
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ accidental upgrades. The version prior to this change was: `0.7.4`.

Add the following dependency to your deps.edn file:

org.duct-framework/module.web {:mvn/version "0.12.4"}
org.duct-framework/module.web {:mvn/version "0.12.5"}

Or to your Leiningen project file:

[org.duct-framework/module.web "0.12.4"]
[org.duct-framework/module.web "0.12.5"]

## Usage

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 org.duct-framework/module.web "0.12.4"
(defproject org.duct-framework/module.web "0.12.5"
:description "Duct module for running web applications"
:url "https://github.com/duct-framework/module.web"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 19ce5e5

Please sign in to comment.