File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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 )
9
9
10
10
* <INSERT YOUR FEATURE OR BUGFIX HERE >
11
11
12
+ ## v0.5.4 / 2025-05-05 [ (commits)] ( https://github.com/fastruby/skunk/compare/v0.5.3...v0.5.4 )
13
+
12
14
* [ FEATURE: Generate JSON report in background] ( https://github.com/fastruby/skunk/pull/119 )
13
15
* [ ENHANCEMENT: Better test suite with more relaxed console output expectation] ( https://github.com/fastruby/skunk/pull/117 )
14
16
* [ ENHANCEMENT: Use minitest 5.22.x (also, stop testing with Ruby 2.4 and 2.5)] ( https://github.com/fastruby/skunk/pull/115 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Skunk
4
- VERSION = "0.5.3 "
4
+ VERSION = "0.5.4 "
5
5
end
You can’t perform that action at this time.
0 commit comments