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

Commit

Permalink
Release 0.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Jul 1, 2019
1 parent ba97d04 commit 1e1cb70
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@ and this project adheres to `Semantic Versioning`_.
.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html

.. startUnreleasedBlock
Unreleased_
-----------

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

Added
.....

Expand Down Expand Up @@ -111,7 +118,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-alpha.4...develop
.. _Unreleased: https://github.com/jcornaz/kwik/compare/0.1.0-beta.1...develop
.. _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
.. _0.1.0-alpha.2: https://github.com/jcornaz/kwik/compare/0.1.0-alpha.1...0.1.0-alpha.2
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Example of setup using gradle.
}
dependencies {
testCompile("com.github.jcornaz.kwik:kwik-core-jvm:0.1.0-alpha.4")
testCompile("com.github.jcornaz.kwik:kwik-core-jvm:0.1.0-beta.1")
}
.. endGradleSetup
Expand Down
6 changes: 5 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
.. include:: ../CHANGELOG.rst
.. include:: ../CHANGELOG.rst
:end-before: .. startUnreleasedBlock

.. include:: ../CHANGELOG.rst
:start-after: .. endUnreleasedBlock

0 comments on commit 1e1cb70

Please sign in to comment.