Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jul 1, 2024
1 parent 32e79ef commit 7b70b16
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Unreleased

### 1.7.1

* Safely handle `to_param` for new records #69

### 1.7.0

* Add `exist?` override #62 @luizkowalski
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:
prefixed_ids (1.7.0)
prefixed_ids (1.7.1)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
prefixed_ids (1.7.0)
prefixed_ids (1.7.1)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

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:
prefixed_ids (1.7.0)
prefixed_ids (1.7.1)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

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:
prefixed_ids (1.7.0)
prefixed_ids (1.7.1)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
prefixed_ids (1.7.0)
prefixed_ids (1.7.1)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ GIT
PATH
remote: ..
specs:
prefixed_ids (1.7.0)
prefixed_ids (1.7.1)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/prefixed_ids/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PrefixedIds
VERSION = "1.7.0"
VERSION = "1.7.1"
end

0 comments on commit 7b70b16

Please sign in to comment.