Skip to content

Commit 5c7b56c

Browse files
committed
Version bump
1 parent 6fa0e84 commit 5c7b56c

7 files changed

+9
-7
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Unreleased
22

3+
### 1.6.0
4+
35
* Add `prefix_id` and `prefix_ids` class methods - @TastyPi
46

57
### 1.5.1

Gemfile.lock

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

@@ -211,4 +211,4 @@ DEPENDENCIES
211211
standard
212212

213213
BUNDLED WITH
214-
2.4.12
214+
2.4.13

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.5.1)
4+
prefixed_ids (1.6.0)
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.5.1)
4+
prefixed_ids (1.6.0)
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.5.1)
4+
prefixed_ids (1.6.0)
55
hashids (>= 1.0.0, < 2.0.0)
66
rails (>= 6.0.0)
77

gemfiles/rails_master.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ GIT
9797
PATH
9898
remote: ..
9999
specs:
100-
prefixed_ids (1.5.1)
100+
prefixed_ids (1.6.0)
101101
hashids (>= 1.0.0, < 2.0.0)
102102
rails (>= 6.0.0)
103103

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.5.1"
2+
VERSION = "1.6.0"
33
end

0 commit comments

Comments
 (0)