Skip to content

Commit 616e354

Browse files
release: Release 2 gems (#244)
* toys-core 0.15.2 (was 0.15.1) * toys 0.15.2 (was 0.15.1)
1 parent c10227f commit 616e354

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-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.2 / 2023-10-17
4+
5+
* (No significant changes)
6+
37
### v0.15.1 / 2023-10-15
48

59
* FIXED: Clean up some internal requires, which may improve performance with built-in gems.

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

1515
##

toys/CHANGELOG.md

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

3+
### v0.15.2 / 2023-10-17
4+
5+
* FIXED: The gem_build template tried to use a badly formatted directory on Windows.
6+
37
### v0.15.1 / 2023-10-15
48

59
* FIXED: Clean up some internal requires, which may improve performance with built-in gems.

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

0 commit comments

Comments
 (0)