Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jan 29, 2022
1 parent c7900b9 commit 3a66c85
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 3.1.0 (2022-01-29)

* Invoke on_assignment callback after assignment is stored in database; add global on_assignment callback (@frostmark)

== 3.0.2 (2022-01-27)

* Fix AbTest#alternative_for to always prefer persisted participants (@tgrathwell)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vanity (3.0.2)
vanity (3.1.0)
i18n

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails42.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
vanity (3.0.2)
vanity (3.1.0)
i18n

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails42_protected_attributes.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
vanity (3.0.2)
vanity (3.1.0)
i18n

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails51.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
vanity (3.0.2)
vanity (3.1.0)
i18n

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails52.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
vanity (3.0.2)
vanity (3.1.0)
i18n

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
vanity (3.0.2)
vanity (3.1.0)
i18n

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
vanity (3.0.2)
vanity (3.1.0)
i18n

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/vanity/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Vanity
VERSION = "3.0.2"
VERSION = "3.1.0"

module Version
version = VERSION.to_s.split(".").map { |i| i.to_i }
Expand Down

0 comments on commit 3a66c85

Please sign in to comment.