Skip to content

Commit

Permalink
Bump to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbarye committed May 23, 2024
1 parent ffb837b commit 5700262
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.4.2] - 2024-05-23

- Fix Prism `LoadError` message [#27](https://github.com/ohbarye/pbt/pull/27) by @sambostock

## [0.4.1] - 2024-05-10

- Fix a bug for experimental_ractor_rspec_integration mode. When a test file name starts with a number, it can't be a constant name.
Expand Down
2 changes: 1 addition & 1 deletion lib/pbt/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Pbt
VERSION = "0.4.1"
VERSION = "0.4.2"
end

0 comments on commit 5700262

Please sign in to comment.