Skip to content

Commit

Permalink
Release 0.9.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Apr 25, 2017
1 parent caa8774 commit 0e5370c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 0.9.0-alpha3 (2017-04-25)

* Updated Integrant to 0.4.0 (this changes the `#ref` tag to `#ig/ref`)
* Updated modules to be self-ordering
* Removed now unnecessary `duct.core/modules` key

## 0.9.0-alpha2 (2017-04-18)

* Removed profiles and middleware from lein-duct plugin
Expand Down
2 changes: 1 addition & 1 deletion lein-duct/project.clj
@@ -1,4 +1,4 @@
(defproject duct/lein-duct "0.9.0-alpha2"
(defproject duct/lein-duct "0.9.0-alpha3"
:description "A plugin to be used in the Duct Leiningen template"
:url "https://github.com/duct-framework/duct"
:scm {:dir ".."}
Expand Down
2 changes: 1 addition & 1 deletion lein-template/project.clj
@@ -1,4 +1,4 @@
(defproject duct-alpha/lein-template "0.9.0-alpha2"
(defproject duct-alpha/lein-template "0.9.0-alpha3"
:description "A template for an Integrant-based web application"
:url "https://github.com/duct-framework/duct"
:scm {:dir ".."}
Expand Down
Expand Up @@ -10,7 +10,7 @@
[duct/module.sql "0.2.0"]{{/jdbc?}}{{#postgres?}}
[org.postgresql/postgresql "9.4.1212"]{{/postgres?}}{{#sqlite?}}
[org.xerial/sqlite-jdbc "3.16.1"]{{/sqlite?}}]
:plugins [[duct/lein-duct "0.9.0-alpha2"]]
:plugins [[duct/lein-duct "0.9.0-alpha3"]]
:main ^:skip-aot {{namespace}}.main
:duct {:config-paths ["resources/{{dirs}}/config.edn"]}{{#uberjar-name}}
:uberjar-name "{{uberjar-name}}"{{/uberjar-name}}
Expand Down

0 comments on commit 0e5370c

Please sign in to comment.