From 427c2175079675b52f9bbf8b4a28d4a492bbad39 Mon Sep 17 00:00:00 2001 From: James Reeves Date: Mon, 11 Nov 2024 22:24:17 +0000 Subject: [PATCH] Release 0.9.0 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- project.clj | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0abf91..330bf51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.9.0 (2024-11-11) + +* 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) * Added Integrant hierarchy and annotation files diff --git a/README.md b/README.md index db48a81..08ff956 100644 --- a/README.md +++ b/README.md @@ -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.8.1"} + org.duct-framework/module.web {:mvn/version "0.9.0"} Or to your Leiningen project file: - [org.duct-framework/module.web "0.8.1"] + [org.duct-framework/module.web "0.9.0"] ## Usage diff --git a/project.clj b/project.clj index 151611a..3e8d44a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.duct-framework/module.web "0.8.1" +(defproject org.duct-framework/module.web "0.9.0" :description "Duct module for running web applications" :url "https://github.com/duct-framework/module.web" :license {:name "Eclipse Public License"