Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

* <INSERT YOUR FEATURE OR BUGFIX HERE>

## 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)
Expand Down
2 changes: 1 addition & 1 deletion lib/skunk/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Skunk
VERSION = "0.5.3"
VERSION = "0.5.4"
end
Loading