diff --git a/CHANGELOG.md b/CHANGELOG.md index 386cbe24..2d5fc8d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.0.0-SNAPSHOT (1.2.2016) +## 1.0.0-RC1 (2.2.2016) * Move from compile-time to runtime route resolution. * Most of the internal macro magic has been vaporized diff --git a/project.clj b/project.clj index 30846b5a..9eade5b5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/compojure-api "1.0.0-SNAPSHOT" +(defproject metosin/compojure-api "1.0.0-RC1" :description "Compojure Api" :url "https://github.com/metosin/compojure-api" :license {:name "Eclipse Public License" diff --git a/src/compojure/api/core.clj b/src/compojure/api/core.clj index 6b290c36..277b72f8 100644 --- a/src/compojure/api/core.clj +++ b/src/compojure/api/core.clj @@ -29,7 +29,7 @@ Equivalent to: `(let [...] (routes ...))`" [bindings & body] - {:style/indent 2} + {:style/indent 1} `(let ~bindings (routes ~@body))) (defn undocumented