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.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Mar 29, 2020
1 parent 7422d60 commit 22a5855
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@ and this project adheres to `Semantic Versioning`_.

.. startUnreleasedBlock
Unreleased_
-----------
0.5.0_ - 2020-03-29
-------------------

Added
.....

Reintroduce ``core`` core module that add all transitive dependencies necessary for property based testing.

**Until Kwik reach the stable release 1.0.0 you should depend ONLY on that module. Other modules may be renamed, reorganized or removed.**

Fuzzer
,,,,,,

Expand All @@ -47,7 +45,7 @@ that must be satisfied at least once during evaluation.
Dependencies Updated
....................

* Kotlin (from ``1.3.61`` to ``1.3.70``)
* Kotlin (from ``1.3.61`` to ``1.3.71``)

.. endUnreleasedBlock
Expand Down Expand Up @@ -334,7 +332,7 @@ 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.4.0...master
.. _0.5.0: https://github.com/jcornaz/kwik/compare/0.4.0...0.5.0
.. _0.4.0: https://github.com/jcornaz/kwik/compare/0.3.0...0.4.0
.. _0.3.0: https://github.com/jcornaz/kwik/compare/0.3.0-alpha.1...0.3.0
.. _0.3.0-alpha.1: https://github.com/jcornaz/kwik/compare/0.2.0...0.3.0-alpha.1
Expand Down
7 changes: 1 addition & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,7 @@ Example of setup using gradle.
}
dependencies {
// Property evaluation mechanism
testCompile("com.github.jcornaz.kwik:kwik-evaluator-jvm:0.4.0")
// Collection of generator for the kotlin standard library
testCompile("com.github.jcornaz.kwik:kwik-generator-stdlib-jvm:0.4.0")
testCompile("com.github.jcornaz.kwik:kwik-core-jvm:0.5.0")
}
.. endGradleSetup
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import java.util.*

plugins {
`maven-publish`
kotlin("multiplatform") version "1.3.70"
kotlin("multiplatform") version "1.3.71"
id("org.ajoberstar.reckon") version "0.12.0"
id("com.github.ben-manes.versions") version "0.28.0"
id("io.gitlab.arturbosch.detekt") version "1.7.2"
Expand Down

0 comments on commit 22a5855

Please sign in to comment.