File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ### v0.15.6 / 2024-05-15
4
+
5
+ * FIXED: Fixed argument parsing to allow a flag value with a newline delimited by =
6
+
3
7
### v0.15.5 / 2024-01-31
4
8
5
9
* FIXED: Fix for uri version mismatch error in certain bundler integration cases
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module Core
9
9
# Current version of Toys core.
10
10
# @return [String]
11
11
#
12
- VERSION = "0.15.5 "
12
+ VERSION = "0.15.6 "
13
13
end
14
14
15
15
##
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ### v0.15.6 / 2024-05-15
4
+
5
+ * FIXED: Fixed argument parsing to allow a flag values delimited by "=" to contain newlines
6
+ * FIXED: Fixed minitest version failures in the system test builtin tool
7
+ * FIXED: Fixed crash in the system test builtin tool's minitest-rg integration with minitest-rg 5.3
8
+
3
9
### v0.15.5 / 2024-01-31
4
10
5
11
* FIXED: Fix for uri version mismatch error in certain bundler integration cases
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ module Toys
5
5
# Current version of the Toys command line executable.
6
6
# @return [String]
7
7
#
8
- VERSION = "0.15.5 "
8
+ VERSION = "0.15.6 "
9
9
end
You can’t perform that action at this time.
0 commit comments