From 9a96f50cc084524cf76ae032f1fc57505158f53f Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Sun, 23 Oct 2022 14:05:13 +0900 Subject: [PATCH] Prepare 0.9.0 --- CHANGELOG.md | 2 +- lib/easytest/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f06eb0..aae6ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Head +## 0.9.0 - Add watch mode (`--watch`). - Improve type coverage. diff --git a/lib/easytest/version.rb b/lib/easytest/version.rb index 232fea2..d52aa97 100644 --- a/lib/easytest/version.rb +++ b/lib/easytest/version.rb @@ -1,3 +1,3 @@ module Easytest - VERSION = "0.8.1" + VERSION = "0.9.0" end