-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog and version bump for informed-ruby 1.1.1
- Loading branch information
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### 1.1.1 | ||
#### Bug Fixes | ||
* [#11](https://github.com/wecohere/informed/pull/11) - Prioritize keyword args over method calls when there are name collisions | ||
|
||
### 1.1.0 | ||
|
||
#### Enhancements | ||
* [#2](https://github.com/wecohere/informed/pull/2) - Support methods that take blocks | ||
* [#1](https://github.com/wecohere/informed/pull/1) - Include the class name in log messages | ||
|
||
### 1.0.0 | ||
Initial release, provides `inform_on` syntax at the class level. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
informed (1.1.0) | ||
informed (1.1.1) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Informed | ||
VERSION = "1.1.0" | ||
VERSION = "1.1.1" | ||
end |