Navigation Menu

Skip to content

Commit

Permalink
release "2.9.11.51"
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed May 3, 2017
1 parent d45e4d4 commit f6900d2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
@@ -1,3 +1,8 @@
## 2.9.11.51

- luminus-migrations 0.3.1
- migratus-lein 0.4.5

## 2.9.11.50

- Compojure 1.6.0
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject luminus/lein-template "2.9.11.50"
(defproject luminus/lein-template "2.9.11.51"
:description "a template for creating Luminus applications"
:url "https://github.com/yogthos/luminus-template"
:license {:name "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion resources/leiningen/new/luminus/core/README.md
@@ -1,6 +1,6 @@
# <<name>>

generated using Luminus version "2.9.11.50"
generated using Luminus version "2.9.11.51"

FIXME

Expand Down
4 changes: 2 additions & 2 deletions src/leiningen/new/db.clj
Expand Up @@ -11,7 +11,7 @@
(some #{"+sqlite"} features) :sqlite))

(defn db-dependencies [options]
[['luminus-migrations "0.3.1"]
[['luminus-migrations "0.3.2"]
['conman "0.6.3"]
({:postgres ['org.postgresql/postgresql "42.0.0"]
:mysql ['mysql/mysql-connector-java "6.0.5"]
Expand Down Expand Up @@ -76,7 +76,7 @@
(let [embedded-db? (some #{(name db)} ["h2" "sqlite"])]
(-> options
(append-options :dependencies (db-dependencies options))
(append-options :plugins [['migratus-lein "0.4.5"]])
(append-options :plugins [['migratus-lein "0.4.6"]])
(assoc
:relational-db true
:db-connection (not embedded-db?)
Expand Down

0 comments on commit f6900d2

Please sign in to comment.