From f396388ae7c9e4d8cd5dd4279bad7044ad65ff80 Mon Sep 17 00:00:00 2001 From: ohbarye Date: Fri, 10 May 2024 00:56:45 +0900 Subject: [PATCH] Bump to v0.4.1 --- CHANGELOG.md | 4 ++++ lib/pbt/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf5b79..bd22b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/pbt/version.rb b/lib/pbt/version.rb index 5d1d999..323530b 100644 --- a/lib/pbt/version.rb +++ b/lib/pbt/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Pbt - VERSION = "0.4.0" + VERSION = "0.4.1" end