Skip to content

Commit

Permalink
Version bump to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Dec 17, 2013
1 parent bdf2869 commit 3af2df3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,10 @@
# [Master][]

# [0.9.1][] (2013-12-17)

- Fix I18n deprecation warning.
- Raise `ArgumentError` when running an interaction with non-hash inputs.
- For compatibility with `ActiveRecord::Errors`, support indifferent access of
- For compatibility with `ActiveRecord::Errors`, support indifferent access of
`ActiveInteraction::Errors`.
- Fix losing filters when using inheritance.

Expand Down Expand Up @@ -90,7 +92,8 @@

- Initial release.

[master]: https://github.com/orgsync/active_interaction/compare/v0.9.0...master
[master]: https://github.com/orgsync/active_interaction/compare/v0.9.1...master
[0.9.1]: https://github.com/orgsync/active_interaction/compare/v0.9.0...0.9.1
[0.9.0]: https://github.com/orgsync/active_interaction/compare/v0.9.0...0.9.0
[0.8.0]: https://github.com/orgsync/active_interaction/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/orgsync/active_interaction/compare/v0.6.1...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ This project uses [semantic versioning][].
Add it to your Gemfile:

```ruby
gem 'active_interaction', '~> 0.9.0'
gem 'active_interaction', '~> 0.9.1'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction/version.rb
Expand Up @@ -2,5 +2,5 @@

# rubocop:disable Documentation
module ActiveInteraction
VERSION = Gem::Version.new('0.9.0')
VERSION = Gem::Version.new('0.9.1')
end

0 comments on commit 3af2df3

Please sign in to comment.