Skip to content

Commit

Permalink
🎉 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilperez committed Jan 21, 2023
1 parent 2fe3664 commit d4f15c6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.

## Unreleased

## 0.5.2

- Added support for Puerto Rico, thanks to ~ @tahanson
- Added support for newer Honduras codes with backwards compatibility ~ @tahanson

## 0.5.1

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
validates_zipcode (0.5.1)
validates_zipcode (0.5.2)
activemodel (>= 4.2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
validates_zipcode (0.5.1)
validates_zipcode (0.5.2)
activemodel (>= 4.2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
validates_zipcode (0.5.1)
validates_zipcode (0.5.2)
activemodel (>= 4.2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
validates_zipcode (0.5.1)
validates_zipcode (0.5.2)
activemodel (>= 4.2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_edge.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GIT
PATH
remote: ..
specs:
validates_zipcode (0.5.1)
validates_zipcode (0.5.2)
activemodel (>= 4.2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/validates_zipcode/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ValidatesZipcode
VERSION = '0.5.1'
VERSION = '0.5.2'
end

0 comments on commit d4f15c6

Please sign in to comment.