From 8a3284f1a1d43636648f28a7f32e6122c4a1912a Mon Sep 17 00:00:00 2001 From: Miikka Koskinen Date: Fri, 22 Jan 2021 16:36:03 +0200 Subject: [PATCH] Release 0.10.5 --- CHANGELOG.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e942872..df9c7107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.10.5 (2021-01-22) * Support validating values transformed via encode/decode functions. [#241](https://github.com/metosin/spec-tools/issues/241). PR [#248](https://github.com/metosin/spec-tools/pull/248) by [Wanderson Ferreira]. * Fix calling valid? within a custom type transform fn causing an StackOverflowError. [#240](https://github.com/metosin/spec-tools/issues/240). PR [#247](https://github.com/metosin/spec-tools/pull/247) by [Wanderson Ferreira]. diff --git a/project.clj b/project.clj index d267022a..d2b35082 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/spec-tools "0.10.4" +(defproject metosin/spec-tools "0.10.5" :description "Clojure(Script) tools for clojure.spec" :url "https://github.com/metosin/spec-tools" :license {:name "Eclipse Public License", :url "https://www.eclipse.org/legal/epl-2.0/"}