Skip to content

Commit 4bc913a

Browse files
committed
🔖 Prepare release v2.0.8
⚡️ A message from a fellow meat-based-AI ⚡️ - [❤️] Finely-crafted open-source tools like kettle-test (& many more) require time and effort. - [❤️] Though I adore my work, it lacks financial sustainability. - [❤️] Please, help me continue enhancing your tools by becoming a sponsor: - [💲] https://liberapay.com/pboling/donate - [💲] https://github.com/sponsors/pboling
1 parent c21526c commit 4bc913a

6 files changed

Lines changed: 54 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ Please file a bug if you notice a violation of semantic versioning.
2222

2323
### Changed
2424

25-
- Runtime dependency `rspec-stubbed_env` now requires v1.0.5 or newer.
26-
2725
### Deprecated
2826

2927
### Removed
@@ -32,6 +30,17 @@ Please file a bug if you notice a violation of semantic versioning.
3230

3331
### Security
3432

33+
## [2.0.8] - 2026-06-27
34+
35+
- TAG: [v2.0.8][2.0.8t]
36+
- COVERAGE: 96.81% -- 91/94 lines in 16 files
37+
- BRANCH COVERAGE: 100.00% -- 2/2 branches in 16 files
38+
- 90.00% documented
39+
40+
### Changed
41+
42+
- Runtime dependency `rspec-stubbed_env` now requires v1.0.5 or newer.
43+
3544
## [2.0.7] - 2026-06-24
3645

3746
- TAG: [v2.0.7][2.0.7t]
@@ -367,7 +376,9 @@ Please file a bug if you notice a violation of semantic versioning.
367376
- silent_stream
368377
- timecop-rspec
369378

