Skip to content

Commit b48ebd3

Browse files
committed
🔖 Prepare release v1.0.3
1 parent eb7f359 commit b48ebd3

23 files changed

Lines changed: 177 additions & 130 deletions

CHANGELOG.md

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

2323
### Changed
2424

25-
- Development tooling now resolves `kettle-dev` 2.2.3, `kettle-test` 2.0.5,
26-
`kettle-soup-cover` 2.0.2, and `yard-fence` 0.9.3 or newer.
27-
2825
### Deprecated
2926

3027
### Removed
3128

3229
### Fixed
3330

31+
### Security
32+
33+
## [1.0.3] - 2026-06-10
34+
35+
- TAG: [v1.0.3][1.0.3t]
36+
- COVERAGE: 100.00% -- 86/86 lines in 4 files
37+
- BRANCH COVERAGE: 100.00% -- 28/28 branches in 4 files
38+
- 12.50% documented
39+
40+
### Changed
41+
42+
- Development tooling now resolves `kettle-dev` 2.2.3, `kettle-test` 2.0.5,
43+
`kettle-soup-cover` 2.0.2, and `yard-fence` 0.9.3 or newer.
44+
45+
### Fixed
46+
3447
- Updated generated project metadata links to use the migrated `kettle-dev`
3548
GitHub organization.
3649

3750
- Corrected misspelled contact metadata to use `galtzo.com`.
3851

39-
### Security
40-
4152
## [1.0.2] - 2026-05-31
4253

4354
- TAG: [v1.0.2][1.0.2t]
@@ -95,7 +106,9 @@ Please file a bug if you notice a violation of semantic versioning.
95106
- TAG: [v1.0.0][1.0.0t]
96107
- 12.50% documented
97108

98-
[Unreleased]: https://github.com/kettle-rb/nomono/compare/v1.0.2...HEAD
109+
[Unreleased]: https://github.com/kettle-dev/nomono/compare/v1.0.3...HEAD
110+
[1.0.3]: https://github.com/kettle-dev/nomono/compare/v1.0.2...v1.0.3
111+
[1.0.3t]: https://github.com/kettle-dev/nomono/releases/tag/v1.0.3
99112
[1.0.2]: https://github.com/kettle-rb/nomono/compare/v1.0.1...v1.0.2
100113
[1.0.2t]: https://github.com/kettle-rb/nomono/releases/tag/v1.0.2
101114
[1.0.1]: https://github.com/kettle-rb/nomono/compare/v1.0.0...v1.0.1

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
nomono (1.0.2)
4+
nomono (1.0.3)
55
version_gem (~> 1.1, >= 1.1.11)
66

