Skip to content

Commit 4e4284b

Browse files
committed
🔖 Prepare release v0.1.3
1 parent c166b6c commit 4e4284b

5 files changed

Lines changed: 40 additions & 38 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,8 @@ Please file a bug if you notice a violation of semantic versioning.
2020

2121
### Added
2222

23-
- Added `kettle-family metadata` to report each family member's version, Ruby
24-
requirement, licenses, and authors.
25-
2623
### Changed
2724

28-
- Project licensing changed from MIT to AGPL-3.0-only.
29-
- `kettle-family release-state` now invokes `kettle-changelog` from the active
30-
toolchain instead of depending on `kettle-dev` as a published runtime
31-
dependency.
32-
3325
### Deprecated
3426

3527
### Removed
@@ -41,9 +33,9 @@ Please file a bug if you notice a violation of semantic versioning.
4133
## [0.1.3] - 2026-06-14
4234

4335
- TAG: [v0.1.3][0.1.3t]
44-
- COVERAGE: 94.23% -- 899/954 lines in 19 files
45-
- BRANCH COVERAGE: 79.09% -- 261/330 branches in 19 files
46-
- 42.28% documented
36+
- COVERAGE: 94.34% -- 917/972 lines in 19 files
37+
- BRANCH COVERAGE: 78.36% -- 268/342 branches in 19 files
38+
- 44.00% documented
4739

4840
### Changed
4941

@@ -52,13 +44,23 @@ Please file a bug if you notice a violation of semantic versioning.
5244
`release.target_branches` and reports release state for each branch
5345
independently.
5446

47+
- Project licensing changed from MIT to AGPL-3.0-only.
48+
- `kettle-family release-state` now invokes `kettle-changelog` from the active
49+
toolchain instead of depending on `kettle-dev` as a published runtime
50+
dependency.
51+
5552
### Fixed
5653

5754
- Fixed release-state checks to use the active `kettle-dev` API instead of each
5855
member's potentially stale bundle.
5956
- Fixed default discovery excludes so top-level `vendor/`, `tmp/`, `spec/`, and
6057
`test/` directories are ignored.
6158

59+
### Added
60+
61+
- Added `kettle-family metadata` to report each family member's version, Ruby
62+
requirement, licenses, and authors.
63+
6264
## [0.1.2] - 2026-06-13
6365

