From 3461a6bf8ce7a34ee0062556ac651769db78d647 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Fri, 7 Oct 2022 14:14:55 +0900 Subject: [PATCH] Prepare 0.5.2 --- CHANGELOG.md | 2 +- lib/easytest/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 336a6c8..802caea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Unreleased +## 0.5.2 - Fix `homepage` in gemspec. diff --git a/lib/easytest/version.rb b/lib/easytest/version.rb index 58a7541..2eb026e 100644 --- a/lib/easytest/version.rb +++ b/lib/easytest/version.rb @@ -1,3 +1,3 @@ module Easytest - VERSION = "0.5.1" + VERSION = "0.5.2" end