Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Nov 15, 2024
1 parent b52dd2b commit 7754295
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## 0.10.0 (2024-11-15)

* BREAKING CHANGE: removed `:duct.handler/root`
* BREAKING CHANGE: removed `:duct.middleware/not-found`
* BREAKING CHANGE: removed `:duct.middleware/route-aliases`
* BREAKING CHANGE: removed `:duct.middleware/format`
* BREAKING CHANGE: removed `:duct.router/cascading`
* Changed `:duct.module/web` to use Reitit router

## 0.9.0 (2024-11-11)

* BREAKING CHANGE: removed ``:duct.module.web/site`` and `:duct.module.web/api`
* BREAKING CHANGE: removed `:duct.module.web/site` and `:duct.module.web/api`
* Added `:features` key to `:duct.module/web` with `:api` and `:site` options

## 0.8.1 (2024-11-01)
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.9.0"}
org.duct-framework/module.web {:mvn/version "0.10.0"}

Or to your Leiningen project file:

[org.duct-framework/module.web "0.9.0"]
[org.duct-framework/module.web "0.10.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.9.0"
(defproject org.duct-framework/module.web "0.10.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 7754295

Please sign in to comment.