Skip to content

Commit 031db8a

Browse files
release: Release 2 gems (#252)
* toys-core 0.15.4 (was 0.15.3) * toys 0.15.4 (was 0.15.3)
1 parent 904ea74 commit 031db8a

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

toys-core/CHANGELOG.md

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

3+
### v0.15.4 / 2024-01-04
4+
5+
* FIXED: Fix error message when failing assertion of the toys version
6+
* DOCS: Various documentation improvements
7+
38
### v0.15.3 / 2023-10-31
49

510
* (No significant changes)

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.3"
12+
VERSION = "0.15.4"
1313
end
1414

1515
##

toys/CHANGELOG.md

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

3+
### v0.15.4 / 2024-01-04
4+
5+
* FIXED: Fix error message when failing assertion of the toys version
6+
* DOCS: Various documentation improvements
7+
38
### v0.15.3 / 2023-10-31
49

510
* FIXED: Minitest template defers calling autorun until after tests are loaded, which should eliminate stringio warnings when running Rails tests without bundler integration

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.3"
8+
VERSION = "0.15.4"
99
end

0 commit comments

Comments
 (0)