6466
- TAG: [v0.1.2][0.1.2t]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,15 +516,15 @@ Thanks for RTFM. ☺️
516516
[📌gitmoji]: https://gitmoji.dev
517517
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
518518
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
519-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.954-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
519+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.972-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
520520
[🔐security]: https://github.com/kettle-dev/kettle-family/blob/main/SECURITY.md
521521
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
522522
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
523523
[📄license]: LICENSE.md
524524
[📄license-ref]: AGPL-3.0-only.md
525525
[📄license-img]: https://img.shields.io/badge/License-AGPL--3.0--only-259D6C.svg
526526
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-x
527-
[📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X--C0392B.svg?style=flat&logo=Apache
527+
[📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X-%E2%9C%97-C0392B.svg?style=flat&logo=Apache
528528

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

docs/file.CHANGELOG.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,8 @@ <h2 id="unreleased"><a href="https://github.com/kettle-dev/kettle-family/compare
7474

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

77-
<ul>
78-
<li>Added <code>kettle-family metadata</code> to report each family member’s version, Ruby<br>
79-
requirement, licenses, and authors.</li>
80-
</ul>
81-
8277
<h3 id="changed">Changed</h3>
8378

84-
<ul>
85-
<li>Project licensing changed from MIT to AGPL-3.0-only.</li>
86-
<li>
87-
<code>kettle-family release-state</code> now invokes <code>kettle-changelog</code> from the active<br>
88-
toolchain instead of depending on <code>kettle-dev</code> as a published runtime<br>
89-
dependency.</li>
90-
</ul>
91-
9279
<h3 id="deprecated">Deprecated</h3>
9380

9481
<h3 id="removed">Removed</h3>
@@ -103,19 +90,25 @@ <h2 id="013---2026-06-14">
10390
<ul>
10491
<li>TAG: <a href="https://github.com/kettle-dev/kettle-family/releases/tag/v0.1.3">v0.1.3</a>
10592
</li>
106-
<li>COVERAGE: 94.23% – 899/954 lines in 19 files</li>
107-
<li>BRANCH COVERAGE: 79.09% – 261/330 branches in 19 files</li>
108-
<li>42.28% documented</li>
93+
<li>COVERAGE: 94.34% – 917/972 lines in 19 files</li>
94+
<li>BRANCH COVERAGE: 78.36% – 268/342 branches in 19 files</li>
95+
<li>44.00% documented</li>
10996
</ul>
11097

11198
<h3 id="changed-1">Changed</h3>
11299

113100
<ul>
114101
<li>Runtime dependency <code>kettle-dev</code> now requires 2.2.8 or newer.</li>
115102
<li>
116-
<code>kettle-family release-state</code> now expands configured<br>
103+
<p><code>kettle-family release-state</code> now expands configured<br>
117104
<code>release.target_branches</code> and reports release state for each branch<br>
118-
independently.</li>
105+
independently.</p>
106+
</li>
107+
<li>Project licensing changed from MIT to AGPL-3.0-only.</li>
108+
<li>
109+
<code>kettle-family release-state</code> now invokes <code>kettle-changelog</code> from the active<br>
110+
toolchain instead of depending on <code>kettle-dev</code> as a published runtime<br>
111+
dependency.</li>
119112
</ul>
120113

121114
<h3 id="fixed-1">Fixed</h3>
@@ -127,6 +120,13 @@ <h3 id="fixed-1">Fixed</h3>
127120
<code>test/</code> directories are ignored.</li>
128121
</ul>
129122

123+
<h3 id="added-1">Added</h3>
124+
125+
<ul>
126+
<li>Added <code>kettle-family metadata</code> to report each family member’s version, Ruby<br>
127+
requirement, licenses, and authors.</li>
128+
</ul>
129+
130130
<h2 id="012---2026-06-13">
131131
<a href="https://github.com/kettle-dev/kettle-family/compare/v0.1.1...v0.1.2">0.1.2</a> - 2026-06-13</h2>
132132

@@ -149,7 +149,7 @@ <h2 id="011---2026-06-13">
149149
<li>41.80% documented</li>
150150
</ul>
151151

152-
<h3 id="added-1">Added</h3>
152+
<h3 id="added-2">Added</h3>
153153

154154
<ul>
155155
<li>Added configurable member discovery excludes via <code>members.exclude</code> /<br>
@@ -185,7 +185,7 @@ <h2 id="010---2026-06-10">
185185
<li>42.34% documented</li>
186186
</ul>
187187

188-
<h3 id="added-2">Added</h3>
188+
<h3 id="added-3">Added</h3>
189189

190190
<ul>
191191
<li>Added the initial <code>kettle-family</code> CLI discovery slice with config loading, gemspec discovery, dependency ordering, selection, and JSON reports.</li>
@@ -213,7 +213,7 @@ <h3 id="fixed-3">Fixed</h3>
213213
</div></div>
214214

215215
<div id="footer">
216-
Generated on Sun Jun 14 01:16:02 2026 by
216+
Generated on Sun Jun 14 01:21:08 2026 by
217217
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
218218
0.9.44 (ruby-4.0.5).
219219
</div>

docs/file.README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h2 id="-info-you-can-shake-a-stick-at">💡 Info you can shake a stick at</h2>
147147
<tr>
148148
<td>Source</td>
149149
<td>
150-
<a href="https://gitlab.com/kettle-dev/kettle-family"><img src="https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&amp;logo=Gitlab&amp;logoColor=orange" alt="Source on GitLab.com"></a> <a href="https://codeberg.org/kettle-dev/kettle-family"><img src="https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&amp;logo=CodeBerg&amp;logoColor=blue" alt="Source on CodeBerg.org"></a> <a href="https://github.com/kettle-dev/kettle-family"><img src="https://img.shields.io/badge/GitHub-238636?style=for-the-badge&amp;logo=Github&amp;logoColor=green" alt="Source on Github.com"></a> <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img src="https://img.shields.io/badge/KLOC-0.954-FFDD67.svg?style=for-the-badge&amp;logo=YouTube&amp;logoColor=blue" alt="The best SHA: dQw4w9WgXcQ!"></a>
150+
<a href="https://gitlab.com/kettle-dev/kettle-family"><img src="https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&amp;logo=Gitlab&amp;logoColor=orange" alt="Source on GitLab.com"></a> <a href="https://codeberg.org/kettle-dev/kettle-family"><img src="https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&amp;logo=CodeBerg&amp;logoColor=blue" alt="Source on CodeBerg.org"></a> <a href="https://github.com/kettle-dev/kettle-family"><img src="https://img.shields.io/badge/GitHub-238636?style=for-the-badge&amp;logo=Github&amp;logoColor=green" alt="Source on Github.com"></a> <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img src="https://img.shields.io/badge/KLOC-0.972-FFDD67.svg?style=for-the-badge&amp;logo=YouTube&amp;logoColor=blue" alt="The best SHA: dQw4w9WgXcQ!"></a>
151151
</td>
152152
</tr>
153153
<tr>
@@ -551,7 +551,7 @@ <h3 id="please-give-the-project-a-star--">Please give the project a star ⭐ ♥
551551
</div></div>
552552

553553
<div id="footer">
554-
Generated on Sun Jun 14 01:16:02 2026 by
554+
Generated on Sun Jun 14 01:21:08 2026 by
555555
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
556556
0.9.44 (ruby-4.0.5).
557557
</div>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h2 id="-info-you-can-shake-a-stick-at">💡 Info you can shake a stick at</h2>
147147
<tr>
148148
<td>Source</td>
149149
<td>
150-
<a href="https://gitlab.com/kettle-dev/kettle-family"><img src="https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&amp;logo=Gitlab&amp;logoColor=orange" alt="Source on GitLab.com"></a> <a href="https://codeberg.org/kettle-dev/kettle-family"><img src="https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&amp;logo=CodeBerg&amp;logoColor=blue" alt="Source on CodeBerg.org"></a> <a href="https://github.com/kettle-dev/kettle-family"><img src="https://img.shields.io/badge/GitHub-238636?style=for-the-badge&amp;logo=Github&amp;logoColor=green" alt="Source on Github.com"></a> <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img src="https://img.shields.io/badge/KLOC-0.954-FFDD67.svg?style=for-the-badge&amp;logo=YouTube&amp;logoColor=blue" alt="The best SHA: dQw4w9WgXcQ!"></a>
150+
<a href="https://gitlab.com/kettle-dev/kettle-family"><img src="https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&amp;logo=Gitlab&amp;logoColor=orange" alt="Source on GitLab.com"></a> <a href="https://codeberg.org/kettle-dev/kettle-family"><img src="https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&amp;logo=CodeBerg&amp;logoColor=blue" alt="Source on CodeBerg.org"></a> <a href="https://github.com/kettle-dev/kettle-family"><img src="https://img.shields.io/badge/GitHub-238636?style=for-the-badge&amp;logo=Github&amp;logoColor=green" alt="Source on Github.com"></a> <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img src="https://img.shields.io/badge/KLOC-0.972-FFDD67.svg?style=for-the-badge&amp;logo=YouTube&amp;logoColor=blue" alt="The best SHA: dQw4w9WgXcQ!"></a>
151151
</td>
152152
</tr>
153153
<tr>
@@ -551,7 +551,7 @@ <h3 id="please-give-the-project-a-star--">Please give the project a star ⭐ ♥
551551
</div></div>
552552

553553
<div id="footer">
554-
Generated on Sun Jun 14 01:16:02 2026 by
554+
Generated on Sun Jun 14 01:21:08 2026 by
555555
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
556556
0.9.44 (ruby-4.0.5).
557557
</div>

0 commit comments

Comments
 (0)