CHANGELOG.md in pbt-0.4.0 vs CHANGELOG.md in pbt-0.5.0
- old
+ new
@@ -1,6 +1,19 @@
## [Unreleased]
+## [0.5.0] - 2024-12-30
+
+- [Breaking change] Drop `:process` and `:thread` workers since there are no concrete use cases.
+- [Breaking change] Drop `:experimental_ractor_rspec_integration` option since there are no concrete use cases.
+
+## [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.
+
## [0.4.0] - 2024-05-06
- Allow to use RSpec::Matchers for `worker: :none, :thread, :process` also.
- Make error message short to keep focusing on failure causes.
- Fix a bug for a case when parameters cannot be passed to a test block correctly.