From 8bf725f600b97d2e14021c5d83f9737a18703af4 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Sun, 24 Jun 2018 22:29:08 +0300 Subject: [PATCH] 0.1.3-SNAPSHOT --- CHANGELOG.md | 16 +++++++++++++++- project.clj | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0245ce3d..739aa182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## UNRELEASED +## 0.1.3-SNAPSHOT ## `reitit-core` @@ -38,6 +38,20 @@ ; "/olipa/kerran?iso=p%C3%B6ril%C3%A4inen" ``` +### `reitit-spec` + +* `[metosin/spec-tools "0.7.1"]` with swagger generation enhancements, see the [CHANGELOG](https://github.com/metosin/spec-tools/blob/master/CHANGELOG.md) +* if response coercion is not defined for a response status, no `:schema` is not emitted. +* updated dependencies: + +```clj +[metosin/spec-tools "0.7.1"] is available but we use "0.7.0" +``` + +### `reitit-schema` + +* if response coercion is not defined for a response status, no `:schema` is not emitted. + ## 0.1.2 (2018-6-6) ### `reitit-core` diff --git a/project.clj b/project.clj index 7233f9e2..ca6979d0 100644 --- a/project.clj +++ b/project.clj @@ -19,7 +19,7 @@ [meta-merge "1.0.0"] [ring/ring-core "1.6.3"] - [metosin/spec-tools "0.7.1"] + [metosin/spec-tools "0.7.1-SNAPSHOT"] [metosin/schema-tools "0.10.3"] [metosin/ring-swagger-ui "2.2.10"] [metosin/jsonista "0.2.1"]]