Skip to content

Commit

Permalink
Verson bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Feb 4, 2014
1 parent 43359a4 commit cfe351c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# [Master][]

# [1.0.1][] (2014-02-04)

- Short circuit `valid?` after successfully running an interaction.
- Fix a bug that prevented merging interpolated symbolic errors.
- Use `:invalid_type` instead of `:invalid` as I18n key for type errors.
Expand Down Expand Up @@ -123,7 +125,8 @@

- Initial release.

[master]: https://github.com/orgsync/active_interaction/compare/v1.0.0...master
[master]: https://github.com/orgsync/active_interaction/compare/v1.0.1...master
[1.0.0]: https://github.com/orgsync/active_interaction/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/orgsync/active_interaction/compare/v0.10.2...v1.0.0
[0.10.2]: https://github.com/orgsync/active_interaction/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/orgsync/active_interaction/compare/v0.10.0...v0.10.1
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
#
# @since 1.0.0
#
# @version 1.0.0
# @version 1.0.1
module ActiveInteraction end
2 changes: 1 addition & 1 deletion lib/active_interaction/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module ActiveInteraction
# The version number.
#
# @return [Gem::Version]
VERSION = Gem::Version.new('1.0.0')
VERSION = Gem::Version.new('1.0.1')
end

0 comments on commit cfe351c

Please sign in to comment.