Skip to content

Commit 61b418f

Browse files
committed
Bump up to 1.0.0-RC1
1 parent dda980e commit 61b418f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.0.0-SNAPSHOT (1.2.2016)
1+
## 1.0.0-RC1 (2.2.2016)
22

33
* Move from compile-time to runtime route resolution.
44
* Most of the internal macro magic has been vaporized

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject metosin/compojure-api "1.0.0-SNAPSHOT"
1+
(defproject metosin/compojure-api "1.0.0-RC1"
22
:description "Compojure Api"
33
:url "https://github.com/metosin/compojure-api"
44
:license {:name "Eclipse Public License"

src/compojure/api/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
3030
Equivalent to: `(let [...] (routes ...))`"
3131
[bindings & body]
32-
{:style/indent 2}
32+
{:style/indent 1}
3333
`(let ~bindings (routes ~@body)))
3434

3535
(defn undocumented

0 commit comments

Comments
 (0)