From ace7175f90354f81d2a3069b6731a7d6f645dfbf Mon Sep 17 00:00:00 2001 From: okitan Date: Wed, 16 Aug 2017 12:18:46 +0900 Subject: [PATCH] :tada: version bump to 0.5.2 --- CHANGELOG.md | 11 ++++++++++- VERSION | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d2378..591ef21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ +## 0.5.2 + +* Added + * support of schema dependency for JsonSchema::Faker::Strategy::Simple + * validate default and return only if valid +* Fixed + * fixes bug of disruption in JsonSchema::Faker::Util.take_logical_and_of_schema + * fixes bug of not merged in JsonSchema::Faker::Strategy::Simple#compact_schema + ## 0.5.1 * Added - * support for copying pattern in take_logical_and_of_schema + * support for copying pattern in take_logical_and_of_schema ## 0.5.0 diff --git a/VERSION b/VERSION index 4b9fcbe..cb0c939 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.5.2