From 4818fe61e63ad227f7409086077189ab0eedf1ef Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Sun, 22 Nov 2020 14:05:50 +0100 Subject: [PATCH] chore(release): 0.9.0-alpha.0 --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e5ce6e..ac1c4d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project are documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.0-alpha.0](https://github.com/jcornaz/kwik/compare/v0.8.3...v0.9.0-alpha.0) (2020-11-22) + + +### ⚠ BREAKING CHANGES + +* Now `forAny` requires a function that returns a `TestResult` (issue: #85, pr: #244) + +### Features + +* Now `forAny` requires a function that returns a `TestResult` (issue: [#85](https://github.com/jcornaz/kwik/issues/85), pr: [#244](https://github.com/jcornaz/kwik/issues/244)) ([131f21b](https://github.com/jcornaz/kwik/commit/131f21bb33ca6802b46581ab0136721cc3eccb3c)) + ### [0.8.3](https://github.com/jcornaz/kwik/compare/v0.8.2...v0.8.3) (2020-10-20) diff --git a/VERSION b/VERSION index fab77af2..0f22dd52 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.3 \ No newline at end of file +0.9.0-alpha.0 \ No newline at end of file