Skip to content

Commit

Permalink
release: Release 2 gems (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 11, 2020
1 parent 5a73898 commit 857fcad
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions toys-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### v0.11.4 / 2020-10-11

* FIXED: Doesn't modify bundler lockfiles when adding Toys to a bundle

### v0.11.3 / 2020-09-13

* FIXED: The Exec library recognizes the argv0 option, and logs it appropriately
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.11.3"
VERSION = "0.11.4"
end

## @private deprecated
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.11.4 / 2020-10-11

* FIXED: Doesn't modify bundler lockfiles when adding Toys to a bundle
* FIXED: Rdoc template now works on Ruby 3

### v0.11.3 / 2020-09-13

* FIXED: The Exec mixin recognizes the argv0 option, and logs it appropriately
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.11.3"
VERSION = "0.11.4"
end

0 comments on commit 857fcad

Please sign in to comment.