Skip to content

Commit f8a72d9

Browse files
committed
prepare for 0.20.0
1 parent 040a04e commit f8a72d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.20.0-SNAPSHOT (20.4.2015)
1+
## 0.20.0 (24.4.2015)
22

33
* New restructuring for `:no-docs` (a boolean) - endpoints with this don't get api documentation.
44
* Fixed [#42](https://github.com/metosin/compojure-api/issues/42) - `defroutes*` now does namespace resolution for the source

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 "0.20.0-SNAPSHOT"
1+
(defproject metosin/compojure-api "0.20.0"
22
:description "Compojure Api"
33
:url "https://github.com/metosin/compojure-api"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)