Skip to content

Commit dbff7d8

Browse files
authored
chore: prep v2.2.0 release (#204)
* update CHANGELOG * bump version to 2.2.0 * build docs
1 parent b4213b1 commit dbff7d8

18 files changed

+237
-231
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88

99
None
1010

11+
## [2.2.0](https://github.com/clarkedb/grift/releases/tag/v2.2.0) - 2024-01-13
12+
13+
### Added
14+
15+
* Official support for Ruby 3.3 ([#203](https://github.com/clarkedb/grift/pull/203))
16+
1117
## [2.1.0](https://github.com/clarkedb/grift/releases/tag/v2.1.0) - 2022-12-27
1218

1319
### Added

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-
grift (2.1.0)
4+
grift (2.2.0)
55

66
GEM
77
remote: https://rubygems.org/

docs/Grift.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Module: Grift
88

9-
&mdash; Documentation by YARD 0.9.28
9+
&mdash; Documentation by YARD 0.9.34
1010

1111
</title>
1212

@@ -131,7 +131,7 @@ <h2>
131131

132132
</div>
133133
</dt>
134-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.0</span><span class='tstring_end'>&#39;</span></span></pre></dd>
134+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.2.0</span><span class='tstring_end'>&#39;</span></span></pre></dd>
135135

136136
</dl>
137137

@@ -1494,9 +1494,9 @@ <h3 class="signature " id="spy_on-class_method">
14941494
</div>
14951495

14961496
<div id="footer">
1497-
Generated on Tue Dec 27 12:12:06 2022 by
1497+
Generated on Fri Jan 12 22:56:58 2024 by
14981498
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1499-
0.9.28 (ruby-3.1.3).
1499+
0.9.34 (ruby-3.3.0).
15001500
</div>
15011501

15021502
</div>

docs/Grift/Config.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Module: Grift::Config
88

9-
&mdash; Documentation by YARD 0.9.28
9+
&mdash; Documentation by YARD 0.9.34
1010

1111
</title>
1212

@@ -215,9 +215,9 @@ <h3 class="signature first" id="restricted_methods-class_method">
215215
</div>
216216

217217
<div id="footer">
218-
Generated on Tue Dec 27 12:12:06 2022 by
218+
Generated on Fri Jan 12 22:56:58 2024 by
219219
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
220-
0.9.28 (ruby-3.1.3).
220+
0.9.34 (ruby-3.3.0).
221221
</div>
222222

223223
</div>

docs/Grift/Error.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Exception: Grift::Error
88

9-
&mdash; Documentation by YARD 0.9.28
9+
&mdash; Documentation by YARD 0.9.34
1010

1111
</title>
1212

@@ -125,9 +125,9 @@ <h2>Overview</h2><div class="docstring">
125125
</div>
126126

127127
<div id="footer">
128-
Generated on Tue Dec 27 12:12:06 2022 by
128+
Generated on Fri Jan 12 22:56:58 2024 by
129129
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130-
0.9.28 (ruby-3.1.3).
130+
0.9.34 (ruby-3.3.0).
131131
</div>
132132

133133
</div>

docs/Grift/MinitestPlugin.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Module: Grift::MinitestPlugin
88

9-
&mdash; Documentation by YARD 0.9.28
9+
&mdash; Documentation by YARD 0.9.34
1010

1111
</title>
1212

@@ -210,9 +210,9 @@ <h3 class="signature first" id="after_teardown-instance_method">
210210
</div>
211211

212212
<div id="footer">
213-
Generated on Tue Dec 27 12:12:06 2022 by
213+
Generated on Fri Jan 12 22:56:58 2024 by
214214
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
215-
0.9.28 (ruby-3.1.3).
215+
0.9.34 (ruby-3.3.0).
216216
</div>
217217

218218
</div>

0 commit comments

Comments
 (0)