kettle-dev 2.2.13 → 2.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +243 -203
- data/CONTRIBUTING.md +2 -2
- data/FUNDING.md +1 -5
- data/README.md +38 -23
- data/exe/kettle-changelog +35 -1
- data/lib/kettle/dev/changelog_cli.rb +12 -10
- data/lib/kettle/dev/changelog_entry_adder.rb +115 -0
- data/lib/kettle/dev/gha_sha_pins_cli.rb +76 -45
- data/lib/kettle/dev/version.rb +1 -1
- data/lib/kettle/dev.rb +1 -0
- data.tar.gz.sig +0 -0
- metadata +11 -10
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec2b6c362bca706e061a15f28afde989862a24497273074e8b82a4c845c6b006
|
|
4
|
+
data.tar.gz: 6750c11df44f32f1b92b93b77743e2e44d7173082279f6433fd37f3eccd1c0fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e23ea3391f369936bcec3d35e38428117b6d839f02df67f9fa4c275d034bd7bcb3caa94cd09d65348804434c710e35f52de96c5d306eecb92f8413a83c56e79d
|
|
7
|
+
data.tar.gz: 8a5ad8e56efd578960cb996a22b48cb862630df96907c3cffb70283f5189545e7eb1634a6a1a6c2d0d6de4ceb6be641d0c8336bc73d62afc44eeaab19f77d170
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,44 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.2.14] - 2026-06-21
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.2.14][2.2.14t]
|
|
36
|
+
- COVERAGE: 92.07% -- 4061/4411 lines in 33 files
|
|
37
|
+
- BRANCH COVERAGE: 73.01% -- 1599/2190 branches in 33 files
|
|
38
|
+
- 62.11% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- `kettle-changelog --add-unreleased-entry` now adds one non-duplicate entry to
|
|
43
|
+
an existing templated `## [Unreleased]` subsection using the Markly CRISPR
|
|
44
|
+
Markdown adapter, failing closed when the expected section shape is absent.
|
|
45
|
+
|
|
46
|
+
- Added support for JRuby 10.1 and TruffleRuby 34.0.
|
|
47
|
+
|
|
48
|
+
### Changed
|
|
49
|
+
|
|
50
|
+
- Retemplated project metadata and CI/development automation with `kettle-jem` v7.0.0.
|
|
51
|
+
|
|
52
|
+
- Allow local coverage runs to opt into a vendored `simplecov` checkout through
|
|
53
|
+
the existing nomono `VENDORED_GEMS` workflow.
|
|
54
|
+
|
|
55
|
+
### Fixed
|
|
56
|
+
|
|
57
|
+
- Corrected OpenCollective funding metadata to use the `kettle-dev` collective.
|
|
58
|
+
- `kettle-gha-sha-pins` now refreshes large action repositories without eagerly
|
|
59
|
+
dereferencing irrelevant annotated tags, bounds GitHub API refreshes with
|
|
60
|
+
explicit timeouts, and falls back to stale cache data only when refresh fails.
|
|
61
|
+
|
|
62
|
+
- Covered `kettle-changelog --add-unreleased-entry` insertion, duplicate, and
|
|
63
|
+
fail-closed error behavior in the normal development bundle.
|
|
64
|
+
|
|
65
|
+
- `kettle-changelog` now treats prerelease sections such as `3.0.0.rc3` as
|
|
66
|
+
release sections when detecting or updating the latest prepared release.
|
|
67
|
+
- Fixed seed-dependent coverage by starting SimpleCov before test support loads,
|
|
68
|
+
covering `version.rb`, and making rake task specs cover their task wiring
|
|
69
|
+
branches deterministically.
|
|
70
|
+
|
|
33
71
|
## [2.2.13] - 2026-06-18
|
|
34
72
|
|
|
35
73
|
- TAG: [v2.2.13][2.2.13t]
|
|
@@ -2183,7 +2221,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
2183
2221
|
- Selecting will run the selected workflow via `act`
|
|
2184
2222
|
- This may move to its own gem in the future.
|
|
2185
2223
|
|
|
2186
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.
|
|
2224
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.14...HEAD
|
|
2225
|
+
[2.2.14]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.13...v2.2.14
|
|
2226
|
+
[2.2.14t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.2.14
|
|
2187
2227
|
[2.2.13]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.12...v2.2.13
|
|
2188
2228
|
[2.2.13t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.2.13
|
|
2189
2229
|
[2.2.12]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.11...v2.2.12
|
|
@@ -2210,215 +2250,215 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
2210
2250
|
[2.2.2t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.2.2
|
|
2211
2251
|
[2.2.1]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.0...v2.2.1
|
|
2212
2252
|
[2.2.1t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.2.1
|
|
2213
|
-
[2.2.0]: https://github.com/kettle-
|
|
2214
|
-
[2.2.0t]: https://github.com/kettle-
|
|
2215
|
-
[2.1.1]: https://github.com/kettle-
|
|
2216
|
-
[2.1.1t]: https://github.com/kettle-
|
|
2217
|
-
[2.1.0]: https://github.com/kettle-
|
|
2218
|
-
[2.1.0t]: https://github.com/kettle-
|
|
2219
|
-
[2.0.8]: https://github.com/kettle-
|
|
2220
|
-
[2.0.8t]: https://github.com/kettle-
|
|
2221
|
-
[2.0.7]: https://github.com/kettle-
|
|
2222
|
-
[2.0.7t]: https://github.com/kettle-
|
|
2223
|
-
[2.0.6]: https://github.com/kettle-
|
|
2224
|
-
[2.0.6t]: https://github.com/kettle-
|
|
2225
|
-
[2.0.5]: https://github.com/kettle-
|
|
2226
|
-
[2.0.5t]: https://github.com/kettle-
|
|
2227
|
-
[2.0.4]: https://github.com/kettle-
|
|
2228
|
-
[2.0.4t]: https://github.com/kettle-
|
|
2229
|
-
[2.0.3]: https://github.com/kettle-
|
|
2230
|
-
[2.0.3t]: https://github.com/kettle-
|
|
2231
|
-
[2.0.2]: https://github.com/kettle-
|
|
2232
|
-
[2.0.2t]: https://github.com/kettle-
|
|
2233
|
-
[2.0.1]: https://github.com/kettle-
|
|
2234
|
-
[2.0.1t]: https://github.com/kettle-
|
|
2235
|
-
[2.0.0]: https://github.com/kettle-
|
|
2236
|
-
[2.0.0t]: https://github.com/kettle-
|
|
2237
|
-
[1.2.5]: https://github.com/kettle-
|
|
2238
|
-
[1.2.5t]: https://github.com/kettle-
|
|
2239
|
-
[1.2.4]: https://github.com/kettle-
|
|
2240
|
-
[1.2.4t]: https://github.com/kettle-
|
|
2241
|
-
[1.2.3]: https://github.com/kettle-
|
|
2242
|
-
[1.2.3t]: https://github.com/kettle-
|
|
2243
|
-
[1.2.2]: https://github.com/kettle-
|
|
2244
|
-
[1.2.2t]: https://github.com/kettle-
|
|
2245
|
-
[1.2.0]: https://github.com/kettle-
|
|
2246
|
-
[1.2.0t]: https://github.com/kettle-
|
|
2247
|
-
[1.1.60]: https://github.com/kettle-
|
|
2248
|
-
[1.1.60t]: https://github.com/kettle-
|
|
2249
|
-
[1.1.59]: https://github.com/kettle-
|
|
2250
|
-
[1.1.59t]: https://github.com/kettle-
|
|
2251
|
-
[1.1.58]: https://github.com/kettle-
|
|
2252
|
-
[1.1.58t]: https://github.com/kettle-
|
|
2253
|
-
[1.1.57]: https://github.com/kettle-
|
|
2254
|
-
[1.1.57t]: https://github.com/kettle-
|
|
2255
|
-
[1.1.56]: https://github.com/kettle-
|
|
2256
|
-
[1.1.56t]: https://github.com/kettle-
|
|
2257
|
-
[1.1.55]: https://github.com/kettle-
|
|
2258
|
-
[1.1.55t]: https://github.com/kettle-
|
|
2259
|
-
[1.1.54]: https://github.com/kettle-
|
|
2260
|
-
[1.1.54t]: https://github.com/kettle-
|
|
2261
|
-
[1.1.53]: https://github.com/kettle-
|
|
2262
|
-
[1.1.53t]: https://github.com/kettle-
|
|
2263
|
-
[1.1.52]: https://github.com/kettle-
|
|
2264
|
-
[1.1.52t]: https://github.com/kettle-
|
|
2265
|
-
[1.1.51]: https://github.com/kettle-
|
|
2266
|
-
[1.1.51t]: https://github.com/kettle-
|
|
2267
|
-
[1.1.50]: https://github.com/kettle-
|
|
2268
|
-
[1.1.50t]: https://github.com/kettle-
|
|
2269
|
-
[1.1.49]: https://github.com/kettle-
|
|
2270
|
-
[1.1.49t]: https://github.com/kettle-
|
|
2271
|
-
[1.1.48]: https://github.com/kettle-
|
|
2272
|
-
[1.1.48t]: https://github.com/kettle-
|
|
2273
|
-
[1.1.47]: https://github.com/kettle-
|
|
2274
|
-
[1.1.47t]: https://github.com/kettle-
|
|
2275
|
-
[1.1.46]: https://github.com/kettle-
|
|
2276
|
-
[1.1.46t]: https://github.com/kettle-
|
|
2277
|
-
[1.1.45]: https://github.com/kettle-
|
|
2278
|
-
[1.1.45t]: https://github.com/kettle-
|
|
2279
|
-
[1.1.44]: https://github.com/kettle-
|
|
2280
|
-
[1.1.44t]: https://github.com/kettle-
|
|
2281
|
-
[1.1.43]: https://github.com/kettle-
|
|
2282
|
-
[1.1.43t]: https://github.com/kettle-
|
|
2283
|
-
[1.1.42]: https://github.com/kettle-
|
|
2284
|
-
[1.1.42t]: https://github.com/kettle-
|
|
2285
|
-
[1.1.41]: https://github.com/kettle-
|
|
2286
|
-
[1.1.41t]: https://github.com/kettle-
|
|
2287
|
-
[1.1.40]: https://github.com/kettle-
|
|
2288
|
-
[1.1.40t]: https://github.com/kettle-
|
|
2289
|
-
[1.1.39]: https://github.com/kettle-
|
|
2290
|
-
[1.1.39t]: https://github.com/kettle-
|
|
2291
|
-
[1.1.38]: https://github.com/kettle-
|
|
2292
|
-
[1.1.38t]: https://github.com/kettle-
|
|
2293
|
-
[1.1.37]: https://github.com/kettle-
|
|
2294
|
-
[1.1.37t]: https://github.com/kettle-
|
|
2295
|
-
[1.1.36]: https://github.com/kettle-
|
|
2296
|
-
[1.1.36t]: https://github.com/kettle-
|
|
2297
|
-
[1.1.35]: https://github.com/kettle-
|
|
2298
|
-
[1.1.35t]: https://github.com/kettle-
|
|
2299
|
-
[1.1.34]: https://github.com/kettle-
|
|
2300
|
-
[1.1.34t]: https://github.com/kettle-
|
|
2301
|
-
[1.1.33]: https://github.com/kettle-
|
|
2302
|
-
[1.1.33t]: https://github.com/kettle-
|
|
2303
|
-
[1.1.32]: https://github.com/kettle-
|
|
2304
|
-
[1.1.32t]: https://github.com/kettle-
|
|
2305
|
-
[1.1.31]: https://github.com/kettle-
|
|
2306
|
-
[1.1.31t]: https://github.com/kettle-
|
|
2307
|
-
[1.1.30]: https://github.com/kettle-
|
|
2308
|
-
[1.1.30t]: https://github.com/kettle-
|
|
2309
|
-
[1.1.29]: https://github.com/kettle-
|
|
2310
|
-
[1.1.29t]: https://github.com/kettle-
|
|
2311
|
-
[1.1.28]: https://github.com/kettle-
|
|
2312
|
-
[1.1.28t]: https://github.com/kettle-
|
|
2313
|
-
[1.1.27]: https://github.com/kettle-
|
|
2314
|
-
[1.1.27t]: https://github.com/kettle-
|
|
2315
|
-
[1.1.26]: https://github.com/kettle-
|
|
2316
|
-
[1.1.26t]: https://github.com/kettle-
|
|
2317
|
-
[1.1.25]: https://github.com/kettle-
|
|
2318
|
-
[1.1.25t]: https://github.com/kettle-
|
|
2319
|
-
[1.1.24]: https://github.com/kettle-
|
|
2320
|
-
[1.1.24t]: https://github.com/kettle-
|
|
2321
|
-
[1.1.23]: https://github.com/kettle-
|
|
2322
|
-
[1.1.23t]: https://github.com/kettle-
|
|
2323
|
-
[1.1.22]: https://github.com/kettle-
|
|
2324
|
-
[1.1.22t]: https://github.com/kettle-
|
|
2325
|
-
[1.1.21]: https://github.com/kettle-
|
|
2326
|
-
[1.1.21t]: https://github.com/kettle-
|
|
2327
|
-
[1.1.20]: https://github.com/kettle-
|
|
2328
|
-
[1.1.20t]: https://github.com/kettle-
|
|
2329
|
-
[1.1.19]: https://github.com/kettle-
|
|
2330
|
-
[1.1.19t]: https://github.com/kettle-
|
|
2331
|
-
[1.1.18]: https://github.com/kettle-
|
|
2332
|
-
[1.1.18t]: https://github.com/kettle-
|
|
2333
|
-
[1.1.17]: https://github.com/kettle-
|
|
2334
|
-
[1.1.17t]: https://github.com/kettle-
|
|
2335
|
-
[1.1.16]: https://github.com/kettle-
|
|
2336
|
-
[1.1.16t]: https://github.com/kettle-
|
|
2337
|
-
[1.1.15]: https://github.com/kettle-
|
|
2338
|
-
[1.1.15t]: https://github.com/kettle-
|
|
2339
|
-
[1.1.14]: https://github.com/kettle-
|
|
2340
|
-
[1.1.14t]: https://github.com/kettle-
|
|
2341
|
-
[1.1.13]: https://github.com/kettle-
|
|
2342
|
-
[1.1.13t]: https://github.com/kettle-
|
|
2343
|
-
[1.1.12]: https://github.com/kettle-
|
|
2344
|
-
[1.1.12t]: https://github.com/kettle-
|
|
2345
|
-
[1.1.11]: https://github.com/kettle-
|
|
2346
|
-
[1.1.11t]: https://github.com/kettle-
|
|
2347
|
-
[1.1.10]: https://github.com/kettle-
|
|
2348
|
-
[1.1.10t]: https://github.com/kettle-
|
|
2349
|
-
[1.1.9]: https://github.com/kettle-
|
|
2350
|
-
[1.1.9t]: https://github.com/kettle-
|
|
2351
|
-
[1.1.8]: https://github.com/kettle-
|
|
2352
|
-
[1.1.8t]: https://github.com/kettle-
|
|
2353
|
-
[1.1.7]: https://github.com/kettle-
|
|
2354
|
-
[1.1.7t]: https://github.com/kettle-
|
|
2355
|
-
[1.1.6]: https://github.com/kettle-
|
|
2356
|
-
[1.1.6t]: https://github.com/kettle-
|
|
2357
|
-
[1.1.5]: https://github.com/kettle-
|
|
2358
|
-
[1.1.5t]: https://github.com/kettle-
|
|
2359
|
-
[1.1.4]: https://github.com/kettle-
|
|
2360
|
-
[1.1.4t]: https://github.com/kettle-
|
|
2361
|
-
[1.1.3]: https://github.com/kettle-
|
|
2362
|
-
[1.1.3t]: https://github.com/kettle-
|
|
2363
|
-
[1.1.2]: https://github.com/kettle-
|
|
2364
|
-
[1.1.2t]: https://github.com/kettle-
|
|
2365
|
-
[1.1.1]: https://github.com/kettle-
|
|
2366
|
-
[1.1.1t]: https://github.com/kettle-
|
|
2367
|
-
[1.1.0]: https://github.com/kettle-
|
|
2368
|
-
[1.1.0t]: https://github.com/kettle-
|
|
2369
|
-
[1.0.27]: https://github.com/kettle-
|
|
2370
|
-
[1.0.27t]: https://github.com/kettle-
|
|
2371
|
-
[1.0.26]: https://github.com/kettle-
|
|
2372
|
-
[1.0.26t]: https://github.com/kettle-
|
|
2373
|
-
[1.0.25]: https://github.com/kettle-
|
|
2374
|
-
[1.0.25t]: https://github.com/kettle-
|
|
2375
|
-
[1.0.24]: https://github.com/kettle-
|
|
2376
|
-
[1.0.24t]: https://github.com/kettle-
|
|
2377
|
-
[1.0.23]: https://github.com/kettle-
|
|
2378
|
-
[1.0.23t]: https://github.com/kettle-
|
|
2379
|
-
[1.0.22]: https://github.com/kettle-
|
|
2380
|
-
[1.0.22t]: https://github.com/kettle-
|
|
2381
|
-
[1.0.21]: https://github.com/kettle-
|
|
2382
|
-
[1.0.21t]: https://github.com/kettle-
|
|
2383
|
-
[1.0.20]: https://github.com/kettle-
|
|
2384
|
-
[1.0.20t]: https://github.com/kettle-
|
|
2385
|
-
[1.0.19]: https://github.com/kettle-
|
|
2386
|
-
[1.0.19t]: https://github.com/kettle-
|
|
2387
|
-
[1.0.18]: https://github.com/kettle-
|
|
2388
|
-
[1.0.18t]: https://github.com/kettle-
|
|
2389
|
-
[1.0.17]: https://github.com/kettle-
|
|
2390
|
-
[1.0.17t]: https://github.com/kettle-
|
|
2391
|
-
[1.0.16]: https://github.com/kettle-
|
|
2392
|
-
[1.0.16t]: https://github.com/kettle-
|
|
2393
|
-
[1.0.15]: https://github.com/kettle-
|
|
2394
|
-
[1.0.15t]: https://github.com/kettle-
|
|
2395
|
-
[1.0.14]: https://github.com/kettle-
|
|
2396
|
-
[1.0.14t]: https://github.com/kettle-
|
|
2397
|
-
[1.0.13]: https://github.com/kettle-
|
|
2398
|
-
[1.0.13t]: https://github.com/kettle-
|
|
2399
|
-
[1.0.12]: https://github.com/kettle-
|
|
2400
|
-
[1.0.12t]: https://github.com/kettle-
|
|
2401
|
-
[1.0.11]: https://github.com/kettle-
|
|
2402
|
-
[1.0.11t]: https://github.com/kettle-
|
|
2253
|
+
[2.2.0]: https://github.com/kettle-dev/kettle-dev/compare/v2.1.1...v2.2.0
|
|
2254
|
+
[2.2.0t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.2.0
|
|
2255
|
+
[2.1.1]: https://github.com/kettle-dev/kettle-dev/compare/v2.1.0...v2.1.1
|
|
2256
|
+
[2.1.1t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.1.1
|
|
2257
|
+
[2.1.0]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.8...v2.1.0
|
|
2258
|
+
[2.1.0t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.1.0
|
|
2259
|
+
[2.0.8]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.7...v2.0.8
|
|
2260
|
+
[2.0.8t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.8
|
|
2261
|
+
[2.0.7]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.6...v2.0.7
|
|
2262
|
+
[2.0.7t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.7
|
|
2263
|
+
[2.0.6]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.5...v2.0.6
|
|
2264
|
+
[2.0.6t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.6
|
|
2265
|
+
[2.0.5]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.4...v2.0.5
|
|
2266
|
+
[2.0.5t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.5
|
|
2267
|
+
[2.0.4]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.3...v2.0.4
|
|
2268
|
+
[2.0.4t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.4
|
|
2269
|
+
[2.0.3]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.2...v2.0.3
|
|
2270
|
+
[2.0.3t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.3
|
|
2271
|
+
[2.0.2]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.1...v2.0.2
|
|
2272
|
+
[2.0.2t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.2
|
|
2273
|
+
[2.0.1]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.0...v2.0.1
|
|
2274
|
+
[2.0.1t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.1
|
|
2275
|
+
[2.0.0]: https://github.com/kettle-dev/kettle-dev/compare/v1.2.5...v2.0.0
|
|
2276
|
+
[2.0.0t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.0
|
|
2277
|
+
[1.2.5]: https://github.com/kettle-dev/kettle-dev/compare/v1.2.4...v1.2.5
|
|
2278
|
+
[1.2.5t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.2.5
|
|
2279
|
+
[1.2.4]: https://github.com/kettle-dev/kettle-dev/compare/v1.2.3...v1.2.4
|
|
2280
|
+
[1.2.4t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.2.4
|
|
2281
|
+
[1.2.3]: https://github.com/kettle-dev/kettle-dev/compare/v1.2.2...v1.2.3
|
|
2282
|
+
[1.2.3t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.2.3
|
|
2283
|
+
[1.2.2]: https://github.com/kettle-dev/kettle-dev/compare/v1.2.1...v1.2.2
|
|
2284
|
+
[1.2.2t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.2.2
|
|
2285
|
+
[1.2.0]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.60...v1.2.0
|
|
2286
|
+
[1.2.0t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.2.0
|
|
2287
|
+
[1.1.60]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.59...v1.1.60
|
|
2288
|
+
[1.1.60t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.60
|
|
2289
|
+
[1.1.59]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.58...v1.1.59
|
|
2290
|
+
[1.1.59t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.59
|
|
2291
|
+
[1.1.58]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.57...v1.1.58
|
|
2292
|
+
[1.1.58t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.58
|
|
2293
|
+
[1.1.57]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.56...v1.1.57
|
|
2294
|
+
[1.1.57t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.57
|
|
2295
|
+
[1.1.56]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.55...v1.1.56
|
|
2296
|
+
[1.1.56t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.56
|
|
2297
|
+
[1.1.55]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.54...v1.1.55
|
|
2298
|
+
[1.1.55t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.55
|
|
2299
|
+
[1.1.54]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.53...v1.1.54
|
|
2300
|
+
[1.1.54t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.54
|
|
2301
|
+
[1.1.53]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.52...v1.1.53
|
|
2302
|
+
[1.1.53t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.53
|
|
2303
|
+
[1.1.52]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.51...v1.1.52
|
|
2304
|
+
[1.1.52t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.52
|
|
2305
|
+
[1.1.51]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.50...v1.1.51
|
|
2306
|
+
[1.1.51t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.51
|
|
2307
|
+
[1.1.50]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.49...v1.1.50
|
|
2308
|
+
[1.1.50t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.50
|
|
2309
|
+
[1.1.49]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.48...v1.1.49
|
|
2310
|
+
[1.1.49t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.49
|
|
2311
|
+
[1.1.48]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.47...v1.1.48
|
|
2312
|
+
[1.1.48t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.48
|
|
2313
|
+
[1.1.47]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.46...v1.1.47
|
|
2314
|
+
[1.1.47t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.47
|
|
2315
|
+
[1.1.46]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.45...v1.1.46
|
|
2316
|
+
[1.1.46t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.46
|
|
2317
|
+
[1.1.45]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.44...v1.1.45
|
|
2318
|
+
[1.1.45t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.45
|
|
2319
|
+
[1.1.44]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.43...v1.1.44
|
|
2320
|
+
[1.1.44t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.44
|
|
2321
|
+
[1.1.43]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.42...v1.1.43
|
|
2322
|
+
[1.1.43t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.43
|
|
2323
|
+
[1.1.42]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.41...v1.1.42
|
|
2324
|
+
[1.1.42t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.42
|
|
2325
|
+
[1.1.41]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.40...v1.1.41
|
|
2326
|
+
[1.1.41t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.41
|
|
2327
|
+
[1.1.40]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.39...v1.1.40
|
|
2328
|
+
[1.1.40t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.40
|
|
2329
|
+
[1.1.39]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.38...v1.1.39
|
|
2330
|
+
[1.1.39t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.39
|
|
2331
|
+
[1.1.38]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.37...v1.1.38
|
|
2332
|
+
[1.1.38t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.38
|
|
2333
|
+
[1.1.37]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.36...v1.1.37
|
|
2334
|
+
[1.1.37t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.37
|
|
2335
|
+
[1.1.36]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.35...v1.1.36
|
|
2336
|
+
[1.1.36t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.36
|
|
2337
|
+
[1.1.35]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.34...v1.1.35
|
|
2338
|
+
[1.1.35t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.35
|
|
2339
|
+
[1.1.34]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.33...v1.1.34
|
|
2340
|
+
[1.1.34t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.34
|
|
2341
|
+
[1.1.33]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.32...v1.1.33
|
|
2342
|
+
[1.1.33t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.33
|
|
2343
|
+
[1.1.32]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.31...v1.1.32
|
|
2344
|
+
[1.1.32t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.32
|
|
2345
|
+
[1.1.31]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.30...v1.1.31
|
|
2346
|
+
[1.1.31t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.31
|
|
2347
|
+
[1.1.30]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.29...v1.1.30
|
|
2348
|
+
[1.1.30t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.30
|
|
2349
|
+
[1.1.29]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.28...v1.1.29
|
|
2350
|
+
[1.1.29t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.29
|
|
2351
|
+
[1.1.28]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.27...v1.1.28
|
|
2352
|
+
[1.1.28t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.28
|
|
2353
|
+
[1.1.27]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.25...v1.1.27
|
|
2354
|
+
[1.1.27t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.27
|
|
2355
|
+
[1.1.26]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.25...v1.1.26
|
|
2356
|
+
[1.1.26t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.26
|
|
2357
|
+
[1.1.25]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.24...v1.1.25
|
|
2358
|
+
[1.1.25t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.25
|
|
2359
|
+
[1.1.24]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.23...v1.1.24
|
|
2360
|
+
[1.1.24t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.24
|
|
2361
|
+
[1.1.23]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.22...v1.1.23
|
|
2362
|
+
[1.1.23t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.23
|
|
2363
|
+
[1.1.22]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.21...v1.1.22
|
|
2364
|
+
[1.1.22t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.22
|
|
2365
|
+
[1.1.21]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.20...v1.1.21
|
|
2366
|
+
[1.1.21t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.21
|
|
2367
|
+
[1.1.20]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.19...v1.1.20
|
|
2368
|
+
[1.1.20t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.20
|
|
2369
|
+
[1.1.19]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.18...v1.1.19
|
|
2370
|
+
[1.1.19t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.19
|
|
2371
|
+
[1.1.18]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.17...v1.1.18
|
|
2372
|
+
[1.1.18t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.18
|
|
2373
|
+
[1.1.17]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.16...v1.1.17
|
|
2374
|
+
[1.1.17t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.17
|
|
2375
|
+
[1.1.16]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.15...v1.1.16
|
|
2376
|
+
[1.1.16t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.16
|
|
2377
|
+
[1.1.15]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.14...v1.1.15
|
|
2378
|
+
[1.1.15t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.15
|
|
2379
|
+
[1.1.14]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.13...v1.1.14
|
|
2380
|
+
[1.1.14t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.14
|
|
2381
|
+
[1.1.13]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.12...v1.1.13
|
|
2382
|
+
[1.1.13t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.13
|
|
2383
|
+
[1.1.12]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.11...v1.1.12
|
|
2384
|
+
[1.1.12t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.12
|
|
2385
|
+
[1.1.11]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.10...v1.1.11
|
|
2386
|
+
[1.1.11t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.11
|
|
2387
|
+
[1.1.10]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.9...v1.1.10
|
|
2388
|
+
[1.1.10t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.10
|
|
2389
|
+
[1.1.9]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.8...v1.1.9
|
|
2390
|
+
[1.1.9t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.9
|
|
2391
|
+
[1.1.8]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.7...v1.1.8
|
|
2392
|
+
[1.1.8t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.8
|
|
2393
|
+
[1.1.7]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.6...v1.1.7
|
|
2394
|
+
[1.1.7t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.7
|
|
2395
|
+
[1.1.6]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.5...v1.1.6
|
|
2396
|
+
[1.1.6t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.6
|
|
2397
|
+
[1.1.5]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.4...v1.1.5
|
|
2398
|
+
[1.1.5t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.5
|
|
2399
|
+
[1.1.4]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.3...v1.1.4
|
|
2400
|
+
[1.1.4t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.4
|
|
2401
|
+
[1.1.3]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.2...v1.1.3
|
|
2402
|
+
[1.1.3t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.3
|
|
2403
|
+
[1.1.2]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.1...v1.1.2
|
|
2404
|
+
[1.1.2t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.2
|
|
2405
|
+
[1.1.1]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.0...v1.1.1
|
|
2406
|
+
[1.1.1t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.1
|
|
2407
|
+
[1.1.0]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.27...v1.1.0
|
|
2408
|
+
[1.1.0t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.0
|
|
2409
|
+
[1.0.27]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.26...v1.0.27
|
|
2410
|
+
[1.0.27t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.27
|
|
2411
|
+
[1.0.26]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.25...v1.0.26
|
|
2412
|
+
[1.0.26t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.26
|
|
2413
|
+
[1.0.25]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.24...v1.0.25
|
|
2414
|
+
[1.0.25t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.25
|
|
2415
|
+
[1.0.24]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.23...v1.0.24
|
|
2416
|
+
[1.0.24t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.24
|
|
2417
|
+
[1.0.23]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.22...v1.0.23
|
|
2418
|
+
[1.0.23t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.23
|
|
2419
|
+
[1.0.22]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.21...v1.0.22
|
|
2420
|
+
[1.0.22t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.22
|
|
2421
|
+
[1.0.21]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.20...v1.0.21
|
|
2422
|
+
[1.0.21t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.21
|
|
2423
|
+
[1.0.20]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.19...v1.0.20
|
|
2424
|
+
[1.0.20t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.20
|
|
2425
|
+
[1.0.19]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.18...v1.0.19
|
|
2426
|
+
[1.0.19t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.19
|
|
2427
|
+
[1.0.18]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.17...v1.0.18
|
|
2428
|
+
[1.0.18t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.18
|
|
2429
|
+
[1.0.17]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.16...v1.0.17
|
|
2430
|
+
[1.0.17t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.17
|
|
2431
|
+
[1.0.16]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.15...v1.0.16
|
|
2432
|
+
[1.0.16t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.16
|
|
2433
|
+
[1.0.15]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.14...v1.0.15
|
|
2434
|
+
[1.0.15t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.15
|
|
2435
|
+
[1.0.14]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.13...v1.0.14
|
|
2436
|
+
[1.0.14t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.14
|
|
2437
|
+
[1.0.13]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.12...v1.0.13
|
|
2438
|
+
[1.0.13t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.13
|
|
2439
|
+
[1.0.12]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.11...v1.0.12
|
|
2440
|
+
[1.0.12t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.12
|
|
2441
|
+
[1.0.11]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.10...v1.0.11
|
|
2442
|
+
[1.0.11t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.11
|
|
2403
2443
|
[1.0.10]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.9...v1.0.10
|
|
2404
|
-
[1.0.10t]: https://github.com/kettle-
|
|
2444
|
+
[1.0.10t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.10
|
|
2405
2445
|
[1.0.9]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.8...v1.0.9
|
|
2406
|
-
[1.0.9t]: https://github.com/kettle-
|
|
2446
|
+
[1.0.9t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.9
|
|
2407
2447
|
[1.0.8]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.7...v1.0.8
|
|
2408
|
-
[1.0.8t]: https://github.com/kettle-
|
|
2448
|
+
[1.0.8t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.8
|
|
2409
2449
|
[1.0.7]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.6...v1.0.7
|
|
2410
|
-
[1.0.7t]: https://github.com/kettle-
|
|
2450
|
+
[1.0.7t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.7
|
|
2411
2451
|
[1.0.6]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.5...v1.0.6
|
|
2412
|
-
[1.0.6t]: https://github.com/kettle-
|
|
2452
|
+
[1.0.6t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.6
|
|
2413
2453
|
[1.0.5]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.4...v1.0.5
|
|
2414
|
-
[1.0.5t]: https://github.com/kettle-
|
|
2454
|
+
[1.0.5t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.5
|
|
2415
2455
|
[1.0.4]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.3...v1.0.4
|
|
2416
|
-
[1.0.4t]: https://github.com/kettle-
|
|
2456
|
+
[1.0.4t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.4
|
|
2417
2457
|
[1.0.3]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.2...v1.0.3
|
|
2418
|
-
[1.0.3t]: https://github.com/kettle-
|
|
2458
|
+
[1.0.3t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.3
|
|
2419
2459
|
[1.0.2]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.1...v1.0.2
|
|
2420
|
-
[1.0.2t]: https://github.com/kettle-
|
|
2460
|
+
[1.0.2t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.2
|
|
2421
2461
|
[1.0.1]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.0...v1.0.1
|
|
2422
|
-
[1.0.1t]: https://github.com/kettle-
|
|
2423
|
-
[1.0.0]: https://github.com/kettle-
|
|
2424
|
-
[1.0.0t]: https://github.com/kettle-
|
|
2462
|
+
[1.0.1t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.1
|
|
2463
|
+
[1.0.0]: https://github.com/kettle-dev/kettle-dev/compare/a427c302df09cfe4253a7c8d400333f9a4c1a208...v1.0.0
|
|
2464
|
+
[1.0.0t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.0
|
data/CONTRIBUTING.md
CHANGED
|
@@ -109,14 +109,14 @@ Git diff driver setup
|
|
|
109
109
|
- Git hosting forges generally ignore external diff drivers, so pull request views may still show raw textual diffs even when local `git diff` uses semantic drivers.
|
|
110
110
|
|
|
111
111
|
```console
|
|
112
|
-
K_JEM_TEMPLATING=true
|
|
112
|
+
K_JEM_TEMPLATING=true kettle-jem install
|
|
113
113
|
```
|
|
114
114
|
|
|
115
115
|
Troubleshooting Git diffs
|
|
116
116
|
- Use `git diff --no-ext-diff` to compare against Git's built-in diff output.
|
|
117
117
|
- Use `git diff --no-textconv` when a textconv projection obscures the raw file bytes you need to inspect.
|
|
118
118
|
- If Git reports a missing `smorg-*` executable, rerun `bundle install` and the setup command above, then check `git config --local --get-regexp '^diff\.smorg-'`.
|
|
119
|
-
- To remove managed local entries, run `K_JEM_TEMPLATING=true
|
|
119
|
+
- To remove managed local entries, run `K_JEM_TEMPLATING=true kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
|
|
120
120
|
|
|
121
121
|
For a quick starting point, this repository’s `mise.toml` defines the shared defaults, and `.env.local` can override them locally. Copy `.env.local.example` to `.env.local`, use `KEY=value` lines, and either activate `mise` in your shell or run commands through `mise exec -C /path/to/project -- ...`.
|
|
122
122
|
|
data/FUNDING.md
CHANGED
|
@@ -6,7 +6,7 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
6
6
|
|
|
7
7
|
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal]
|
|
8
8
|
|
|
9
|
-
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
9
|
+
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
10
10
|
|
|
11
11
|
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
12
12
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
@@ -16,12 +16,8 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
16
16
|
[🖇osc-sponsors-i]: https://opencollective.com/kettle-dev/sponsors/badge.svg?style=flat
|
|
17
17
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
18
18
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
19
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
20
|
-
[🖇polar]: https://polar.sh/pboling
|
|
21
19
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
22
20
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
23
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
24
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
25
21
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
26
22
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
27
23
|
[🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
|