File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
resources/leiningen/new/duct/base Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.11.0-beta2 (2018-10-31)
2+
3+ * Fixed out-of-date ` .dir-locals.el ` template (#79 )
4+ * Updated Clojure to 1.10.0-beta4
5+ * Updated ` duct/module.logging ` to 0.4.0-beta1
6+ * Updated ` duct/module.web ` to 0.7.0-beta1
7+ * Updated SQLite dependency
8+
19## 0.11.0-beta1 (2018-10-21)
210
311* Fixed ambiguous key error with ` :duct.profile/base ` (#77 )
Original file line number Diff line number Diff line change 1- (defproject duct /lein-duct " 0.11.0-beta1 "
1+ (defproject duct /lein-duct " 0.11.0-beta2 "
22 :description " A plugin to be used in the Duct Leiningen template"
33 :url " https://github.com/duct-framework/duct"
44 :scm {:dir " .." }
Original file line number Diff line number Diff line change 1- (defproject duct-beta /lein-template " 0.11.0-beta1 "
1+ (defproject duct-beta /lein-template " 0.11.0-beta2 "
22 :description " A template for an Integrant-based web application"
33 :url " https://github.com/duct-framework/duct"
44 :scm {:dir " .." }
Original file line number Diff line number Diff line change 1111 [duct/module.sql " 0.5.0-alpha1" ]{{/jdbc?}}{{#postgres?}}
1212 [org.postgresql/postgresql " 42.2.5" ]{{/postgres?}}{{#sqlite?}}
1313 [org.xerial/sqlite-jdbc " 3.25.2" ]{{/sqlite?}}]
14- :plugins [[duct/lein-duct " 0.11.0-beta1 " ]]
14+ :plugins [[duct/lein-duct " 0.11.0-beta2 " ]]
1515 :main ^:skip-aot {{namespace}}.main {{#uberjar-name}}
1616 :uberjar-name " {{uberjar-name}}" {{/uberjar-name}}
1717 :resource-paths [" resources" " target/resources" ]
You can’t perform that action at this time.
0 commit comments