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.5 / 2024-01-31
4
+
5
+ * FIXED: Fix for uri version mismatch error in certain bundler integration cases
6
+
3
7
### v0.15.4 / 2024-01-04
4
8
5
9
* FIXED: Fix error message when failing assertion of the toys version
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.4 "
12
+ VERSION = "0.15.5 "
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.5 / 2024-01-31
4
+
5
+ * FIXED: Fix for uri version mismatch error in certain bundler integration cases
6
+
3
7
### v0.15.4 / 2024-01-04
4
8
5
9
* FIXED: Fix error message when failing assertion of the toys version
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.4 "
8
+ VERSION = "0.15.5 "
9
9
end
You can’t perform that action at this time.
0 commit comments