Skip to content

Commit 60a5c26

Browse files
committed
🔖 Prepare release v0.2.1
1 parent fc3fee9 commit 60a5c26

19 files changed

Lines changed: 53 additions & 71 deletions

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,20 @@ Please file a bug if you notice a violation of semantic versioning.
2828

2929
### Fixed
3030

31+
### Security
32+
33+
## [0.2.1] - 2026-06-15
34+
35+
- TAG: [v0.2.1][0.2.1t]
36+
- COVERAGE: 92.69% -- 444/479 lines in 10 files
37+
- BRANCH COVERAGE: 68.42% -- 117/171 branches in 10 files
38+
- 63.77% documented
39+
40+
### Fixed
41+
3142
- Fixed generated OpenCollective funding links so README, FUNDING, and
3243
generated docs point at `galtzo-floss` instead of an empty slug.
3344

34-
### Security
35-
3645
## [0.2.0] - 2026-06-03
3746

3847
- TAG: [v0.2.0][0.2.0t]
@@ -73,7 +82,9 @@ Please file a bug if you notice a violation of semantic versioning.
7382

7483
### Security
7584

76-
[Unreleased]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.0...HEAD
85+
[Unreleased]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.1...HEAD
86+
[0.2.1]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.0...v0.2.1
87+
[0.2.1t]: https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.1
7788
[0.2.0]: https://github.com/galtzo-floss/yaml-converter/compare/v0.1.0...v0.2.0
7889
[0.2.0t]: https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.0
7990
[0.1.0]: https://github.com/galtzo-floss/yaml-converter/compare/232ad133b6259aabb39993b476f727d91d0a5f0c...v0.1.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-
yaml-converter (0.2.0)
4+
yaml-converter (0.2.1)
55
hexapdf (>= 1.8, < 2)
66
kramdown (>= 2.4, < 3)
77
kramdown-parser-gfm (~> 1.1)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,15 +711,15 @@ Thanks for RTFM. ☺️
711711
[📌gitmoji]: https://gitmoji.dev
712712
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
713713
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
714-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.467-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
714+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.479-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
715715
[🔐security]: https://github.com/galtzo-floss/yaml-converter/blob/main/SECURITY.md
716716
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
717717
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
718718
[📄license]: LICENSE.md
719719
[📄license-ref]: MIT.md
720720
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
721721
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
722-
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A--259D6C.svg?style=flat&logo=Apache
722+
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
723723

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

docs/Yaml/Converter/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'>0.2.0</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'>0.2.1</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 Tue Jun 2 19:03:08 2026 by
117+
Generated on Mon Jun 15 03:12:53 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: 17 additions & 4 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/galtzo-floss/yaml-converter/compare/v0.2.0...HEAD">Unreleased</a></h2>
73+
<h2 id="unreleased"><a href="https://github.com/galtzo-floss/yaml-converter/compare/v0.2.1...HEAD">Unreleased</a></h2>
7474

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

@@ -82,13 +82,26 @@ <h3 id="removed">Removed</h3>
8282

8383
<h3 id="fixed">Fixed</h3>
8484

85+
<h3 id="security">Security</h3>
86+
87+
<h2 id="021---2026-06-15">
88+
<a href="https://github.com/galtzo-floss/yaml-converter/compare/v0.2.0...v0.2.1">0.2.1</a> - 2026-06-15</h2>
89+
90+
<ul>
91+
<li>TAG: <a href="https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.1">v0.2.1</a>
92+
</li>
93+
<li>COVERAGE: 92.69% – 444/479 lines in 10 files</li>
94+
<li>BRANCH COVERAGE: 68.42% – 117/171 branches in 10 files</li>
95+
<li>63.77% documented</li>
96+
</ul>
97+
98+
<h3 id="fixed-1">Fixed</h3>
99+
85100
<ul>
86101
<li>Fixed generated OpenCollective funding links so README, FUNDING, and<br>
87102
generated docs point at <code>galtzo-floss</code> instead of an empty slug.</li>
88103
</ul>
89104

90-
<h3 id="security">Security</h3>
91-
92105
<h2 id="020---2026-06-03">
93106
<a href="https://github.com/galtzo-floss/yaml-converter/compare/v0.1.0...v0.2.0">0.2.0</a> - 2026-06-03</h2>
94107

