Skip to content

Commit

Permalink
release: Release 2 gems (#252)
Browse files Browse the repository at this point in the history
* toys-core 0.15.4 (was 0.15.3)
* toys 0.15.4 (was 0.15.3)
  • Loading branch information
github-actions[bot] authored Jan 4, 2024
1 parent 904ea74 commit 031db8a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions toys-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

### v0.15.4 / 2024-01-04

* FIXED: Fix error message when failing assertion of the toys version
* DOCS: Various documentation improvements

### v0.15.3 / 2023-10-31

* (No significant changes)
Expand Down
2 changes: 1 addition & 1 deletion toys-core/lib/toys/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Core
# Current version of Toys core.
# @return [String]
#
VERSION = "0.15.3"
VERSION = "0.15.4"
end

##
Expand Down
5 changes: 5 additions & 0 deletions toys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

### v0.15.4 / 2024-01-04

* FIXED: Fix error message when failing assertion of the toys version
* DOCS: Various documentation improvements

### v0.15.3 / 2023-10-31

* FIXED: Minitest template defers calling autorun until after tests are loaded, which should eliminate stringio warnings when running Rails tests without bundler integration
Expand Down
2 changes: 1 addition & 1 deletion toys/lib/toys/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module Toys
# Current version of the Toys command line executable.
# @return [String]
#
VERSION = "0.15.3"
VERSION = "0.15.4"
end

0 comments on commit 031db8a

Please sign in to comment.