File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.9.0 (2024-11-11)
2+
3+ * BREAKING CHANGE: removed `` :duct.module.web/site `` and ` :duct.module.web/api `
4+ * Added ` :features ` key to ` :duct.module/web ` with ` :api ` and ` :site ` options
5+
16## 0.8.1 (2024-11-01)
27
38* Added Integrant hierarchy and annotation files
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ accidental upgrades. The version prior to this change was: `0.7.4`.
1515
1616Add the following dependency to your deps.edn file:
1717
18- org.duct-framework/module.web {:mvn/version "0.8.1 "}
18+ org.duct-framework/module.web {:mvn/version "0.9.0 "}
1919
2020Or to your Leiningen project file:
2121
22- [org.duct-framework/module.web "0.8.1 "]
22+ [org.duct-framework/module.web "0.9.0 "]
2323
2424## Usage
2525
Original file line number Diff line number Diff line change 1- (defproject org.duct-framework /module.web " 0.8.1 "
1+ (defproject org.duct-framework /module.web " 0.9.0 "
22 :description " Duct module for running web applications"
33 :url " https://github.com/duct-framework/module.web"
44 :license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments