Skip to content

Commit

Permalink
💼 v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Dec 18, 2015
1 parent a10c187 commit 8492455
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [2.2.0][] (2015-12-18)

## Added

- [#336][]: Added frozen string pragma for Ruby 2.3.

## Changed

- [#332][]: Changed default lambdas to be evaluated in the interaction's
binding.

# [2.1.5][] (2015-12-11)

## Added
Expand Down Expand Up @@ -482,6 +493,7 @@ For help upgrading to version 2, please read [the announcement post][].

- Initial release.

[2.2.0]: https://github.com/orgsync/active_interaction/compare/v2.1.5...v2.2.0
[2.1.5]: https://github.com/orgsync/active_interaction/compare/v2.1.4...v2.1.5
[2.1.4]: https://github.com/orgsync/active_interaction/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/orgsync/active_interaction/compare/v2.1.2...v2.1.3
Expand Down Expand Up @@ -631,5 +643,7 @@ For help upgrading to version 2, please read [the announcement post][].
[#311]: https://github.com/orgsync/active_interaction/issues/311
[#320]: https://github.com/orgsync/active_interaction/issues/320
[#330]: https://github.com/orgsync/active_interaction/pull/330
[#332]: https://github.com/orgsync/active_interaction/pull/332
[#336]: https://github.com/orgsync/active_interaction/pull/336

[the announcement post]: http://devblog.orgsync.com/2015/05/06/announcing-active-interaction-2/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ Read more on [the project page][] or check out [the full documentation][].
Add it to your Gemfile:

``` rb
gem 'active_interaction', '~> 2.1'
gem 'active_interaction', '~> 2.2'
```

Or install it manually:

``` sh
$ gem install active_interaction --version '~> 2.1'
$ gem install active_interaction --version '~> 2.2'
```

This project uses [Semantic Versioning][]. Check out [the change log][] for a
Expand Down
2 changes: 0 additions & 2 deletions lib/active_interaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
# @author Taylor Fausak <taylor@fausak.me>
#
# @since 1.0.0
#
# @version 2.1.5
module ActiveInteraction
end

Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ module ActiveInteraction
# The version number.
#
# @return [Gem::Version]
VERSION = Gem::Version.new('2.1.5')
VERSION = Gem::Version.new('2.2.0')
end

0 comments on commit 8492455

Please sign in to comment.