@@ -148,7 +161,7 @@ <h3 id="security-1">Security</h3>
148161
</div></div>
149162

150163
<div id="footer">
151-
Generated on Mon Jun 15 02:40:18 2026 by
164+
Generated on Mon Jun 15 03:12:53 2026 by
152165
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
153166
0.9.44 (ruby-4.0.5).
154167
</div>

docs/file.README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h2 id="-info-you-can-shake-a-stick-at">💡 Info you can shake a stick at</h2>
151151
<tr>
152152
<td>Source</td>
153153
<td>
154-
<a href="https://gitlab.com/galtzo-floss/yaml-converter"><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/galtzo-floss/yaml-converter"><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/galtzo-floss/yaml-converter"><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.467-FFDD67.svg?style=for-the-badge&amp;logo=YouTube&amp;logoColor=blue" alt="The best SHA: dQw4w9WgXcQ!"></a>
154+
<a href="https://gitlab.com/galtzo-floss/yaml-converter"><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/galtzo-floss/yaml-converter"><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/galtzo-floss/yaml-converter"><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.479-FFDD67.svg?style=for-the-badge&amp;logo=YouTube&amp;logoColor=blue" alt="The best SHA: dQw4w9WgXcQ!"></a>
155155
</td>
156156
</tr>
157157
<tr>
@@ -771,7 +771,7 @@ <h3 id="please-give-the-project-a-star--">Please give the project a star ⭐ ♥
771771
</div></div>
772772

773773
<div id="footer">
774-
Generated on Mon Jun 15 02:40:18 2026 by
774+
Generated on Mon Jun 15 03:12:53 2026 by
775775
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
776776
0.9.44 (ruby-4.0.5).
777777
</div>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h2 id="-info-you-can-shake-a-stick-at">💡 Info you can shake a stick at</h2>
151151
<tr>
152152
<td>Source</td>
153153
<td>
154-
<a href="https://gitlab.com/galtzo-floss/yaml-converter"><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/galtzo-floss/yaml-converter"><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/galtzo-floss/yaml-converter"><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.467-FFDD67.svg?style=for-the-badge&amp;logo=YouTube&amp;logoColor=blue" alt="The best SHA: dQw4w9WgXcQ!"></a>
154+
<a href="https://gitlab.com/galtzo-floss/yaml-converter"><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/galtzo-floss/yaml-converter"><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/galtzo-floss/yaml-converter"><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.479-FFDD67.svg?style=for-the-badge&amp;logo=YouTube&amp;logoColor=blue" alt="The best SHA: dQw4w9WgXcQ!"></a>
155155
</td>
156156
</tr>
157157
<tr>
@@ -771,7 +771,7 @@ <h3 id="please-give-the-project-a-star--">Please give the project a star ⭐ ♥
771771
</div></div>
772772

773773
<div id="footer">
774-
Generated on Mon Jun 15 02:40:18 2026 by
774+
Generated on Mon Jun 15 03:12:53 2026 by
775775
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
776776
0.9.44 (ruby-4.0.5).
777777
</div>

gemfiles/audit.gemfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
source "https://gem.coop"
44

5-
source "https://rubygems.org" do
6-
gem "hexapdf", ">= 1.8", "< 2"
7-
end
8-
9-
gemspec :path => "../"
5+
gemspec path: "../"
106

117
eval_gemfile("modular/x_std_libs.gemfile")

gemfiles/coverage.gemfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
source "https://gem.coop"
44

5-
source "https://rubygems.org" do
6-
gem "hexapdf", ">= 1.8", "< 2"
7-
end
8-
9-
gemspec :path => "../"
5+
gemspec path: "../"
106

117
eval_gemfile("modular/coverage.gemfile")
128

gemfiles/current.gemfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
source "https://gem.coop"
44

5-
source "https://rubygems.org" do
6-
gem "hexapdf", ">= 1.8", "< 2"
7-
end
8-
9-
gemspec :path => "../"
5+
gemspec path: "../"
106

117
eval_gemfile("modular/x_std_libs.gemfile")

0 commit comments

Comments
 (0)