File tree 4 files changed +10
-2
lines changed
4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ### v0.15.2 / 2023-10-17
4
+
5
+ * (No significant changes)
6
+
3
7
### v0.15.1 / 2023-10-15
4
8
5
9
* FIXED: Clean up some internal requires, which may improve performance with built-in gems.
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.1 "
12
+ VERSION = "0.15.2 "
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.2 / 2023-10-17
4
+
5
+ * FIXED: The gem_build template tried to use a badly formatted directory on Windows.
6
+
3
7
### v0.15.1 / 2023-10-15
4
8
5
9
* FIXED: Clean up some internal requires, which may improve performance with built-in gems.
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.1 "
8
+ VERSION = "0.15.2 "
9
9
end
You can’t perform that action at this time.
0 commit comments