Skip to content

Commit a459298

Browse files
authored
Release work for v0.5.4 (#120)
Introduce JSON report
1 parent 289a470 commit a459298

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## main [(unreleased)](https://github.com/fastruby/skunk/compare/v0.5.3...HEAD)
8+
## main [(unreleased)](https://github.com/fastruby/skunk/compare/v0.5.4...HEAD)
99

1010
* <INSERT YOUR FEATURE OR BUGFIX HERE>
1111

12+
## v0.5.4 / 2025-05-05 [(commits)](https://github.com/fastruby/skunk/compare/v0.5.3...v0.5.4)
13+
1214
* [FEATURE: Generate JSON report in background](https://github.com/fastruby/skunk/pull/119)
1315
* [ENHANCEMENT: Better test suite with more relaxed console output expectation](https://github.com/fastruby/skunk/pull/117)
1416
* [ENHANCEMENT: Use minitest 5.22.x (also, stop testing with Ruby 2.4 and 2.5)](https://github.com/fastruby/skunk/pull/115)

lib/skunk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Skunk
4-
VERSION = "0.5.3"
4+
VERSION = "0.5.4"
55
end

0 commit comments

Comments
 (0)