From b8ce6c7ede5ae0966a83aff1987e4920be2b0d16 Mon Sep 17 00:00:00 2001 From: Juan Vasquez Date: Mon, 5 May 2025 08:09:26 -0600 Subject: [PATCH] Release work for v0.5.4 Introduce JSON report --- CHANGELOG.md | 4 +++- lib/skunk/version.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 955b1f2..c02164b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## main [(unreleased)](https://github.com/fastruby/skunk/compare/v0.5.3...HEAD) +## main [(unreleased)](https://github.com/fastruby/skunk/compare/v0.5.4...HEAD) * +## v0.5.4 / 2025-05-05 [(commits)](https://github.com/fastruby/skunk/compare/v0.5.3...v0.5.4) + * [FEATURE: Generate JSON report in background](https://github.com/fastruby/skunk/pull/119) * [ENHANCEMENT: Better test suite with more relaxed console output expectation](https://github.com/fastruby/skunk/pull/117) * [ENHANCEMENT: Use minitest 5.22.x (also, stop testing with Ruby 2.4 and 2.5)](https://github.com/fastruby/skunk/pull/115) diff --git a/lib/skunk/version.rb b/lib/skunk/version.rb index ce04d19..a7759af 100644 --- a/lib/skunk/version.rb +++ b/lib/skunk/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Skunk - VERSION = "0.5.3" + VERSION = "0.5.4" end