77
GEM
@@ -466,7 +466,7 @@ CHECKSUMS
466466
nokogiri (1.19.3-arm64-darwin) sha256=71b9bd424b1b7abc18b05052a1a3cfd3627abdca62be280854cc411791357e42
467467
nokogiri (1.19.3-x86_64-linux-gnu) sha256=2f5078620fe12e83669b5b17311b32532a8153d02eee7ad06948b926d6080976
468468
nokogiri (1.19.3-x86_64-linux-musl) sha256=248c906d2166eca5efb56d52fdee5f9a1f51d69a72e2b64fdac647b4ce39ea3f
469-
nomono (1.0.2)
469+
nomono (1.0.3)
470470
openssl (4.0.2) sha256=1037ad2868ae58df9ad917891c0c0f9815a1172f6846d4bcdd508e4c2ee747c2
471471
ostruct (0.6.3) sha256=95a2ed4a4bd1d190784e666b47b2d3f078e4a9efda2fccf18f84ddc6538ed912
472472
parallel (1.28.0) sha256=33e6de1484baf2524792d178b0913fc8eb94c628d6cfe45599ad4458c638c970

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ Thanks for RTFM. ☺️
458458
[📄license-ref]: AGPL-3.0-only.md
459459
[📄license-img]: https://img.shields.io/badge/License-AGPL--3.0--only-259D6C.svg
460460
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-x
461-
[📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X--C0392B.svg?style=flat&logo=Apache
461+
[📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X-%E2%9C%97-C0392B.svg?style=flat&logo=Apache
462462

463463
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
464464
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat

docs/Nomono/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'>1.0.2</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'>1.0.3</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 Sun May 31 21:27:30 2026 by
117+
Generated on Wed Jun 10 00:49:48 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: 36 additions & 6 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-rb/nomono/compare/v1.0.2...HEAD">Unreleased</a></h2>
73+
<h2 id="unreleased"><a href="https://github.com/kettle-dev/nomono/compare/v1.0.3...HEAD">Unreleased</a></h2>
7474

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

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

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

87+
<h2 id="103---2026-06-10">
88+
<a href="https://github.com/kettle-dev/nomono/compare/v1.0.2...v1.0.3">1.0.3</a> - 2026-06-10</h2>
89+
90+
<ul>
91+
<li>TAG: <a href="https://github.com/kettle-dev/nomono/releases/tag/v1.0.3">v1.0.3</a>
92+
</li>
93+
<li>COVERAGE: 100.00% – 86/86 lines in 4 files</li>
94+
<li>BRANCH COVERAGE: 100.00% – 28/28 branches in 4 files</li>
95+
<li>12.50% documented</li>
96+
</ul>
97+
98+
<h3 id="changed-1">Changed</h3>
99+
100+
<ul>
101+
<li>Development tooling now resolves <code>kettle-dev</code> 2.2.3, <code>kettle-test</code> 2.0.5,<br>
102+
<code>kettle-soup-cover</code> 2.0.2, and <code>yard-fence</code> 0.9.3 or newer.</li>
103+
</ul>
104+
105+
<h3 id="fixed-1">Fixed</h3>
106+
107+
<ul>
108+
<li>
109+
<p>Updated generated project metadata links to use the migrated <code>kettle-dev</code><br>
110+
GitHub organization.</p>
111+
</li>
112+
<li>
113+
<p>Corrected misspelled contact metadata to use <code>galtzo.com</code>.</p>
114+
</li>
115+
</ul>
116+
87117
<h2 id="102---2026-05-31">
88118
<a href="https://github.com/kettle-rb/nomono/compare/v1.0.1...v1.0.2">1.0.2</a> - 2026-05-31</h2>
89119

@@ -102,7 +132,7 @@ <h3 id="added-1">Added</h3>
102132
plan from the current kettle-jem template.</li>
103133
</ul>
104134

105-
<h3 id="changed-1">Changed</h3>
135+
<h3 id="changed-2">Changed</h3>
106136

107137
<ul>
108138
<li>Retemplated with the current kettle-jem template set, including the<br>
@@ -111,7 +141,7 @@ <h3 id="changed-1">Changed</h3>
111141
<code>kettle-dev</code> 2.0.6 development dependency floor.</li>
112142
</ul>
113143

114-
<h3 id="fixed-1">Fixed</h3>
144+
<h3 id="fixed-2">Fixed</h3>
115145

116146
<ul>
117147
<li>Fixed generated documentation URLs that incorrectly pointed at a monorepo<br>
@@ -137,13 +167,13 @@ <h3 id="added-2">Added</h3>
137167
<li>Improved documentation of ENV variables and overrides in README.md</li>
138168
</ul>
139169

140-
<h3 id="changed-2">Changed</h3>
170+
<h3 id="changed-3">Changed</h3>
141171

142172
<ul>
143173
<li>Retemplated with the current kettle-jem template set.</li>
144174
</ul>
145175

146-
<h3 id="fixed-2">Fixed</h3>
176+
<h3 id="fixed-3">Fixed</h3>
147177

148178
<ul>
149179
<li>(dev) Updated the development dependency floor to <code>kettle-dev</code> 2.0.1 so the<br>
@@ -168,7 +198,7 @@ <h2 id="100---2026-03-26">
168198
</div></div>
169199

170200
<div id="footer">
171-
Generated on Sun May 31 21:27:30 2026 by
201+
Generated on Wed Jun 10 00:49:48 2026 by
172202
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
173203
0.9.44 (ruby-4.0.5).
174204
</div>

docs/file.CONTRIBUTING.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161

6262
<div id="content"><div id='filecontents'><h1 id="contributing">Contributing</h1>
6363

64-
<p>Bug reports and pull requests are welcome on <a href="https://codeberg.org/kettle-rb/nomono">CodeBerg</a>, <a href="https://gitlab.com/kettle-rb/nomono">GitLab</a>, or <a href="https://github.com/kettle-rb/nomono">GitHub</a>.<br>
64+
<p>Bug reports and pull requests are welcome on <a href="https://codeberg.org/kettle-dev/nomono">CodeBerg</a>, <a href="https://gitlab.com/kettle-dev/nomono">GitLab</a>, or <a href="https://github.com/kettle-dev/nomono">GitHub</a>.<br>
6565
This project should be a safe, welcoming space for collaboration, so contributors agree to adhere to<br>
66-
the <a href="https://github.com/kettle-rb/nomono/blob/main/CODE_OF_CONDUCT.md">code of conduct</a>.</p>
66+
the <a href="https://github.com/kettle-dev/nomono/blob/main/CODE_OF_CONDUCT.md">code of conduct</a>.</p>
6767

6868
<p>To submit a patch, please fork the project, create a patch with tests, and send a pull request.</p>
6969

@@ -181,7 +181,7 @@ <h2 id="environment-variables-for-local-development">Environment Variables for L
181181

182182
<p>Git diff driver setup</p>
183183
<ul>
184-
<li>Local setup writes repository <code>.gitattributes</code> entries so this checkout uses StructuredMerge semantic diffs.</li>
184+
<li>Local setup writes repository <code>.gitattributes</code> entries and local Git <code>diff.smorg-*</code> command config so this checkout uses StructuredMerge semantic diffs.</li>
185185
<li>Global setup registers <code>diff.smorg-*</code> commands once in the user Git config; use it when you work across several StructuredMerge-enabled repositories.</li>
186186
<li>Include-file setup writes <code>.git/smorg/config</code> and includes it from local Git config, keeping command registrations out of the repository files.</li>
187187
<li>Git hosting forges generally ignore external diff drivers, so pull request views may still show raw textual diffs even when local <code>git diff</code> uses semantic drivers.</li>
@@ -194,7 +194,7 @@ <h2 id="environment-variables-for-local-development">Environment Variables for L
194194
<ul>
195195
<li>Use <code>git diff --no-ext-diff</code> to compare against Git’s built-in diff output.</li>
196196
<li>Use <code>git diff --no-textconv</code> when a textconv projection obscures the raw file bytes you need to inspect.</li>
197-
<li>If Git reports a missing <code>smorg-*</code> executable, rerun <code>bundle install</code> and the setup command above, then check <code>git config --get-regexp '^diff\.smorg-'</code>.</li>
197+
<li>If Git reports a missing <code>smorg-*</code> executable, rerun <code>bundle install</code> and the setup command above, then check <code>git config --local --get-regexp '^diff\.smorg-'</code>.</li>
198198
<li>To remove managed local entries, run <code>K_JEM_TEMPLATING=true bundle exec kettle-jem install --undo</code>; remove global command registrations with <code>git config --global --unset-all diff.smorg-ruby.command</code>.</li>
199199
</ul>
200200

@@ -277,11 +277,11 @@ <h2 id="contributors">Contributors</h2>
277277

278278
<p>Your picture could be here!</p>
279279

280-
<p><a href="https://github.com/kettle-rb/nomono/graphs/contributors"><img src="https://contrib.rocks/image?repo=kettle-rb/nomono" alt="Contributors"></a></p>
280+
<p><a href="https://github.com/kettle-dev/nomono/graphs/contributors"><img src="https://contrib.rocks/image?repo=kettle-dev/nomono" alt="Contributors"></a></p>
281281

282282
<p>Made with <a href="https://contrib.rocks">contributors-img</a>.</p>
283283

284-
<p>Also see GitLab Contributors: <a href="https://gitlab.com/kettle-rb/nomono/-/graphs/main">https://gitlab.com/kettle-rb/nomono/-/graphs/main</a></p>
284+
<p>Also see GitLab Contributors: <a href="https://gitlab.com/kettle-dev/nomono/-/graphs/main">https://gitlab.com/kettle-dev/nomono/-/graphs/main</a></p>
285285

286286
<h2 id="for-maintainers">For Maintainers</h2>
287287

@@ -317,7 +317,7 @@ <h4 id="manual-process">Manual process</h4>
317317
<li>Run <code>git commit -am "🔖 Prepare release v&lt;VERSION&gt;"</code> to commit the changes</li>
318318
<li>Run <code>git push</code> to trigger the final CI pipeline before release, and merge PRs
319319
<ul>
320-
<li>NOTE: Remember to <a href="https://github.com/kettle-rb/nomono/actions">check the build</a>.</li>
320+
<li>NOTE: Remember to <a href="https://github.com/kettle-dev/nomono/actions">check the build</a>.</li>
321321
</ul>
322322
</li>
323323
<li>Run <code>export GIT_TRUNK_BRANCH_NAME="$(git remote show origin | grep 'HEAD branch' | cut -d ' ' -f5)" &amp;&amp; echo $GIT_TRUNK_BRANCH_NAME</code>
@@ -357,7 +357,7 @@ <h4 id="manual-process">Manual process</h4>
357357
</div></div>
358358

359359
<div id="footer">
360-
Generated on Sun May 31 21:27:30 2026 by
360+
Generated on Wed Jun 10 00:49:48 2026 by
361361
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
362362
0.9.44 (ruby-4.0.5).
363363
</div>

docs/file.FUNDING.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<p>Many paths lead to being a sponsor or a backer of this project. Are you on such a path?</p>
6767

68-
<p><a href="https://opencollective.com/kettle-rb#backer"><img src="https://opencollective.com/kettle-rb/backers/badge.svg?style=flat" alt="OpenCollective Backers"></a> <a href="https://opencollective.com/kettle-rb#sponsor"><img src="https://opencollective.com/kettle-rb/sponsors/badge.svg?style=flat" alt="OpenCollective Sponsors"></a> <a href="https://github.com/sponsors/pboling"><img src="https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&amp;logo=github" alt="Sponsor Me on Github"></a> <a href="https://liberapay.com/pboling/donate"><img src="https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&amp;color=a51611&amp;style=flat" alt="Liberapay Goal Progress"></a> <a href="https://www.paypal.com/paypalme/peterboling"><img src="https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&amp;logo=paypal" alt="Donate on PayPal"></a></p>
68+
<p><a href="https://opencollective.com/kettle-dev#backer"><img src="https://opencollective.com/kettle-dev/backers/badge.svg?style=flat" alt="OpenCollective Backers"></a> <a href="https://opencollective.com/kettle-dev#sponsor"><img src="https://opencollective.com/kettle-dev/sponsors/badge.svg?style=flat" alt="OpenCollective Sponsors"></a> <a href="https://github.com/sponsors/pboling"><img src="https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&amp;logo=github" alt="Sponsor Me on Github"></a> <a href="https://liberapay.com/pboling/donate"><img src="https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&amp;color=a51611&amp;style=flat" alt="Liberapay Goal Progress"></a> <a href="https://www.paypal.com/paypalme/peterboling"><img src="https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&amp;logo=paypal" alt="Donate on PayPal"></a></p>
6969

7070
<p><a href="https://www.buymeacoffee.com/pboling"><img src="https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat" alt="Buy me a coffee"></a> <a href="https://polar.sh/pboling"><img src="https://img.shields.io/badge/polar-donate-a51611.svg?style=flat" alt="Donate on Polar"></a> <a href="https://ko-fi.com/pboling"><img src="https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat" alt="Donate to my FLOSS efforts at ko-fi.com"></a> <a href="https://patreon.com/galtzo"><img src="https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat" alt="Donate to my FLOSS efforts using Patreon"></a></p>
7171

@@ -86,7 +86,7 @@ <h1 id="-a-request-for-help">🤑 A request for help</h1>
8686

8787
<p>To say “thanks!” ☝️ Join the Discord or 👇️ send money.</p>
8888

89-
<p><a href="https://opencollective.com/kettle-rb"><img src="https://img.shields.io/opencollective/all/kettle-rb?style=for-the-badge" alt="Sponsor kettle-rb/nomono on Open Source Collective"></a> 💌 <a href="https://github.com/sponsors/pboling"><img src="https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&amp;logo=github" alt="Sponsor me on GitHub Sponsors"></a> 💌 <a href="https://liberapay.com/pboling/donate"><img src="https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&amp;logo=liberapay&amp;color=a51611" alt="Sponsor me on Liberapay"></a> 💌 <a href="https://www.paypal.com/paypalme/peterboling"><img src="https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&amp;logo=paypal&amp;color=0A0A0A" alt="Donate on PayPal"></a></p>
89+
<p><a href="https://opencollective.com/kettle-dev"><img src="https://img.shields.io/opencollective/all/kettle-dev?style=for-the-badge" alt="Sponsor kettle-dev/nomono on Open Source Collective"></a> 💌 <a href="https://github.com/sponsors/pboling"><img src="https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&amp;logo=github" alt="Sponsor me on GitHub Sponsors"></a> 💌 <a href="https://liberapay.com/pboling/donate"><img src="https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&amp;logo=liberapay&amp;color=a51611" alt="Sponsor me on Liberapay"></a> 💌 <a href="https://www.paypal.com/paypalme/peterboling"><img src="https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&amp;logo=paypal&amp;color=0A0A0A" alt="Donate on PayPal"></a></p>
9090

9191
<h1 id="another-way-to-support-open-source-software">Another Way to Support Open Source Software</h1>
9292

@@ -101,7 +101,7 @@ <h1 id="another-way-to-support-open-source-software">Another Way to Support Open
101101
</div></div>
102102

103103
<div id="footer">
104-
Generated on Tue May 26 23:47:28 2026 by
104+
Generated on Wed Jun 10 00:49:48 2026 by
105105
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
106106
0.9.44 (ruby-4.0.5).
107107
</div>

docs/file.LICENSE.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,13 @@
7272

7373
<h2 id="copyright-notice">Copyright Notice</h2>
7474

75-
<p>Copyright (c) 2026 Peter H. Boling</p>
75+
<ul>
76+
<li>Copyright (c) 2026 Peter H. Boling</li>
77+
</ul>
7678
</div></div>
7779

7880
<div id="footer">
79-
Generated on Sun May 31 21:27:30 2026 by
81+
Generated on Wed Jun 10 00:49:48 2026 by
8082
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
8183
0.9.44 (ruby-4.0.5).
8284
</div>

0 commit comments

Comments
 (0)