Skip to content

Commit 7b70b16

Browse files
committed
Version bump
1 parent 32e79ef commit 7b70b16

8 files changed

+11
-7
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Unreleased
22

3+
### 1.7.1
4+
5+
* Safely handle `to_param` for new records #69
6+
37
### 1.7.0
48

59
* Add `exist?` override #62 @luizkowalski

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
prefixed_ids (1.7.0)
4+
prefixed_ids (1.7.1)
55
hashids (>= 1.0.0, < 2.0.0)
66
rails (>= 6.0.0)
77

gemfiles/rails_6.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
prefixed_ids (1.7.0)
4+
prefixed_ids (1.7.1)
55
hashids (>= 1.0.0, < 2.0.0)
66
rails (>= 6.0.0)
77

gemfiles/rails_6_1.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
prefixed_ids (1.7.0)
4+
prefixed_ids (1.7.1)
55
hashids (>= 1.0.0, < 2.0.0)
66
rails (>= 6.0.0)
77

gemfiles/rails_7_0.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
prefixed_ids (1.7.0)
4+
prefixed_ids (1.7.1)
55
hashids (>= 1.0.0, < 2.0.0)
66
rails (>= 6.0.0)
77

gemfiles/rails_7_1.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
prefixed_ids (1.7.0)
4+
prefixed_ids (1.7.1)
55
hashids (>= 1.0.0, < 2.0.0)
66
rails (>= 6.0.0)
77

gemfiles/rails_main.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GIT
9898
PATH
9999
remote: ..
100100
specs:
101-
prefixed_ids (1.7.0)
101+
prefixed_ids (1.7.1)
102102
hashids (>= 1.0.0, < 2.0.0)
103103
rails (>= 6.0.0)
104104

lib/prefixed_ids/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PrefixedIds
2-
VERSION = "1.7.0"
2+
VERSION = "1.7.1"
33
end

0 commit comments

Comments
 (0)