Skip to content

Commit

Permalink
Bump to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbarye committed May 9, 2024
1 parent 6bc3b5e commit f396388
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.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.

## [0.4.0] - 2024-05-06

- Allow to use RSpec::Matchers for `worker: :none, :thread, :process` also.
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.0"
VERSION = "0.4.1"
end

0 comments on commit f396388

Please sign in to comment.