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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Sep 16, 2019
1 parent e6d3acd commit ca3fba6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 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.2_ - 2019-09-16
--------------------------

Deprecated
..........

Expand All @@ -27,9 +32,6 @@ Added
It can be especially helpful to more descriptive message about what is wrong.
* ``Generator.randomSequence`` extension function to replace the deprecated ``Generator.randoms(Long): Sequence<T>``


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

Expand Down Expand Up @@ -181,7 +183,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.1...master
.. _Unreleased: https://github.com/jcornaz/kwik/compare/0.2.0-beta.2...master
.. _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
.. _0.1.0-beta.1: https://github.com/jcornaz/kwik/compare/0.1.0-alpha.4...0.1.0-beta.1
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Example of setup using gradle.
}
dependencies {
testCompile("com.github.jcornaz.kwik:kwik-core-jvm:0.2.0-beta.1")
testCompile("com.github.jcornaz.kwik:kwik-core-jvm:0.2.0-beta.2")
}
.. endGradleSetup
Expand Down

0 comments on commit ca3fba6

Please sign in to comment.