From 6f0f010a861bde7b3abec56c777d9091ab7b8efe Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Wed, 18 Sep 2019 20:58:27 +0200 Subject: [PATCH] Prepare release 0.2.0-rc.1 --- CHANGELOG.rst | 10 +++++++--- README.rst | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index db5fe1fb..b2402226 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,11 @@ and this project adheres to `Semantic Versioning`_. Unreleased_ ----------- +.. endUnreleasedBlock + +0.2.0-rc.1_ - 2019-09-18 +-------------------------- + Changed ....... * default max size/length for string,collection and sequence generators set to `50` (instead of `200`) @@ -23,8 +28,6 @@ Added * ``sequences`` generator * ``uuids`` generator -.. endUnreleasedBlock - 0.2.0-beta.2_ - 2019-09-16 -------------------------- @@ -192,7 +195,8 @@ Added * ``withSample`` and ``withNull`` to inject constants values to be always tested * ``zip`` operator to combine two given generators -.. _Unreleased: https://github.com/jcornaz/kwik/compare/0.2.0-beta.2...master +.. _Unreleased: https://github.com/jcornaz/kwik/compare/0.2.0-rc.1...master +.. _0.2.0-rc.1: https://github.com/jcornaz/kwik/compare/0.2.0-beta.2...0.2.0-rc.1 .. _0.2.0-beta.2: https://github.com/jcornaz/kwik/compare/0.2.0-beta.1...0.2.0-beta.2 .. _0.2.0-beta.1: https://github.com/jcornaz/kwik/compare/0.1.0...0.2.0-beta.1 .. _0.1.0: https://github.com/jcornaz/kwik/compare/0.1.0-beta.1...0.1.0 diff --git a/README.rst b/README.rst index 4ade5883..b4d27cdf 100644 --- a/README.rst +++ b/README.rst @@ -114,7 +114,7 @@ Example of setup using gradle. } dependencies { - testCompile("com.github.jcornaz.kwik:kwik-core-jvm:0.2.0-beta.2") + testCompile("com.github.jcornaz.kwik:kwik-core-jvm:0.2.0-rc.1") } .. endGradleSetup