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.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Jul 28, 2019
1 parent 7f456aa commit 62f0c34
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jdk:
- openjdk11

script:
- ./travis_script.sh
- ./gradlew check

cache:
directories:
Expand Down
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.1.0_ - 2019-08-28
-------------------

Added
.....

Expand Down Expand Up @@ -47,8 +52,6 @@ Dependencies Updated

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

.. endUnreleasedBlock
0.1.0-beta.1_ - 2019-07-01
--------------------------

Expand Down Expand Up @@ -151,7 +154,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-beta.1...develop
.. _Unreleased: https://github.com/jcornaz/kwik/compare/0.1.0...develop
.. _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
.. _0.1.0-alpha.3: https://github.com/jcornaz/kwik/compare/0.1.0-alpha.2...0.1.0-alpha.3
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ Example of setup using gradle.
.. code-block:: kotlin
repositories {
maven { url = uri("https://dl.bintray.com/kwik/preview") }
maven { url = uri("https://dl.bintray.com/kwik/stable") }
}
dependencies {
testCompile("com.github.jcornaz.kwik:kwik-core-jvm:0.1.0-beta.1")
testCompile("com.github.jcornaz.kwik:kwik-core-jvm:0.1.0")
}
.. endGradleSetup
Expand Down
9 changes: 0 additions & 9 deletions travis_script.sh

This file was deleted.

0 comments on commit 62f0c34

Please sign in to comment.