Skip to content

Commit d7f4364

Browse files
committed
0.3.2
1 parent 69736bb commit d7f4364

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 0.3.1
28

39
- Loosen railties dependencies after verifying basic Rails 7 support

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
test_data (0.3.1)
4+
test_data (0.3.2)
55
railties (>= 6.0, < 8.0)
66

77
GEM

example/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
test_data (0.3.1)
4+
test_data (0.3.2)
55
railties (>= 6.0, < 8.0)
66

77
GEM

lib/test_data/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module TestData
2-
VERSION = "0.3.1"
2+
VERSION = "0.3.2"
33
end

0 commit comments

Comments
 (0)