Skip to content

Commit cd91064

Browse files
committed
Release 0.11.0-beta2
1 parent 45079b7 commit cd91064

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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)

lein-duct/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 ".."}

lein-template/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 ".."}

lein-template/resources/leiningen/new/duct/base/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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"]

0 commit comments

Comments
 (0)