We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69736bb commit d7f4364Copy full SHA for d7f4364
4 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.3.2
2
+
3
+- Improve the flexibility of the webpacker config generator
4
+- Improve failure output when an error is raised during rake tests that fork
5
+ into a `test_data` env
6
7
# 0.3.1
8
9
- Loosen railties dependencies after verifying basic Rails 7 support
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- test_data (0.3.1)
+ test_data (0.3.2)
railties (>= 6.0, < 8.0)
GEM
example/Gemfile.lock
remote: ..
lib/test_data/version.rb
@@ -1,3 +1,3 @@
module TestData
- VERSION = "0.3.1"
+ VERSION = "0.3.2"
end
0 commit comments