Skip to content

Commit

Permalink
Release 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Sep 11, 2014
1 parent e08cfdd commit f41dd8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.16.1 (11.9.2014)

- Compiled without AOT
- Removed `:yaml-in-html` and `:clojure` from default response formats

## 0.16.0 (10.9.2014)

- Some cleaning
Expand Down
6 changes: 4 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/compojure-api "0.16.0"
(defproject metosin/compojure-api "0.16.1"
:description "Compojure Api"
:url "https://github.com/metosin/compojure-api"
:license {:name "Eclipse Public License"
Expand Down Expand Up @@ -32,4 +32,6 @@
:add-linters [:unused-namespaces]}
:aliases {"start-thingie" ["with-profile" "thingie" "ring" "server"]
"http-kit-thingie" ["with-profile" "thingie" "run"]
"aot-uberjar" ["with-profile" "thingie,uberjar" "do" "clean," "ring" "uberjar"]})
"aot-uberjar" ["with-profile" "thingie,uberjar" "do" "clean," "ring" "uberjar"]
"deploy!" ^{:doc "Recompile sources, then deploy if tests succeed."}
["do" "clean" "midje" ["deploy" "clojars"]]})

0 comments on commit f41dd8c

Please sign in to comment.