Skip to content

Commit 17ed449

Browse files
release: Release 2 gems (#260)
1 parent a922cf3 commit 17ed449

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

toys-core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
### v0.15.6 / 2024-05-15
4+
5+
* FIXED: Fixed argument parsing to allow a flag value with a newline delimited by =
6+
37
### v0.15.5 / 2024-01-31
48

59
* FIXED: Fix for uri version mismatch error in certain bundler integration cases

toys-core/lib/toys/core.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Core
99
# Current version of Toys core.
1010
# @return [String]
1111
#
12-
VERSION = "0.15.5"
12+
VERSION = "0.15.6"
1313
end
1414

1515
##

toys/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

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+
39
### v0.15.5 / 2024-01-31
410

511
* FIXED: Fix for uri version mismatch error in certain bundler integration cases

toys/lib/toys/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module Toys
55
# Current version of the Toys command line executable.
66
# @return [String]
77
#
8-
VERSION = "0.15.5"
8+
VERSION = "0.15.6"
99
end

0 commit comments

Comments
 (0)