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

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Mar 3, 2022
1 parent 8c72644 commit 09a131d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
== 4.0.0 (2022-03-03)

* Drop support for Ruby < 2.5 (@frostmark)
* Drop support for Rails < 5.2 (@bensheldon)

== 3.1.0 (2022-01-29)

* Invoke on_assignment callback after assignment is stored in database; add global on_assignment callback (@frostmark)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vanity (3.2.0)
vanity (4.0.0)
i18n

GEM
Expand Down Expand Up @@ -44,7 +44,7 @@ GEM
activesupport (>= 2.2.0)
crack (>= 0.1.6)
hitimes (1.2.2)
i18n (1.9.1)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
integration (0.1.0)
jdbc-sqlite3 (3.8.7)
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.2.0)
vanity (4.0.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.2.0)
vanity (4.0.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.2.0)
vanity (4.0.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.2.0"
VERSION = "4.0.0"

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

0 comments on commit 09a131d

Please sign in to comment.