Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Commit

Permalink
Releasing 0.1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markijbema committed Aug 19, 2013
1 parent e115869 commit d5e0d5c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## HEAD

## 0.1.7.1

Fixed regressions in validation logic

## 0.1.7

* Removed the methods `old_interactor`, `old_command`, and `old_query` from both Pavlov module and Helpers.
Expand Down
6 changes: 5 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## HEAD

## 0.1.7
# 0.1.7.1

* Rename all your `valid?` methods to `validate`. If you called `valid?` on your operations, you can continue to do so.

## 0.1.7

Skip this version

## 0.1.6


Expand Down
2 changes: 1 addition & 1 deletion lib/pavlov/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module Pavlov
# We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to
# handle this better.
VERSION = '0.1.7'
VERSION = '0.1.7.1'
end

0 comments on commit d5e0d5c

Please sign in to comment.