Skip to content

Commit 1e448d5

Browse files
committed
chore: release v0.2.0
1 parent 2405b01 commit 1e448d5

File tree

6 files changed

+27
-25
lines changed

6 files changed

+27
-25
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/tbhb/sqids-rails/compare/v0.1.1...main)
3+
## [Unreleased](https://github.com/tbhb/sqids-rails/compare/v0.2.0...main)
4+
5+
## [0.2.0](https://github.com/tbhb/sqids-rails/releases/tag/v0.2.0) - 2024-08-22
46

57
### Enhancements
68

Gemfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
sqids-rails (0.1.1)
4+
sqids-rails (0.2.0)
55
activerecord (>= 6.1.0)
66
sqids (~> 0.2)
77

@@ -86,7 +86,7 @@ GEM
8686
base64 (0.2.0)
8787
bigdecimal (3.1.8)
8888
builder (3.3.0)
89-
concurrent-ruby (1.3.3)
89+
concurrent-ruby (1.3.4)
9090
connection_pool (2.4.1)
9191
crass (1.0.6)
9292
date (3.3.4)
@@ -114,7 +114,7 @@ GEM
114114
net-smtp
115115
marcel (1.0.4)
116116
mini_mime (1.1.5)
117-
minitest (5.24.1)
117+
minitest (5.25.1)
118118
net-imap (0.4.14)
119119
date
120120
net-protocol
@@ -125,28 +125,28 @@ GEM
125125
net-smtp (0.5.0)
126126
net-protocol
127127
nio4r (2.7.3)
128-
nokogiri (1.16.6-aarch64-linux)
128+
nokogiri (1.16.7-aarch64-linux)
129129
racc (~> 1.4)
130-
nokogiri (1.16.6-arm-linux)
130+
nokogiri (1.16.7-arm-linux)
131131
racc (~> 1.4)
132-
nokogiri (1.16.6-arm64-darwin)
132+
nokogiri (1.16.7-arm64-darwin)
133133
racc (~> 1.4)
134-
nokogiri (1.16.6-x86-linux)
134+
nokogiri (1.16.7-x86-linux)
135135
racc (~> 1.4)
136-
nokogiri (1.16.6-x86_64-darwin)
136+
nokogiri (1.16.7-x86_64-darwin)
137137
racc (~> 1.4)
138-
nokogiri (1.16.6-x86_64-linux)
138+
nokogiri (1.16.7-x86_64-linux)
139139
racc (~> 1.4)
140-
parallel (1.25.1)
141-
parser (3.3.3.0)
140+
parallel (1.26.3)
141+
parser (3.3.4.2)
142142
ast (~> 2.4.1)
143143
racc
144144
psych (5.1.2)
145145
stringio
146146
puma (6.4.2)
147147
nio4r (~> 2.0)
148-
racc (1.8.0)
149-
rack (3.1.6)
148+
racc (1.8.1)
149+
rack (3.1.7)
150150
rack-session (2.0.0)
151151
rack (>= 3.0.0)
152152
rack-test (2.1.0)
@@ -190,20 +190,20 @@ GEM
190190
regexp_parser (2.9.2)
191191
reline (0.5.9)
192192
io-console (~> 0.5)
193-
rexml (3.3.1)
193+
rexml (3.3.6)
194194
strscan
195-
rubocop (1.64.1)
195+
rubocop (1.65.1)
196196
json (~> 2.3)
197197
language_server-protocol (>= 3.17.0)
198198
parallel (~> 1.10)
199199
parser (>= 3.3.0.2)
200200
rainbow (>= 2.2.2, < 4.0)
201-
regexp_parser (>= 1.8, < 3.0)
201+
regexp_parser (>= 2.4, < 3.0)
202202
rexml (>= 3.2.5, < 4.0)
203203
rubocop-ast (>= 1.31.1, < 2.0)
204204
ruby-progressbar (~> 1.7)
205205
unicode-display_width (>= 2.4.0, < 3.0)
206-
rubocop-ast (1.31.3)
206+
rubocop-ast (1.32.1)
207207
parser (>= 3.3.1.0)
208208
rubocop-performance (1.21.1)
209209
rubocop (>= 1.48.1, < 2.0)
@@ -218,7 +218,7 @@ GEM
218218
sprockets (4.2.1)
219219
concurrent-ruby (~> 1.0)
220220
rack (>= 2.2.4, < 4)
221-
sprockets-rails (3.5.1)
221+
sprockets-rails (3.5.2)
222222
actionpack (>= 6.1)
223223
activesupport (>= 6.1)
224224
sprockets (>= 3.0.0)
@@ -229,10 +229,10 @@ GEM
229229
sqlite3 (1.7.3-x86-linux)
230230
sqlite3 (1.7.3-x86_64-darwin)
231231
sqlite3 (1.7.3-x86_64-linux)
232-
standard (1.39.1)
232+
standard (1.40.0)
233233
language_server-protocol (~> 3.17.0.2)
234234
lint_roller (~> 1.0)
235-
rubocop (~> 1.64.0)
235+
rubocop (~> 1.65.0)
236236
standard-custom (~> 1.0.0)
237237
standard-performance (~> 1.4)
238238
standard-custom (1.0.2)

gemfiles/rails_6_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
sqids-rails (0.1.1)
4+
sqids-rails (0.2.0)
55
activerecord (>= 6.1.0)
66
sqids (~> 0.2)
77

gemfiles/rails_7_0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
sqids-rails (0.1.1)
4+
sqids-rails (0.2.0)
55
activerecord (>= 6.1.0)
66
sqids (~> 0.2)
77

gemfiles/rails_7_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
sqids-rails (0.1.1)
4+
sqids-rails (0.2.0)
55
activerecord (>= 6.1.0)
66
sqids (~> 0.2)
77

lib/sqids/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Sqids
22
module Rails
3-
VERSION = "0.1.1"
3+
VERSION = "0.2.0"
44
end
55
end

0 commit comments

Comments
 (0)