Skip to content

Commit 1a29ad3

Browse files
release: Release 2 gems (#254)
* toys-core 0.15.5 (was 0.15.4) * toys 0.15.5 (was 0.15.4)
1 parent 49c2334 commit 1a29ad3

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.5 / 2024-01-31
4+
5+
* FIXED: Fix for uri version mismatch error in certain bundler integration cases
6+
37
### v0.15.4 / 2024-01-04
48

59
* FIXED: Fix error message when failing assertion of the toys version

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.4"
12+
VERSION = "0.15.5"
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.5 / 2024-01-31
4+
5+
* FIXED: Fix for uri version mismatch error in certain bundler integration cases
6+
37
### v0.15.4 / 2024-01-04
48

59
* FIXED: Fix error message when failing assertion of the toys version

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

0 commit comments

Comments
 (0)