370-
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.7...HEAD
379+
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.8...HEAD
380+
[2.0.8]: https://github.com/kettle-dev/kettle-test/compare/v2.0.7...v2.0.8
381+
[2.0.8t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.8
371382
[2.0.7]: https://github.com/kettle-dev/kettle-test/compare/v2.0.6...v2.0.7
372383
[2.0.7t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.7
373384
[2.0.6]: https://github.com/kettle-dev/kettle-test/compare/v2.0.5...v2.0.6

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
kettle-test (2.0.7)
11+
kettle-test (2.0.8)
1212
appraisal2 (~> 3.0, >= 3.0.6)
1313
backports (~> 3.0)
1414
rspec (~> 3.0)

docs/Kettle/Test/Version.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h2>
9898
<dt id="VERSION-constant" class="">VERSION =
9999

100100
</dt>
101-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>2.0.7</span><span class='tstring_end'>&quot;</span></span></pre></dd>
101+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>2.0.8</span><span class='tstring_end'>&quot;</span></span></pre></dd>
102102

103103
</dl>
104104

@@ -114,7 +114,7 @@ <h2>
114114
</div>
115115

116116
<div id="footer">
117-
Generated on Wed Jun 24 05:03:07 2026 by
117+
Generated on Sat Jun 27 05:28:10 2026 by
118118
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119119
0.9.44 (ruby-4.0.5).
120120
</div>

docs/file.CHANGELOG.html

Lines changed: 31 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
and <a href="https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html">yes</a>, platform and engine support are part of the <a href="https://github.com/semver/semver/issues/716#issuecomment-869336139">public API</a>.<br>
7171
Please file a bug if you notice a violation of semantic versioning.</p>
7272

73-
<h2 id="unreleased"><a href="https://github.com/kettle-dev/kettle-test/compare/v2.0.7...HEAD">Unreleased</a></h2>
73+
<h2 id="unreleased"><a href="https://github.com/kettle-dev/kettle-test/compare/v2.0.8...HEAD">Unreleased</a></h2>
7474

7575
<h3 id="added">Added</h3>
7676

@@ -84,6 +84,23 @@ <h3 id="fixed">Fixed</h3>
8484

8585
<h3 id="security">Security</h3>
8686

87+
<h2 id="208---2026-06-27">
88+
<a href="https://github.com/kettle-dev/kettle-test/compare/v2.0.7...v2.0.8">2.0.8</a> - 2026-06-27</h2>
89+
90+
<ul>
91+
<li>TAG: <a href="https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.8">v2.0.8</a>
92+
</li>
93+
<li>COVERAGE: 96.81% – 91/94 lines in 16 files</li>
94+
<li>BRANCH COVERAGE: 100.00% – 2/2 branches in 16 files</li>
95+
<li>90.00% documented</li>
96+
</ul>
97+
98+
<h3 id="changed-1">Changed</h3>
99+
100+
<ul>
101+
<li>Runtime dependency <code>rspec-stubbed_env</code> now requires v1.0.5 or newer.</li>
102+
</ul>
103+
87104
<h2 id="207---2026-06-24">
88105
<a href="https://github.com/kettle-dev/kettle-test/compare/v2.0.6...v2.0.7">2.0.7</a> - 2026-06-24</h2>
89106

@@ -95,7 +112,7 @@ <h2 id="207---2026-06-24">
95112
<li>90.00% documented</li>
96113
</ul>
97114

98-
<h3 id="changed-1">Changed</h3>
115+
<h3 id="changed-2">Changed</h3>
99116

100117
<ul>
101118
<li>Updated to latest kettle-jem template
@@ -128,7 +145,7 @@ <h3 id="added-1">Added</h3>
128145
</li>
129146
</ul>
130147

131-
<h3 id="changed-2">Changed</h3>
148+
<h3 id="changed-3">Changed</h3>
132149

133150
<ul>
134151
<li>Retemplated project metadata and CI/development automation with <code>kettle-jem</code> v7.0.0.</li>
@@ -146,7 +163,7 @@ <h2 id="205---2026-06-10">
146163
<li>90.00% documented</li>
147164
</ul>
148165

149-
<h3 id="changed-3">Changed</h3>
166+
<h3 id="changed-4">Changed</h3>
150167

151168
<ul>
152169
<li>
@@ -182,7 +199,7 @@ <h2 id="204---2026-06-08">
182199
<li>90.00% documented</li>
183200
</ul>
184201

185-
<h3 id="changed-4">Changed</h3>
202+
<h3 id="changed-5">Changed</h3>
186203

187204
<ul>
188205
<li>Retemplated project workflows with the current kettle-jem template and raised<br>
@@ -208,7 +225,7 @@ <h2 id="203---2026-06-02">
208225
<li>90.00% documented</li>
209226
</ul>
210227

211-
<h3 id="changed-5">Changed</h3>
228+
<h3 id="changed-6">Changed</h3>
212229

213230
<ul>
214231
<li>Retemplated project files with the current kettle-jem template, including<br>
@@ -235,7 +252,7 @@ <h2 id="202---2026-06-01">
235252
<li>90.00% documented</li>
236253
</ul>
237254

238-
<h3 id="changed-6">Changed</h3>
255+
<h3 id="changed-7">Changed</h3>
239256

240257
<ul>
241258
<li>Retemplated project files with the current kettle-jem template, including the<br>
@@ -264,7 +281,7 @@ <h2 id="201---2026-05-25">
264281
<li>90.00% documented</li>
265282
</ul>
266283

267-
<h3 id="changed-7">Changed</h3>
284+
<h3 id="changed-8">Changed</h3>
268285

269286
<ul>
270287
<li>Refreshed generated project templates and CI workflows.</li>
@@ -309,7 +326,7 @@ <h3 id="added-2">Added</h3>
309326
helpers and configuration constants.</li>
310327
</ul>
311328

312-
<h3 id="changed-8">Changed</h3>
329+
<h3 id="changed-9">Changed</h3>
313330

314331
<ul>
315332
<li>
@@ -339,7 +356,7 @@ <h2 id="1010---2026-02-06">
339356
<li>100.00% documented</li>
340357
</ul>
341358

342-
<h3 id="changed-9">Changed</h3>
359+
<h3 id="changed-10">Changed</h3>
343360

344361
<ul>
345362
<li>Upgraded to <a href="https://github.com/appraisal-rb/appraisal2/releases/tag/v3.0.1">appraisal2 v3.0.1</a>
@@ -391,7 +408,7 @@ <h3 id="added-4">Added</h3>
391408
</li>
392409
</ul>
393410

394-
<h3 id="changed-10">Changed</h3>
411+
<h3 id="changed-11">Changed</h3>
395412

396413
<ul>
397414
<li>Updated documentation on hostile takeover of RubyGems
@@ -478,7 +495,7 @@ <h3 id="added-8">Added</h3>
478495
<li>default config for rspec-pending_for</li>
479496
</ul>
480497

481-
<h3 id="changed-11">Changed</h3>
498+
<h3 id="changed-12">Changed</h3>
482499

483500
<ul>
484501
<li>upgraded kettle-dev to 1.1.34 for development</li>
@@ -502,7 +519,7 @@ <h3 id="added-9">Added</h3>
502519
<li>opencollective funding links to README.md</li>
503520
</ul>
504521

505-
<h3 id="changed-12">Changed</h3>
522+
<h3 id="changed-13">Changed</h3>
506523

507524
<ul>
508525
<li>kettle-dev 1.0.18 for development</li>
@@ -599,7 +616,7 @@ <h3 id="added-11">Added</h3>
599616
</div></div>
600617

601618
<div id="footer">
602-
Generated on Wed Jun 24 05:03:07 2026 by
619+
Generated on Sat Jun 27 05:28:10 2026 by
603620
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
604621
0.9.44 (ruby-4.0.5).
605622
</div>

docs/file.CONTRIBUTING.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,12 @@ <h2 id="appraisals">Appraisals</h2>
210210

211211
<p>They are created and updated with the commands:</p>
212212

213-
<pre class="code language-console"><code class="language-console">bin/rake appraisal:update
213+
<pre class="code language-console"><code class="language-console">bin/rake appraisal:generate
214214
</code></pre>
215215

216+
<p>Use <code>bin/rake appraisal:update</code> when you intentionally need to resolve fresh<br>
217+
appraisal locks.</p>
218+
216219
<p>If you need to reset all gemfiles/*.gemfile.lock files:</p>
217220

218221
<pre class="code language-console"><code class="language-console">bin/rake appraisal:reset
@@ -357,7 +360,7 @@ <h4 id="manual-process">Manual process</h4>
357360
</div></div>
358361

359362
<div id="footer">
360-
Generated on Thu Jun 18 23:51:29 2026 by
363+
Generated on Sat Jun 27 05:28:10 2026 by
361364
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
362365
0.9.44 (ruby-4.0.5).
363366
</div>

lib/kettle/test/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Kettle
44
module Test
55
module Version
6-
VERSION = "2.0.7"
6+
VERSION = "2.0.8"
77
end
88
VERSION = Version::VERSION # Traditional Constant Location
99
end

0 commit comments

Comments
 (0)