diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 658b564a..56488dcc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,11 @@ and this project adheres to `Semantic Versioning`_. Unreleased_ ----------- +.. endUnreleasedBlock + +0.2.0-beta.1_ - 2019-09-15 +-------------------------- + Changed ....... @@ -24,8 +29,6 @@ Dependencies Updated * Kotlin (from ``1.3.41`` to ``1.3.50``) -.. endUnreleasedBlock - 0.1.0_ - 2019-08-28 ------------------- @@ -164,7 +167,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.1.0...develop +.. _Unreleased: https://github.com/jcornaz/kwik/compare/0.1.0-beta.1...master +.. _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 .. _0.1.0-beta.1: https://github.com/jcornaz/kwik/compare/0.1.0-alpha.4...0.1.0-beta.1 .. _0.1.0-alpha.4: https://github.com/jcornaz/kwik/compare/0.1.0-alpha.3...0.1.0-alpha.4 diff --git a/README.rst b/README.rst index 71384f13..32aefa90 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,9 @@ Kwik .. image:: https://img.shields.io/badge/dynamic/json.svg?color=blue&label=version&query=name&url=https%3A%2F%2Fapi.bintray.com%2Fpackages%2Fkwik%2Fstable%2Fkwik%2Fversions%2F_latest :target: https://bintray.com/kwik/stable/kwik/_latestVersion +.. image:: https://img.shields.io/badge/dynamic/json.svg?color=blue&label=version&query=name&url=https%3A%2F%2Fapi.bintray.com%2Fpackages%2Fkwik%2Fpreview%2Fkwik%2Fversions%2F_latest + :target: https://bintray.com/kwik/preview/kwik/_latestVersion + Property-based testing library for Kotlin. **Main features:**