Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
Prepare release 0.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Sep 15, 2019
1 parent 040204a commit 9877e4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ and this project adheres to `Semantic Versioning`_.
Unreleased_
-----------

.. endUnreleasedBlock
0.2.0-beta.1_ - 2019-09-15
--------------------------

Changed
.......

Expand All @@ -24,8 +29,6 @@ Dependencies Updated

* Kotlin (from ``1.3.41`` to ``1.3.50``)

.. endUnreleasedBlock
0.1.0_ - 2019-08-28
-------------------

Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit 9877e4a

Please sign in to comment.