From fea71584b0a3031b24abe77d2b1e35081e85e050 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Thu, 14 Dec 2023 22:32:19 +0900 Subject: [PATCH] 0.10.1 --- CHANGELOG.md | 2 +- lib/easytest/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd9295..75e3c74 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.10.1 - No actual changes. Just switch to a new simplified release workflow. diff --git a/lib/easytest/version.rb b/lib/easytest/version.rb index 1584cb4..b878c03 100644 --- a/lib/easytest/version.rb +++ b/lib/easytest/version.rb @@ -1,3 +1,3 @@ module Easytest - VERSION = "0.10.0" + VERSION = "0.10.1" end