Skip to content
This repository was archived by the owner on Jul 19, 2026. It is now read-only.

Commit daf776e

Browse files
committed
🔖 Prepare release v2.0.1
⚡️ A message from a fellow meat-based-AI ⚡️ - [❤️] Finely-crafted open-source tools like toml-merge (& 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 0a681a8 commit daf776e

49 files changed

Lines changed: 990 additions & 205 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

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

2121
### Added
2222

23+
### Changed
24+
25+
### Deprecated
26+
27+
### Removed
28+
29+
### Fixed
30+
31+
### Security
32+
33+
## [2.0.1] - 2026-02-19
34+
35+
- TAG: [v2.0.1][2.0.1t]
36+
- COVERAGE: 89.42% -- 575/643 lines in 11 files
37+
- BRANCH COVERAGE: 65.23% -- 182/279 branches in 11 files
38+
- 97.03% documented
39+
40+
### Added
41+
2342
- AGENTS.md
2443

2544
### Changed
@@ -41,14 +60,6 @@ Please file a bug if you notice a violation of semantic versioning.
4160
- Updated documentation on hostile takeover of RubyGems
4261
- https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo
4362

44-
### Deprecated
45-
46-
### Removed
47-
48-
### Fixed
49-
50-
### Security
51-
5263
## [2.0.0] - 2026-01-09
5364

5465
- TAG: [v2.0.0][2.0.0t]
@@ -242,7 +253,7 @@ Please file a bug if you notice a violation of semantic versioning.
242253
- Can force Citrus backend via `TREE_HAVER_BACKEND=citrus` environment variable
243254
- Added graceful error handling when neither tree-sitter-toml nor toml-rb are available
244255

245-
[Unreleased]: https://github.com/kettle-rb/toml-merge/compare/v2.0.0...HEAD
256+
[Unreleased]: https://github.com/kettle-rb/toml-merge/compare/v2.0.1...HEAD
246257
[2.0.1]: https://github.com/kettle-rb/toml-merge/compare/v1.0.0...v2.0.1
247258
[2.0.1t]: https://github.com/kettle-rb/toml-merge/releases/tag/v2.0.1
248259
[2.0.0]: https://github.com/kettle-rb/toml-merge/compare/v1.0.0...v2.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ Thanks for RTFM. ☺️
848848
[📌gitmoji]: https://gitmoji.dev
849849
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
850850
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
851-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.637-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
851+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.643-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
852852
[🔐security]: SECURITY.md
853853
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
854854
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year

docs/Toml.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ <h5 class="example_title"><div class='inline'><p>With debug information</p>
142142
</div>
143143

144144
<div id="footer">
145-
Generated on Fri Jan 9 01:13:02 2026 by
145+
Generated on Thu Feb 19 06:39:57 2026 by
146146
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
147-
0.9.38 (ruby-4.0.0).
147+
0.9.38 (ruby-4.0.1).
148148
</div>
149149

150150
</div>

docs/Toml/Merge.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ <h2>
173173
</div>
174174

175175
<div id="footer">
176-
Generated on Fri Jan 9 01:13:02 2026 by
176+
Generated on Thu Feb 19 06:39:57 2026 by
177177
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
178-
0.9.38 (ruby-4.0.0).
178+
0.9.38 (ruby-4.0.1).
179179
</div>
180180

181181
</div>

0 commit comments

Comments
 (0)