Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Nov 20, 2024
1 parent 51ef388 commit 2681e13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.11.0 (2024-11-20)

* Added automatic refs and handlers to `:routes` key
* Added check to create missing file directories
* Added '406 Not Acceptable' error handler

## 0.10.0 (2024-11-15)

* BREAKING CHANGE: removed `:duct.handler/root`
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.10.0"}
org.duct-framework/module.web {:mvn/version "0.11.0"}

Or to your Leiningen project file:

[org.duct-framework/module.web "0.10.0"]
[org.duct-framework/module.web "0.11.0"]

## 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.10.0"
(defproject org.duct-framework/module.web "0.11.0"
: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 2681e13

Please sign in to comment.