dts 0.6.13

A tool to deserialize, transform and serialize data between different encodings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
# Changelog

All notable changes to this project will be documented in this file.

## [0.6.13]https://github.com/martinohmann/dts/compare/0.6.12..0.6.13 - 2025-12-02

### Bug Fixes

- **deps**: Update rust crate bat to 0.26.0 ([#373]https://github.com/martinohmann/dts/pull/373) - ([b36b5f2]https://github.com/martinohmann/dts/commit/b36b5f2f01a739719497dbea22859138c3c59f9c)
- **deps**: Update rust crate json5 to v1 ([#385]https://github.com/martinohmann/dts/pull/385) - ([549b4f0]https://github.com/martinohmann/dts/commit/549b4f0c2db4408679a86b6410ec018adb6c3f8d)

### Dependencies

- **deps**: Update rust crate regex to v1.12.2 ([#372]https://github.com/martinohmann/dts/pull/372) - ([3c6fdee]https://github.com/martinohmann/dts/commit/3c6fdee04d4af8ecb4d7b5d4676e466aa6dadaf5)
- **deps**: Update rust crate assert_cmd to v2.1.1 ([#370]https://github.com/martinohmann/dts/pull/370) - ([e5ea1b3]https://github.com/martinohmann/dts/commit/e5ea1b379ccdb5433ccc8cf1117e30efc164deb4)
- **deps**: Update rust crate csv to v1.4.0 ([#371]https://github.com/martinohmann/dts/pull/371) - ([9a6157e]https://github.com/martinohmann/dts/commit/9a6157eb7be18831b828e47c04d5920e5712a676)
- **deps**: Update rust crate grep-cli to v0.1.12 ([#367]https://github.com/martinohmann/dts/pull/367) - ([a379e24]https://github.com/martinohmann/dts/commit/a379e2457e4e39fa95b02be447529493139b8b79)
- **deps**: Update clap group ([#366]https://github.com/martinohmann/dts/pull/366) - ([226e9fe]https://github.com/martinohmann/dts/commit/226e9fe9f3f15a9f49c0c0614e102b1cfa72939c)
- **deps**: Update rust crate hcl-rs to v0.19.4 ([#368]https://github.com/martinohmann/dts/pull/368) - ([a77ccc8]https://github.com/martinohmann/dts/commit/a77ccc84987cfd030b260ba359be99388e62854d)
- **deps**: Update rust crate toml to v0.9.8 ([#369]https://github.com/martinohmann/dts/pull/369) - ([0d1b4c8]https://github.com/martinohmann/dts/commit/0d1b4c8a9e159ed2e3b66c7354a0d07059c1a9c5)
- **deps**: Update clap group ([#378]https://github.com/martinohmann/dts/pull/378) - ([9ecb9a4]https://github.com/martinohmann/dts/commit/9ecb9a4069d5e674860ea2dd23e2504ec1e0c6e9)
- **deps**: Update rust crate criterion to 0.8 ([#382]https://github.com/martinohmann/dts/pull/382) - ([b38f1c5]https://github.com/martinohmann/dts/commit/b38f1c529ef01ac34e308709b6bcda0a98777e66)
- **deps**: Update pest group to v2.8.4 ([#379]https://github.com/martinohmann/dts/pull/379) - ([f1e9abb]https://github.com/martinohmann/dts/commit/f1e9abb15e80aba917a5ebd56ed759f026d9b21f)
- **deps**: Update rust crate serde-xml-rs to v0.8.2 ([#380]https://github.com/martinohmann/dts/pull/380) - ([bb04005]https://github.com/martinohmann/dts/commit/bb040058a32ab637028aa5f44784be34803fa805)
- **deps**: Update rust crate ureq to v3.1.4 ([#381]https://github.com/martinohmann/dts/pull/381) - ([83e135f]https://github.com/martinohmann/dts/commit/83e135f56a6de97b7d46e120d1d157ab5f7a9cef)

<!-- generated by git-cliff -->

## [0.6.12]https://github.com/martinohmann/dts/compare/0.6.11..0.6.12 - 2025-10-03

### Bug Fixes

- **deps**: Update rust crate toml to 0.9.0 ([#361]https://github.com/martinohmann/dts/pull/361) - ([b5c60fe]https://github.com/martinohmann/dts/commit/b5c60fe36fb3b9d6aa064224e3507d3c19aa219b)
- **deps**: Update rust crate hcl-rs to 0.19.0 ([#360]https://github.com/martinohmann/dts/pull/360) - ([ce72b12]https://github.com/martinohmann/dts/commit/ce72b1278ff0aa12cd14107cd9ae5a1d715f5355)

### Dependencies

- **deps**: Update rust crate criterion to 0.7 ([#359]https://github.com/martinohmann/dts/pull/359) - ([c3effef]https://github.com/martinohmann/dts/commit/c3effefb0f4125cd2aa35b111fd5163f10b1f28e)

### Miscellaneous Tasks

- Address new clippy lints - ([ec34931]https://github.com/martinohmann/dts/commit/ec34931c50c3881590dde294dfc9d52859e94cca)

<!-- generated by git-cliff -->

## [0.6.11]https://github.com/martinohmann/dts/compare/0.6.10..0.6.11 - 2025-07-11

### Miscellaneous Tasks

- Update Cargo.lock dependencies - ([0000000]https://github.com/martinohmann/dts/commit/0000000)

<!-- generated by git-cliff -->
## [0.6.10]https://github.com/martinohmann/dts/compare/0.6.9..0.6.10 - 2025-06-02

### Bug Fixes

- **deps**: Update rust crate hcl-rs to v0.18.5 (#340) - ([88ca626]https://github.com/martinohmann/dts/commit/88ca62677208315add81c3e80f537a0fc84caf4e)
- **deps**: Update clap group (#339) - ([5b21d38]https://github.com/martinohmann/dts/commit/5b21d382fed9b0b169731e586fac6f477106c1b6)
- **deps**: Update rust crate serde-xml-rs to 0.8.0 (#342) - ([964efc8]https://github.com/martinohmann/dts/commit/964efc8b2594f8173fd09fa6ef4c53b675f0fce7)
- **deps**: Update rust crate serde-xml-rs to v0.8.1 (#345) - ([95de788]https://github.com/martinohmann/dts/commit/95de788507723083f1136198fc0988163c9328e2)

### Dependencies

- **deps**: Update rust crate criterion to 0.6 (#341) - ([2317076]https://github.com/martinohmann/dts/commit/2317076596eddca29a2e26832d92bcff927b6f8e)

<!-- generated by git-cliff -->
## [0.6.9]https://github.com/martinohmann/dts/compare/0.6.8..0.6.9 - 2025-05-02

### Bug Fixes

- **deps**: Update rust crate serde_qs to 0.15.0 (#332) - ([6a17fd3]https://github.com/martinohmann/dts/commit/6a17fd3656c0e46fa317b098d297e496322189fd)
- **deps**: Update rust crate serde-xml-rs to 0.7.0 (#333) - ([2266b69]https://github.com/martinohmann/dts/commit/2266b6923eb21daf2c85475afa1191a9609c8ae7)

<!-- generated by git-cliff -->
## [0.6.8]https://github.com/martinohmann/dts/compare/0.6.7..0.6.8 - 2025-04-01

### Bug Fixes

- **deps**: Update rust crate serde_qs to 0.14.0 (#318) - ([8cfdfd7]https://github.com/martinohmann/dts/commit/8cfdfd7077fc91ccbedc6b78783d26ec56f3d7b8)
- **deps**: Update pest group to v2.8.0 (#324) - ([5458d74]https://github.com/martinohmann/dts/commit/5458d74a787f1e52b1a32cfaf7c649ab2e99428b)
- **deps**: Update clap group (#323) - ([6de29ff]https://github.com/martinohmann/dts/commit/6de29ffce64b420ca86c1acdb8ef568c814e71ec)

<!-- generated by git-cliff -->
## [0.6.7]https://github.com/martinohmann/dts/compare/0.6.6..0.6.7 - 2025-03-01

### Dependencies

- **deps**: Upgrade rust to 1.85 and bump edition to 2024 (#290) - ([fd3c68e]https://github.com/martinohmann/dts/commit/fd3c68e16873db38116d07d302ff1b10266050d3)
- **deps**: Update rust crate bat to 0.25.0 (#302) - ([9e5386f]https://github.com/martinohmann/dts/commit/9e5386f881e9516730b5df2eb3b3f2ced0c052c1)
- **deps**: Update rust crate toml to v0.8.20 (#301) - ([0ef1b5d]https://github.com/martinohmann/dts/commit/0ef1b5d8f633fe788010d78031733229997d5127)
- **deps**: Update rust crate serde_json to v1.0.139 (#300) - ([fba80ec]https://github.com/martinohmann/dts/commit/fba80ec810b5f2247f753fb41b1843fe82e2b3af)
- **deps**: Update rust crate serde to v1.0.218 (#299) - ([3581f58]https://github.com/martinohmann/dts/commit/3581f581bc7121580177ae9106f548a8fdf4102c)
- **deps**: Update rust crate once_cell to v1.20.3 (#298) - ([e6272a4]https://github.com/martinohmann/dts/commit/e6272a48994698f29fb4f794a9be27cffdb1e145)
- **deps**: Update rust crate hcl-rs to v0.18.4 (#297) - ([66f0d82]https://github.com/martinohmann/dts/commit/66f0d8226d4b51e5856dfd4e03be8155e0b16cb6)
- **deps**: Update rust crate clap_complete to v4.5.46 (#296) - ([b6a3cee]https://github.com/martinohmann/dts/commit/b6a3ceee0cc5ca192c9f7f0f58eabdc31043bae6)
- **deps**: Update rust crate clap to v4.5.31 (#295) - ([7f09009]https://github.com/martinohmann/dts/commit/7f09009f5c812cad2249a6fea3afb83d530c91e6)
- **deps**: Update rust crate anyhow to v1.0.96 (#294) - ([1e5abe7]https://github.com/martinohmann/dts/commit/1e5abe7266c24fa261f4d83e000de41a4294f5f4)
- **deps**: Update rust crate windows-sys to v0.52.0 - ([103c73f]https://github.com/martinohmann/dts/commit/103c73f35a9472cbbdd40db3aff17f37bdbbbb94)
- **deps**: Update rust crate ureq to v3 (#306) - ([be8512d]https://github.com/martinohmann/dts/commit/be8512d18eb5bac78612f036a772be28983879dd)

<!-- generated by git-cliff -->
## [0.6.6]https://github.com/martinohmann/dts/compare/0.6.5..0.6.6 - 2025-01-24

### Dependencies

- **deps**: Bump serde_json from 1.0.117 to 1.0.137 (#280) - ([324b668]https://github.com/martinohmann/dts/commit/324b668b039852d1a1b439484f760cc60b2bb4d2)
- **deps**: Bump clap from 4.5.7 to 4.5.13 (#276) - ([bf1bea4]https://github.com/martinohmann/dts/commit/bf1bea45ce672c7c1347c6e95c6c248db2242600)
- **deps**: Bump url from 2.5.1 to 2.5.4 (#282) - ([a90f5d0]https://github.com/martinohmann/dts/commit/a90f5d0f8badb93b316eaee94c1bcb1c2f7b55ae)
- **deps**: Bump jaq-interpret from 1.4.0 to 1.5.0 (#273) - ([24d60a4]https://github.com/martinohmann/dts/commit/24d60a438c68d453d4f81a36762eca99118145bd)
- **deps**: Address dependabot alerts - ([6cb61e4]https://github.com/martinohmann/dts/commit/6cb61e410d3df2ac1f9c2c861449e3a5f2cba611)

### Features

- Support output of multiple YAML documents (#284) - ([286751d]https://github.com/martinohmann/dts/commit/286751d7f93ff600936f53311a36bec4156661d2)

### Miscellaneous Tasks

- Address new clippy lints - ([49c0351]https://github.com/martinohmann/dts/commit/49c0351e7f5c8bae7fb3a8a8617413972de6d17f)

### Refactor

- Improve highlighting code (#283) - ([0e8c78c]https://github.com/martinohmann/dts/commit/0e8c78c59b244197d4d4037f240c0bf2c2b1a93d)

<!-- generated by git-cliff -->
## [0.6.5]https://github.com/martinohmann/dts/compare/0.6.4..0.6.5 - 2024-06-15

### Features

- Add builds for `aarch64-apple-darwin` ([#268]https://github.com/martinohmann/dts/pull/268) - ([77a8ef0]https://github.com/martinohmann/dts/commit/77a8ef082cffffac53e7a06aeedda8357b3a09d1)

### Miscellaneous Tasks

- Remove `cargo-dist` config - ([46369dc]https://github.com/martinohmann/dts/commit/46369dc6e1760cd25872956f59a515303ca349a6)

<!-- generated by git-cliff -->
## [0.6.4]https://github.com/martinohmann/dts/compare/0.6.3..0.6.4 - 2024-06-02

### Features

- Add `--simplify` flag ([#266]https://github.com/martinohmann/dts/pull/266) - ([9cb5a24]https://github.com/martinohmann/dts/commit/9cb5a242571b2faa2d0a70dbd7d3e5409a99a3d5)

### Miscellaneous Tasks

- Remove unused method `is_empty` from `ValueExt` trait - ([331caee]https://github.com/martinohmann/dts/commit/331caee8cdcfb686642a8d268a921b0b16ea90c6)

<!-- generated by git-cliff -->
## [0.6.3]https://github.com/martinohmann/dts/compare/0.6.2..0.6.3 - 2024-06-01

### Dependencies

- **deps**: Bump hcl-rs from 0.16.9 to 0.18.0 ([#260]https://github.com/martinohmann/dts/pull/260) - ([7af8963]https://github.com/martinohmann/dts/commit/7af8963ddb82a75ce9d3e9bf846eaaa4e79bcecb)
- **deps**: Bump serde from 1.0.202 to 1.0.203 ([#259]https://github.com/martinohmann/dts/pull/259) - ([30c23ed]https://github.com/martinohmann/dts/commit/30c23ed51247b68ec80fed17b4d831830518f8bb)
- **deps**: Bump anyhow from 1.0.85 to 1.0.86 ([#258]https://github.com/martinohmann/dts/pull/258) - ([577c418]https://github.com/martinohmann/dts/commit/577c4184d50afc434bf49fceeab7711c6a360beb)
- **deps**: Bump bat from 0.22.1 to 0.24.0 ([#256]https://github.com/martinohmann/dts/pull/256) - ([08b619e]https://github.com/martinohmann/dts/commit/08b619e8fe9f2db7ccb659a8f8b4eb55ecb52cbc)
- **deps**: Bump jaq-std from 0.10.0 to 1.4.0 ([#257]https://github.com/martinohmann/dts/pull/257) - ([a8b286f]https://github.com/martinohmann/dts/commit/a8b286f19dc2db114c4fdc2ad84043d2075e4874)

### Features

- Add `--compact` support for HCL ([#263]https://github.com/martinohmann/dts/pull/263) - ([50cc465]https://github.com/martinohmann/dts/commit/50cc465805f3513136d22969a9219c58f13aa05c)

<!-- generated by git-cliff -->
## [0.6.2]https://github.com/martinohmann/dts/compare/0.6.1..0.6.2 - 2024-05-17

### Bug Fixes

- **docs**: Improve CLI documentation - ([26fbdb6]https://github.com/martinohmann/dts/commit/26fbdb6d0ea2acbd90529f5d746e1a69b38414ef)

<!-- generated by git-cliff -->
## [0.6.1]https://github.com/martinohmann/dts/compare/0.6.0..0.6.1 - 2024-05-17

### Dependencies

- **deps**: Bump serde_qs from 0.12.0 to 0.13.0 ([#250]https://github.com/martinohmann/dts/pull/250) - ([18f09c8]https://github.com/martinohmann/dts/commit/18f09c8841ff14ddb4e0f1cea6f8870abfac6ea5)
- **deps**: Bump thiserror from 1.0.58 to 1.0.59 ([#248]https://github.com/martinohmann/dts/pull/248) - ([323fe44]https://github.com/martinohmann/dts/commit/323fe443f43da6fdb90b925beea254eb2be83608)
- **deps**: Bump serde from 1.0.197 to 1.0.201 ([#252]https://github.com/martinohmann/dts/pull/252) - ([4979290]https://github.com/martinohmann/dts/commit/4979290e8424db8873f634ef89160a16d00d7f36)
- **deps**: Bump ureq from 2.9.6 to 2.9.7 ([#246]https://github.com/martinohmann/dts/pull/246) - ([b5ca54e]https://github.com/martinohmann/dts/commit/b5ca54ee26b2dd98d36d01ef7cfefc06e33b2dde)
- **deps**: Bump criterion from 0.4.0 to 0.5.1 ([#247]https://github.com/martinohmann/dts/pull/247) - ([658087a]https://github.com/martinohmann/dts/commit/658087ae286caaf8fc64eee899d65e91e896e093)

<!-- generated by git-cliff -->
## [0.6.0]https://github.com/martinohmann/dts/compare/0.5.12..0.6.0 - 2024-04-09

### Bug Fixes

- [**breaking**] Box `Error::RequestError` variant - ([c77ee4c]https://github.com/martinohmann/dts/commit/c77ee4c0dc619ae99b3da27af964bb114a350611)

### Miscellaneous Tasks

- **clippy**: Address linting issues - ([9dd7594]https://github.com/martinohmann/dts/commit/9dd75944c50919ac73bb0a635816070110efdff3)

<!-- generated by git-cliff -->
## [0.5.12]https://github.com/martinohmann/dts/compare/0.5.11..0.5.12 - 2024-04-08

### Dependencies

- **deps**: Bump toml from 0.8.10 to 0.8.12 ([#242]https://github.com/martinohmann/dts/pull/242) - ([55a7de3]https://github.com/martinohmann/dts/commit/55a7de3151d7be3274f8158f482c73d07203021f)
- **deps**: Bump serde_json from 1.0.114 to 1.0.115 ([#243]https://github.com/martinohmann/dts/pull/243) - ([eee1a59]https://github.com/martinohmann/dts/commit/eee1a59303efa2a7cd577cc7a9e03aac1ddd7f73)
- **deps**: Bump anyhow from 1.0.80 to 1.0.81 ([#239]https://github.com/martinohmann/dts/pull/239) - ([07a16af]https://github.com/martinohmann/dts/commit/07a16afb82046fde9d09d9add01ad8efcfc6cfd7)
- **deps**: Bump clap from 3.2.25 to 4.5.4 ([#240]https://github.com/martinohmann/dts/pull/240) - ([73e8534]https://github.com/martinohmann/dts/commit/73e85343a37b608ca486b5845181df0679c0eaa9)
- **deps**: Bump serde_yaml from 0.9.32 to 0.9.34+deprecated ([#241]https://github.com/martinohmann/dts/pull/241) - ([8f4cc25]https://github.com/martinohmann/dts/commit/8f4cc257b4d08df5d344c140b3885d63360fac7b)

<!-- generated by git-cliff -->
## [0.5.11]https://github.com/martinohmann/dts/compare/0.5.10..0.5.11 - 2024-03-01

### Dependencies

- **deps**: Bump assert_cmd from 2.0.13 to 2.0.14 ([#236]https://github.com/martinohmann/dts/pull/236) - ([0a1f4df]https://github.com/martinohmann/dts/commit/0a1f4df4da1e7efae84ece254aa32f875d9c5ebd)
- **deps**: Bump toml from 0.7.8 to 0.8.10 ([#235]https://github.com/martinohmann/dts/pull/235) - ([39f0972]https://github.com/martinohmann/dts/commit/39f09727b7fb4726dc2aaea4cf51b8aea582070d)
- **deps**: Bump pest from 2.7.6 to 2.7.7 ([#234]https://github.com/martinohmann/dts/pull/234) - ([288de22]https://github.com/martinohmann/dts/commit/288de22677ad43533aca974932540e9ef8f8b45a)
- **deps**: Bump pest_derive from 2.7.6 to 2.7.7 ([#232]https://github.com/martinohmann/dts/pull/232) - ([96fcdb8]https://github.com/martinohmann/dts/commit/96fcdb824a015653056ce440259e7064a1fb0e36)

<!-- generated by git-cliff -->
## [0.5.10]https://github.com/martinohmann/dts/compare/0.5.9..0.5.10 - 2024-02-03

### Bug Fixes

- **release**: Switch back from cargo-dist to custom package script - ([8b4b84b]https://github.com/martinohmann/dts/commit/8b4b84bc7ad5b7b0ec0a5b6564a0afdc15e713ca)

### Dependencies

- **deps**: Bump actions/checkout from 3 to 4 ([#231]https://github.com/martinohmann/dts/pull/231) - ([8ac11e7]https://github.com/martinohmann/dts/commit/8ac11e7db5fd9b6073bd6302c6aca6d9aa7f9f53)
- **deps**: Bump assert_cmd from 2.0.12 to 2.0.13 ([#224]https://github.com/martinohmann/dts/pull/224) - ([e24497f]https://github.com/martinohmann/dts/commit/e24497f243d8bb4f4c06eef5d918ea8a214117ac)
- **deps**: Bump actions/cache from 3 to 4 ([#230]https://github.com/martinohmann/dts/pull/230) - ([49d5b27]https://github.com/martinohmann/dts/commit/49d5b2763092859158fec3abd57d1cae95e571fe)
- **deps**: Bump termcolor from 1.4.0 to 1.4.1 ([#227]https://github.com/martinohmann/dts/pull/227) - ([de04aa3]https://github.com/martinohmann/dts/commit/de04aa39ff961c60fbb7b1fa66be1d9674b2613f)
- **deps**: Bump serde from 1.0.194 to 1.0.196 ([#225]https://github.com/martinohmann/dts/pull/225) - ([e1bd952]https://github.com/martinohmann/dts/commit/e1bd952955b1817ee7d52ebab0d6dbd5c23e407f)
- **deps**: Bump pest_derive from 2.7.5 to 2.7.6 ([#228]https://github.com/martinohmann/dts/pull/228) - ([609eec9]https://github.com/martinohmann/dts/commit/609eec98de6699ff6b5d48e5053efd87498a6bc0)
- **deps**: Bump serde_yaml from 0.9.30 to 0.9.31 ([#226]https://github.com/martinohmann/dts/pull/226) - ([24f1693]https://github.com/martinohmann/dts/commit/24f1693f3cfe05ba4da8161f60e28562b0ca173d)
- **deps**: Bump actions/upload-artifact from 3 to 4 ([#229]https://github.com/martinohmann/dts/pull/229) - ([bded1d4]https://github.com/martinohmann/dts/commit/bded1d41fcfbccca2bccb6dcff31740951850a00)

### Miscellaneous Tasks

- **changelog**: Show scopes and commit links - ([26041ff]https://github.com/martinohmann/dts/commit/26041ffb1b0598649968c4edab39cc7de8745044)
- **changelog**: Link to compare view with previous version - ([2ffb0b6]https://github.com/martinohmann/dts/commit/2ffb0b6dc72f73f4aeee8ea207a7b86374aac26b)
- **github**: Migrate from set-output to env - ([b8315aa]https://github.com/martinohmann/dts/commit/b8315aa185f73fdb7ae3c74b8fdbfc502d8b5f25)

<!-- generated by git-cliff -->
## [0.5.9] - 2024-01-03

### Bug Fixes

- Use PAT for checkout
- Update targets to original ones

<!-- generated by git-cliff -->
## [0.5.8] - 2024-01-03

### Dependencies

- Bump serde_yaml from 0.9.22 to 0.9.29 ([#217]https://github.com/martinohmann/dts/pull/217)
- Bump serde_json from 1.0.100 to 1.0.109 ([#218]https://github.com/martinohmann/dts/pull/218)
- Bump serde_json from 1.0.109 to 1.0.110 ([#221]https://github.com/martinohmann/dts/pull/221)
- Bump actions/checkout from 3 to 4 ([#214]https://github.com/martinohmann/dts/pull/214)
- Bump once_cell from 1.16.0 to 1.19.0 ([#219]https://github.com/martinohmann/dts/pull/219)
- Bump assert_cmd from 2.0.11 to 2.0.12 ([#211]https://github.com/martinohmann/dts/pull/211)

### Miscellaneous Tasks

- Switch to release-plz + cargo-dist
- Update release workflow
- Update git-cliff commit parsers

<!-- generated by git-cliff -->
# Changelog

## [0.5.7]https://github.com/martinohmann/dts/compare/v0.5.6...v0.5.7 (2023-07-13)


### Miscellaneous

* **deps:** bump hcl-rs from 0.10.0 to 0.16.0 ([47f45c4]https://github.com/martinohmann/dts/commit/47f45c4d12ef83e6ac362542eaf0e4e038244930)
* **deps:** bump pretty_assertions from 1.3.0 to 1.4.0 ([#205]https://github.com/martinohmann/dts/issues/205) ([c674d2b]https://github.com/martinohmann/dts/commit/c674d2bc3da16bc497b79ce7f0b5c63d4f429489)
* **deps:** bump serde from 1.0.167 to 1.0.169 ([#206]https://github.com/martinohmann/dts/issues/206) ([2496958]https://github.com/martinohmann/dts/commit/24969585a609355265904231eb3d78525c874e85)
* **deps:** remove `atty` dependency in favor of `std::io::IsTerminal` ([afb1244]https://github.com/martinohmann/dts/commit/afb1244ce9a446aa04d2532a03d5737168d5e50d)

## [0.5.6]https://github.com/martinohmann/dts/compare/v0.5.5...v0.5.6 (2023-07-09)


### Miscellaneous

* **deps:** bump assert_cmd from 2.0.8 to 2.0.11 ([#194]https://github.com/martinohmann/dts/issues/194) ([ad41f5b]https://github.com/martinohmann/dts/commit/ad41f5b56f60a0f441959450b2eb6cfa40bf7c61)
* **deps:** bump crossbeam-utils from 0.8.14 to 0.8.16 ([#203]https://github.com/martinohmann/dts/issues/203) ([4d17ef3]https://github.com/martinohmann/dts/commit/4d17ef3e8d2bf6b6e48be364b22b68446c4e3598)
* **deps:** bump csv from 1.1.6 to 1.2.2 ([#189]https://github.com/martinohmann/dts/issues/189) ([d5decac]https://github.com/martinohmann/dts/commit/d5decac7f919e2e9f361d1b8fc8c7a50c40f6af0)
* **deps:** bump glob from 0.3.0 to 0.3.1 ([#195]https://github.com/martinohmann/dts/issues/195) ([99d569a]https://github.com/martinohmann/dts/commit/99d569a13eabd732e8134a613cbcb7e39b6006a4)
* **deps:** bump grep-cli from 0.1.6 to 0.1.7 ([#186]https://github.com/martinohmann/dts/issues/186) ([45f4e42]https://github.com/martinohmann/dts/commit/45f4e42c79407173014df6bcbaaa08bfbc8bb2ef)
* **deps:** bump grep-cli from 0.1.7 to 0.1.8 ([#197]https://github.com/martinohmann/dts/issues/197) ([39899fb]https://github.com/martinohmann/dts/commit/39899fb41461ae6f9c62384cb7d9e04e9df40380)
* **deps:** bump pest from 2.5.5 to 2.7.0 ([#198]https://github.com/martinohmann/dts/issues/198) ([b418e3e]https://github.com/martinohmann/dts/commit/b418e3e9bf0af89231890fa3a55a1ef7044cb448)
* **deps:** bump pest_derive from 2.3.1 to 2.5.5 ([#188]https://github.com/martinohmann/dts/issues/188) ([b2c2141]https://github.com/martinohmann/dts/commit/b2c2141f581b0ecd02c537b0d8381e60b73dcd57)
* **deps:** bump predicates from 2.1.1 to 3.0.3 ([#201]https://github.com/martinohmann/dts/issues/201) ([cce360c]https://github.com/martinohmann/dts/commit/cce360c8c5fd561c00aac98ddad502c3e88e7aff)
* **deps:** bump rayon from 1.5.3 to 1.7.0 ([#199]https://github.com/martinohmann/dts/issues/199) ([700864b]https://github.com/martinohmann/dts/commit/700864b5a6ae2f269b87982df87635054d27820c)
* **deps:** bump serde_json from 1.0.96 to 1.0.100 ([#187]https://github.com/martinohmann/dts/issues/187) ([82910ba]https://github.com/martinohmann/dts/commit/82910bab039cf16f54e6882419083f38a5f3b0c9)
* **deps:** bump serde_qs from 0.10.1 to 0.12.0 ([#192]https://github.com/martinohmann/dts/issues/192) ([391d3d5]https://github.com/martinohmann/dts/commit/391d3d545c002428171b1de5cae046d863e0c25a)
* **deps:** bump serde_yaml from 0.9.21 to 0.9.22 ([#196]https://github.com/martinohmann/dts/issues/196) ([d99c0d5]https://github.com/martinohmann/dts/commit/d99c0d5871c0abd9d0c3f3fd831785a5458fe433)
* **deps:** bump termcolor from 1.1.3 to 1.2.0 ([#193]https://github.com/martinohmann/dts/issues/193) ([012824e]https://github.com/martinohmann/dts/commit/012824eecdcb53969465c0ff1cc0cd1f6b687407)
* **deps:** bump thiserror from 1.0.40 to 1.0.43 ([#190]https://github.com/martinohmann/dts/issues/190) ([02c56ff]https://github.com/martinohmann/dts/commit/02c56ffb9d2cdf597d2c13d5cfa1fa26d852da39)
* **deps:** bump toml from 0.7.4 to 0.7.6 ([#202]https://github.com/martinohmann/dts/issues/202) ([6e31189]https://github.com/martinohmann/dts/commit/6e31189acbae33a4287669de78ee567dab60dcec)

## [0.5.5]https://github.com/martinohmann/dts/compare/v0.5.4...v0.5.5 (2023-07-07)


### Miscellaneous

* **deps:** bump anyhow from 1.0.66 to 1.0.71 ([#180]https://github.com/martinohmann/dts/issues/180) ([31e10f3]https://github.com/martinohmann/dts/commit/31e10f31e7d61f72f35fccddee9d7b03beb8258e)
* **deps:** bump assert_cmd from 2.0.4 to 2.0.8 ([#183]https://github.com/martinohmann/dts/issues/183) ([8bf37ab]https://github.com/martinohmann/dts/commit/8bf37ab8b8f1cdfa2981b730e8c75bce377f3aef)
* **deps:** bump regex from 1.7.0 to 1.7.3 ([#181]https://github.com/martinohmann/dts/issues/181) ([f4bcdaa]https://github.com/martinohmann/dts/commit/f4bcdaad6523d41277426ca218e50ca7af79a715)
* **deps:** bump serde from 1.0.147 to 1.0.164 ([#179]https://github.com/martinohmann/dts/issues/179) ([1aa2f44]https://github.com/martinohmann/dts/commit/1aa2f44f3b9b08fb333efb4692514fc7c5e07ecf)
* **deps:** bump serde from 1.0.164 to 1.0.167 ([#185]https://github.com/martinohmann/dts/issues/185) ([6a569cb]https://github.com/martinohmann/dts/commit/6a569cb96fa955015437960afee59a3fd64c48d7)
* **deps:** bump url from 2.3.1 to 2.4.0 ([#182]https://github.com/martinohmann/dts/issues/182) ([035e193]https://github.com/martinohmann/dts/commit/035e193a10c486102101b6e9c9815c494ec615ab)

## [0.5.4]https://github.com/martinohmann/dts/compare/v0.5.3...v0.5.4 (2023-06-23)


### Miscellaneous

* **deps:** bump jaq-core from 0.8.2 to 0.10.0 ([#172]https://github.com/martinohmann/dts/issues/172) ([79c679f]https://github.com/martinohmann/dts/commit/79c679fb8bc2846c945c22efccc358b8c85cd669)
* **deps:** bump pest from 2.4.0 to 2.5.5 ([#168]https://github.com/martinohmann/dts/issues/168) ([51269cf]https://github.com/martinohmann/dts/commit/51269cfc2a17c984da1beffaea6e5a3f6e068616)
* **deps:** bump serde_json from 1.0.91 to 1.0.96 ([#175]https://github.com/martinohmann/dts/issues/175) ([3f913c3]https://github.com/martinohmann/dts/commit/3f913c33ac184bdbe0a9b376dadea284c9312560)
* **deps:** bump serde_yaml from 0.8.25 to 0.9.21 ([#176]https://github.com/martinohmann/dts/issues/176) ([8207336]https://github.com/martinohmann/dts/commit/82073368b76ac13729e036d2e0c30bd164586307)
* **deps:** bump thiserror from 1.0.37 to 1.0.40 ([#171]https://github.com/martinohmann/dts/issues/171) ([3681236]https://github.com/martinohmann/dts/commit/36812367f6bc98d59b2ca59a695001aaa7b8e05a)
* **deps:** bump toml from 0.5.9 to 0.7.4 ([#177]https://github.com/martinohmann/dts/issues/177) ([48723cb]https://github.com/martinohmann/dts/commit/48723cb6b4ab85dbadf58ae61c2d51ee7e7eba92)

## [0.5.3]https://github.com/martinohmann/dts/compare/v0.5.2...v0.5.3 (2023-02-22)


### Miscellaneous

* **deps:** bump hcl-rs from 0.9.0 to 0.10.0 ([#162]https://github.com/martinohmann/dts/issues/162) ([7a323a6]https://github.com/martinohmann/dts/commit/7a323a677586a08e90119b0e38457f04570a07e0)
* **deps:** bump regex from 1.6.0 to 1.7.0 ([#161]https://github.com/martinohmann/dts/issues/161) ([9346eff]https://github.com/martinohmann/dts/commit/9346eff97fb84d4905a472b7d3e715fb133f8164)
* **deps:** bump serde_json from 1.0.87 to 1.0.91 ([#166]https://github.com/martinohmann/dts/issues/166) ([2bc786e]https://github.com/martinohmann/dts/commit/2bc786e580d7e8dcef0a473bb1ce4b3e4ecd46f5)

## [0.5.2]https://github.com/martinohmann/dts/compare/v0.5.1...v0.5.2 (2022-12-01)


### Miscellaneous

* **deps:** bump anyhow from 1.0.65 to 1.0.66 ([#159]https://github.com/martinohmann/dts/issues/159) ([728f5f6]https://github.com/martinohmann/dts/commit/728f5f65408b9e4703ae1765afb5a9081a72d312)
* **deps:** bump crossbeam-utils from 0.8.12 to 0.8.14 ([#157]https://github.com/martinohmann/dts/issues/157) ([11395d9]https://github.com/martinohmann/dts/commit/11395d9fa11e069177822a1e0159a20010e08048)

## [0.5.1]https://github.com/martinohmann/dts/compare/v0.5.0...v0.5.1 (2022-11-03)


### Miscellaneous

* **deps:** bump hcl-rs from 0.8.5 to 0.9.0 ([#151]https://github.com/martinohmann/dts/issues/151) ([0654a37]https://github.com/martinohmann/dts/commit/0654a37299e925b25fbbe11dbbad67a87c1f5b27)
* **deps:** bump once_cell from 1.15.0 to 1.16.0 ([#154]https://github.com/martinohmann/dts/issues/154) ([d43a1d9]https://github.com/martinohmann/dts/commit/d43a1d989fcedd24e0c59c7945614741e85cd55f)
* **deps:** bump serde from 1.0.145 to 1.0.147 ([#150]https://github.com/martinohmann/dts/issues/150) ([454ec1f]https://github.com/martinohmann/dts/commit/454ec1f8c121cbb8541ab85cb1a9745f8fa5f666)
* **deps:** bump serde_json from 1.0.86 to 1.0.87 ([#152]https://github.com/martinohmann/dts/issues/152) ([05956e3]https://github.com/martinohmann/dts/commit/05956e3750d173f8d191af07173735e197e70bf6)

## [0.5.0]https://github.com/martinohmann/dts/compare/v0.4.4...v0.5.0 (2022-10-14)


### Features

* enable `jaq` feature by default ([#149]https://github.com/martinohmann/dts/issues/149) ([33f68e7]https://github.com/martinohmann/dts/commit/33f68e721aa5d4fc26b47a0c9858d4e93c31f942)


### Miscellaneous

* **clippy:** address some new warnings ([60614ec]https://github.com/martinohmann/dts/commit/60614ecaadcd328f02ef7df3a7db984d70b6acee)
* **deps:** bump jaq-core from 0.7.0 to 0.8.2 ([9d7a36c]https://github.com/martinohmann/dts/commit/9d7a36c0519ab36269ca765e8ec812beb89d5a36)
* **deps:** bump pest from 2.3.1 to 2.4.0 ([#143]https://github.com/martinohmann/dts/issues/143) ([da31810]https://github.com/martinohmann/dts/commit/da3181052f5cf79fbd4ebceceddb5221087c2be2)
* **deps:** bump serde_json from 1.0.85 to 1.0.86 ([#147]https://github.com/martinohmann/dts/issues/147) ([8b7e171]https://github.com/martinohmann/dts/commit/8b7e17149c75fe48ab2f81df86e73272cfc9c284)

## [0.4.4]https://github.com/martinohmann/dts/compare/v0.4.3...v0.4.4 (2022-10-12)


### Miscellaneous

* **deps:** bump anyhow from 1.0.63 to 1.0.65 ([#130]https://github.com/martinohmann/dts/issues/130) ([6e62116]https://github.com/martinohmann/dts/commit/6e62116c7c916d5ddf2fada949eefb265d12a737)
* **deps:** bump bat from 0.21.0 to 0.22.1 ([#135]https://github.com/martinohmann/dts/issues/135) ([3a6948c]https://github.com/martinohmann/dts/commit/3a6948c9737ea93209c945f080568eb775038bb3)
* **deps:** bump clap from 3.2.21 to 3.2.22 ([#142]https://github.com/martinohmann/dts/issues/142) ([0aa05f4]https://github.com/martinohmann/dts/commit/0aa05f48cb6d3ba412c16c66fc83ecd1b072cc73)
* **deps:** bump crossbeam-utils from 0.8.11 to 0.8.12 ([#131]https://github.com/martinohmann/dts/issues/131) ([6c96fe5]https://github.com/martinohmann/dts/commit/6c96fe52dc20cb256a15c3b100e52f6349f470ff)
* **deps:** bump hcl-rs from 0.6.4 to 0.8.5 ([f4c188c]https://github.com/martinohmann/dts/commit/f4c188cca9be6182d6a34e0d589c892b036fa902)
* **deps:** bump once_cell from 1.13.1 to 1.15.0 ([#139]https://github.com/martinohmann/dts/issues/139) ([1ec7d5e]https://github.com/martinohmann/dts/commit/1ec7d5ed9300544997d3a22dc908eee943b016f6)
* **deps:** bump pest_derive from 2.1.0 to 2.3.1 ([#141]https://github.com/martinohmann/dts/issues/141) ([5b4c6e1]https://github.com/martinohmann/dts/commit/5b4c6e1fd4d2390a21e7ed13761a59b2fc003897)
* **deps:** bump temp-env from 0.2.0 to 0.3.1 ([#144]https://github.com/martinohmann/dts/issues/144) ([a9bdb6e]https://github.com/martinohmann/dts/commit/a9bdb6e8965c46360661343e7ee3d5447df27d0f)
* **deps:** bump thiserror from 1.0.33 to 1.0.37 ([#145]https://github.com/martinohmann/dts/issues/145) ([5d2e253]https://github.com/martinohmann/dts/commit/5d2e253725201a5dfcdf20a03e155126bbc81bc1)
* **deps:** bump url from 2.2.2 to 2.3.0 ([#121]https://github.com/martinohmann/dts/issues/121) ([e192768]https://github.com/martinohmann/dts/commit/e1927687b0f5393d9c4f4e5284888a17a5db4e42)
* **deps:** bump url from 2.3.0 to 2.3.1 ([#136]https://github.com/martinohmann/dts/issues/136) ([475ee57]https://github.com/martinohmann/dts/commit/475ee57102d04430420987055b15c79711959a12)

## [0.4.3]https://github.com/martinohmann/dts/compare/v0.4.2...v0.4.3 (2022-09-30)


### Miscellaneous

* **deps:** bump anyhow from 1.0.58 to 1.0.63 ([#119]https://github.com/martinohmann/dts/issues/119) ([cf070ed]https://github.com/martinohmann/dts/commit/cf070ed3f1bba1da6032bb24c780162c5292021f)
* **deps:** bump clap from 3.2.11 to 3.2.16 ([#103]https://github.com/martinohmann/dts/issues/103) ([e610b43]https://github.com/martinohmann/dts/commit/e610b43e0870370b6c7aa088ecb7e81567c3eefc)
* **deps:** bump clap from 3.2.16 to 3.2.19 ([#120]https://github.com/martinohmann/dts/issues/120) ([f098ae0]https://github.com/martinohmann/dts/commit/f098ae0e43066fa89d70f097ef96f5a100f24535)
* **deps:** bump clap from 3.2.19 to 3.2.21 ([#124]https://github.com/martinohmann/dts/issues/124) ([e6c3cdc]https://github.com/martinohmann/dts/commit/e6c3cdcd78fe6cbae072ac1a0ff7f5e64c373643)
* **deps:** bump clap_complete from 3.2.3 to 3.2.4 ([#113]https://github.com/martinohmann/dts/issues/113) ([a07d865]https://github.com/martinohmann/dts/commit/a07d865f120e01255365ac5b0438bf9ff6a00dd7)
* **deps:** bump crossbeam-utils from 0.8.10 to 0.8.11 ([#104]https://github.com/martinohmann/dts/issues/104) ([b974a78]https://github.com/martinohmann/dts/commit/b974a783afcace2b832a243ce00122d7b9377aef)
* **deps:** bump hcl-rs from 0.6.2 to 0.6.4 ([#111]https://github.com/martinohmann/dts/issues/111) ([5b63075]https://github.com/martinohmann/dts/commit/5b63075863fa7eeebf28a446388b84103b60d2d9)
* **deps:** bump once_cell from 1.13.0 to 1.13.1 ([#114]https://github.com/martinohmann/dts/issues/114) ([5a837d7]https://github.com/martinohmann/dts/commit/5a837d79d722735b53598459c3317100823e7bfc)
* **deps:** bump pest from 2.1.3 to 2.2.1 ([#107]https://github.com/martinohmann/dts/issues/107) ([11ae94f]https://github.com/martinohmann/dts/commit/11ae94f865e76378ece7baf8076db3b9a4077394)
* **deps:** bump pest from 2.2.1 to 2.3.1 ([#126]https://github.com/martinohmann/dts/issues/126) ([ee3ac6e]https://github.com/martinohmann/dts/commit/ee3ac6e5aec29572f7cb981ec7fdddf2b2a5e0a2)
* **deps:** bump pretty_assertions from 1.2.1 to 1.3.0 ([#109]https://github.com/martinohmann/dts/issues/109) ([d1d238f]https://github.com/martinohmann/dts/commit/d1d238f305d07f5c4117357cbb135dddcaac1f3b)
* **deps:** bump serde from 1.0.139 to 1.0.140 ([#106]https://github.com/martinohmann/dts/issues/106) ([447fe65]https://github.com/martinohmann/dts/commit/447fe65b28d393206b636ffe8a14c6f5b50f2e72)
* **deps:** bump serde from 1.0.140 to 1.0.145 ([#129]https://github.com/martinohmann/dts/issues/129) ([d94c858]https://github.com/martinohmann/dts/commit/d94c858c752b725e79bfbbc498dd32cf9013395c)
* **deps:** bump serde_json from 1.0.82 to 1.0.85 ([#110]https://github.com/martinohmann/dts/issues/110) ([e1fc956]https://github.com/martinohmann/dts/commit/e1fc9561edeb003aad9968be711bfc9abe666ac5)
* **deps:** bump serde-xml-rs from 0.5.1 to 0.6.0 ([#116]https://github.com/martinohmann/dts/issues/116) ([330c468]https://github.com/martinohmann/dts/commit/330c4681eba4518334d7bfa4db798d1413eea76b)
* **deps:** bump thiserror from 1.0.31 to 1.0.33 ([#118]https://github.com/martinohmann/dts/issues/118) ([fc62928]https://github.com/martinohmann/dts/commit/fc62928ccf1bc1fd439438e45a66e53c25fdf0d7)
* **test:** remove unused test function ([86a1174]https://github.com/martinohmann/dts/commit/86a1174b1e83552611a647e4ca595be81b14b13c)

## [0.4.2]https://github.com/martinohmann/dts/compare/v0.4.1...v0.4.2 (2022-07-13)


### Miscellaneous

* **deps:** bump clap from 3.2.8 to 3.2.11 ([#96]https://github.com/martinohmann/dts/issues/96) ([148e54e]https://github.com/martinohmann/dts/commit/148e54e2be3f61a85abfacaa7dc5c1e9920d97a8)
* **deps:** bump criterion from 0.3.5 to 0.3.6 ([#94]https://github.com/martinohmann/dts/issues/94) ([47adb70]https://github.com/martinohmann/dts/commit/47adb70a29ab5aba91697cca6a430624e53f97d9)
* **deps:** bump hcl-rs from 0.6.1 to 0.6.2 ([#95]https://github.com/martinohmann/dts/issues/95) ([922797b]https://github.com/martinohmann/dts/commit/922797b370d287dfd60f075d241ea4db76a417c5)
* **deps:** bump once_cell from 1.12.0 to 1.13.0 ([#97]https://github.com/martinohmann/dts/issues/97) ([e8cd71a]https://github.com/martinohmann/dts/commit/e8cd71ab2dc7428606f9a651c14a7f3eb9eaaf5c)
* **deps:** bump regex from 1.5.6 to 1.6.0 ([#99]https://github.com/martinohmann/dts/issues/99) ([774c602]https://github.com/martinohmann/dts/commit/774c6029d9ec82753b374f90721db84ba11824cf)
* **deps:** bump serde from 1.0.137 to 1.0.139 ([#93]https://github.com/martinohmann/dts/issues/93) ([1e9069c]https://github.com/martinohmann/dts/commit/1e9069c091076dfe2222c2d5198639bf8d2071f4)
* **deps:** bump serde_qs from 0.9.2 to 0.10.1 ([#102]https://github.com/martinohmann/dts/issues/102) ([ceaada2]https://github.com/martinohmann/dts/commit/ceaada2f5b4b2bda5c7dd7bbc577338a199d60dd)
* **deps:** bump serde_yaml from 0.8.24 to 0.8.25 ([#100]https://github.com/martinohmann/dts/issues/100) ([0bb90c8]https://github.com/martinohmann/dts/commit/0bb90c822734339855d42f8c50834dacdc2514f5)
* **deps:** bump ureq from 2.4.0 to 2.5.0 ([#101]https://github.com/martinohmann/dts/issues/101) ([54847b2]https://github.com/martinohmann/dts/commit/54847b2cf738cbfe7eea3a5d609e32e08d1d5dd3)

## [0.4.1]https://github.com/martinohmann/dts/compare/v0.4.0...v0.4.1 (2022-07-01)


### Miscellaneous

* **deps:** bump anyhow from 1.0.57 to 1.0.58 ([#89]https://github.com/martinohmann/dts/issues/89) ([8ff8106]https://github.com/martinohmann/dts/commit/8ff8106e87bd554c27a2cb25d444bd7ecff4ec3c)
* **deps:** bump clap from 3.2.5 to 3.2.8 ([#91]https://github.com/martinohmann/dts/issues/91) ([fbf73c8]https://github.com/martinohmann/dts/commit/fbf73c87483525d7cd194056ea1e219f94fc8039)
* **deps:** bump clap_complete from 3.2.1 to 3.2.3 ([#88]https://github.com/martinohmann/dts/issues/88) ([8fd14b6]https://github.com/martinohmann/dts/commit/8fd14b6391e18b9216b55f6866bd2c66d23cb466)
* **deps:** bump crossbeam-utils from 0.8.9 to 0.8.10 ([#90]https://github.com/martinohmann/dts/issues/90) ([8d387e4]https://github.com/martinohmann/dts/commit/8d387e4c080caf23f72e81d46d283c741c0b1e96)
* **deps:** bump serde_json from 1.0.81 to 1.0.82 ([#87]https://github.com/martinohmann/dts/issues/87) ([7fa2cda]https://github.com/martinohmann/dts/commit/7fa2cda147c0535184b43eeca0b7a6bd310c906e)

## [0.4.0]https://github.com/martinohmann/dts/compare/v0.3.1...v0.4.0 (2022-06-26)


### Features

* add `jaq` feature ([#84]https://github.com/martinohmann/dts/issues/84) ([6525db7]https://github.com/martinohmann/dts/commit/6525db75037ad48b09e9a5025996cb05fece9166)
* serialization support for HCL ([#85]https://github.com/martinohmann/dts/issues/85) ([a90e23b]https://github.com/martinohmann/dts/commit/a90e23b0e03de08d549b0d8c5fbf0abfc859703d)


### Bug Fixes

* unexport filter modules ([6a59d64]https://github.com/martinohmann/dts/commit/6a59d64bfa6a2b6cd24e302fdde3740d31d55891)

## [0.3.1]https://github.com/martinohmann/dts/compare/v0.3.0...v0.3.1 (2022-06-17)


### Bug Fixes

* **security:** bump crossbeam-utils to 0.8.9 ([f6fcaa9]https://github.com/martinohmann/dts/commit/f6fcaa92b62f1f3e72a4fc78bb18d63b0451eaa1)


### Miscellaneous

* **deps:** upgrade clap to 3.2.5 ([82eb321]https://github.com/martinohmann/dts/commit/82eb321fe69f96997a522cb82f11b7612a548459)

## [0.3.0]https://github.com/martinohmann/dts/compare/v0.2.0...v0.3.0 (2022-06-17)


### âš  BREAKING CHANGES

* unify crates `dts` and `dts-core` (#81)

### Bug Fixes

* disable termcap initialization for `less` ([#55]https://github.com/martinohmann/dts/issues/55) ([07c002f]https://github.com/martinohmann/dts/commit/07c002f554711f150d5060ee732b5cc4bd99b2ac), closes [#54]https://github.com/martinohmann/dts/issues/54
* do not remove empty segments from deserialized text ([37af5b0]https://github.com/martinohmann/dts/commit/37af5b0ce8e07396d17ff09d63daf6d35556066c)
* optimize release build for binary size ([#53]https://github.com/martinohmann/dts/issues/53) ([36eefb8]https://github.com/martinohmann/dts/commit/36eefb83ecf2ee920f6262316f7acfc9b681d710)
* publish artifacts on any tag ([affa8d4]https://github.com/martinohmann/dts/commit/affa8d4dfe87f9a37ec5d1439fef6b3c404426f7)
* remove `strip` feature from release profile ([#58]https://github.com/martinohmann/dts/issues/58) ([b9c04b8]https://github.com/martinohmann/dts/commit/b9c04b80698e38363df3539ed89b1669a09803a8)
* remove custom jq error type ([a392342]https://github.com/martinohmann/dts/commit/a392342eaedd8171a692a610fd0234a30319356a)
* unify crates `dts` and `dts-core` ([#81]https://github.com/martinohmann/dts/issues/81) ([24e203e]https://github.com/martinohmann/dts/commit/24e203e8f361c1e0489e476b232d9bb75f3ee469)
* update `Cargo.lock` ([0575496]https://github.com/martinohmann/dts/commit/0575496b3bf3b42d22890a9ec1165ff9840fe675)


### Miscellaneous

* add .release-please-manifest.json ([401b9d3]https://github.com/martinohmann/dts/commit/401b9d3f4828089a45a226ec37a28711e8901dfb)
* add release-please-config.json ([e437bc8]https://github.com/martinohmann/dts/commit/e437bc830e121f7c10f90ebf32f9dd903563fe4d)
* **deps:** bump actions/cache from 2 to 3 ([#61]https://github.com/martinohmann/dts/issues/61) ([cfc48e7]https://github.com/martinohmann/dts/commit/cfc48e7ace8edcb7b14019964fda84cc698311b3)
* **deps:** bump actions/checkout from 2 to 3 ([#36]https://github.com/martinohmann/dts/issues/36) ([382bc4c]https://github.com/martinohmann/dts/commit/382bc4cccc617c62e8bb773b113d8c02eff6b946)
* **deps:** bump anyhow from 1.0.51 to 1.0.56 ([#51]https://github.com/martinohmann/dts/issues/51) ([f65cada]https://github.com/martinohmann/dts/commit/f65cadaea21e3db96a59720e07ad78afb1c5a7bc)
* **deps:** bump anyhow from 1.0.56 to 1.0.57 ([#68]https://github.com/martinohmann/dts/issues/68) ([cca04ad]https://github.com/martinohmann/dts/commit/cca04ad9e06571f649a827d3fdfc44bf0e801856)
* **deps:** bump assert_cmd from 2.0.2 to 2.0.4 ([#50]https://github.com/martinohmann/dts/issues/50) ([edebcde]https://github.com/martinohmann/dts/commit/edebcdee1d23697f3308ff3c45e14b931430b271)
* **deps:** bump bat from 0.18.3 to 0.20.0 ([#48]https://github.com/martinohmann/dts/issues/48) ([bfb4c88]https://github.com/martinohmann/dts/commit/bfb4c88e92cb310d5c37e32e12d7be62cee0d6e5)
* **deps:** bump bat from 0.20.0 to 0.21.0 ([#75]https://github.com/martinohmann/dts/issues/75) ([5dad3fb]https://github.com/martinohmann/dts/commit/5dad3fbad170ce83f88d10ac167a88dc28bba02a)
* **deps:** bump hcl-rs from 0.2.0 to 0.2.1 ([#60]https://github.com/martinohmann/dts/issues/60) ([e84d9e1]https://github.com/martinohmann/dts/commit/e84d9e1aba497a2aa9d3501813bde81267953027)
* **deps:** bump hcl-rs from 0.2.1 to 0.3.3 ([#62]https://github.com/martinohmann/dts/issues/62) ([9d9758c]https://github.com/martinohmann/dts/commit/9d9758c71ea7488ecc57f822eb60473ff5373821)
* **deps:** bump once_cell from 1.10.0 to 1.12.0 ([#76]https://github.com/martinohmann/dts/issues/76) ([e11374e]https://github.com/martinohmann/dts/commit/e11374e799f869d2dd95951cf5d04f524e08ea5c)
* **deps:** bump once_cell from 1.9.0 to 1.10.0 ([#49]https://github.com/martinohmann/dts/issues/49) ([7940fc5]https://github.com/martinohmann/dts/commit/7940fc51815b4a3dda68d5a985433fdd11fd8cda)
* **deps:** bump predicates from 2.1.0 to 2.1.1 ([#44]https://github.com/martinohmann/dts/issues/44) ([c5c7c67]https://github.com/martinohmann/dts/commit/c5c7c67b29128ef7de9eff83ab969e6226ac0203)
* **deps:** bump pretty_assertions from 1.0.0 to 1.1.0 ([#40]https://github.com/martinohmann/dts/issues/40) ([09fa4f7]https://github.com/martinohmann/dts/commit/09fa4f72e81d8a267c02b3bf8f73a9db0c3ae970)
* **deps:** bump pretty_assertions from 1.1.0 to 1.2.0 ([#59]https://github.com/martinohmann/dts/issues/59) ([9855f34]https://github.com/martinohmann/dts/commit/9855f3446ff431feb4d34a85067747fcb3b5a06c)
* **deps:** bump pretty_assertions from 1.2.0 to 1.2.1 ([#65]https://github.com/martinohmann/dts/issues/65) ([d445cef]https://github.com/martinohmann/dts/commit/d445cef0206407d66725b549ac4fd62cf5c72ef8)
* **deps:** bump rayon from 1.5.1 to 1.5.2 ([#66]https://github.com/martinohmann/dts/issues/66) ([2bf7485]https://github.com/martinohmann/dts/commit/2bf7485bd813331746d681fcee4818945fb6a164)
* **deps:** bump rayon from 1.5.2 to 1.5.3 ([#77]https://github.com/martinohmann/dts/issues/77) ([9389f3f]https://github.com/martinohmann/dts/commit/9389f3fe89c9a298e41341e64019af8a1896cdb6)
* **deps:** bump regex from 1.5.4 to 1.5.5 ([#46]https://github.com/martinohmann/dts/issues/46) ([28b9ed2]https://github.com/martinohmann/dts/commit/28b9ed28eb91b2da0c93b0016f877dfa8a2a4780)
* **deps:** bump regex from 1.5.5 to 1.5.6 ([#78]https://github.com/martinohmann/dts/issues/78) ([13f7ae5]https://github.com/martinohmann/dts/commit/13f7ae5f36a1456562721d7bb4dd7aafaaf322cf)
* **deps:** bump serde from 1.0.132 to 1.0.136 ([#37]https://github.com/martinohmann/dts/issues/37) ([d16fb4c]https://github.com/martinohmann/dts/commit/d16fb4cb732c75f844b9eb1ea1bbd8ec40143470)
* **deps:** bump serde from 1.0.136 to 1.0.137 ([#70]https://github.com/martinohmann/dts/issues/70) ([a3b424c]https://github.com/martinohmann/dts/commit/a3b424ca6da96aa4287758870cc77047d7f37c22)
* **deps:** bump serde_json from 1.0.73 to 1.0.79 ([#43]https://github.com/martinohmann/dts/issues/43) ([c0b4487]https://github.com/martinohmann/dts/commit/c0b4487e721e86bfd52f30071d9819e4fe56ff0a)
* **deps:** bump serde_json from 1.0.79 to 1.0.80 ([#67]https://github.com/martinohmann/dts/issues/67) ([6a867ac]https://github.com/martinohmann/dts/commit/6a867acedead329309d0a1768fd4275bda7c451a)
* **deps:** bump serde_qs from 0.8.5 to 0.9.1 ([#39]https://github.com/martinohmann/dts/issues/39) ([ef87acc]https://github.com/martinohmann/dts/commit/ef87accc470777f400d7d13a79af118720987232)
* **deps:** bump serde_qs from 0.9.1 to 0.9.2 ([#74]https://github.com/martinohmann/dts/issues/74) ([752bbc6]https://github.com/martinohmann/dts/commit/752bbc6aa171c8520ce23dfbc72e9e08e8b90433)
* **deps:** bump serde_yaml from 0.8.23 to 0.8.24 ([#72]https://github.com/martinohmann/dts/issues/72) ([0f8f63e]https://github.com/martinohmann/dts/commit/0f8f63e47021c2817df50cb59c59bc7d97d2e182)
* **deps:** bump shell-words from 1.0.0 to 1.1.0 ([#42]https://github.com/martinohmann/dts/issues/42) ([0d542cc]https://github.com/martinohmann/dts/commit/0d542cc64e5893aac5900d49b65e576d9f51c4ff)
* **deps:** bump termcolor from 1.1.2 to 1.1.3 ([#47]https://github.com/martinohmann/dts/issues/47) ([3f2f484]https://github.com/martinohmann/dts/commit/3f2f484a50236558b5416cbd040530b8092126be)
* **deps:** bump thiserror from 1.0.30 to 1.0.31 ([#69]https://github.com/martinohmann/dts/issues/69) ([9839ed6]https://github.com/martinohmann/dts/commit/9839ed6636b01e25f34c77c2434b5bf2de45613d)
* **deps:** bump toml from 0.5.8 to 0.5.9 ([#73]https://github.com/martinohmann/dts/issues/73) ([3b027f4]https://github.com/martinohmann/dts/commit/3b027f4ac4f1cdf3d4b96f8c249954b85474be4b)
* release main ([#30]https://github.com/martinohmann/dts/issues/30) ([1d51227]https://github.com/martinohmann/dts/commit/1d51227ab8b69ef4602d143f81766d30212082de)
* release main ([#32]https://github.com/martinohmann/dts/issues/32) ([f617297]https://github.com/martinohmann/dts/commit/f617297717c4d8d0187ea447c7bdd28c26e2a5be)
* release main ([#45]https://github.com/martinohmann/dts/issues/45) ([14059b5]https://github.com/martinohmann/dts/commit/14059b55b37c77fc762a4870b658eccb98492676)
* release main ([#56]https://github.com/martinohmann/dts/issues/56) ([f9c7acc]https://github.com/martinohmann/dts/commit/f9c7acc0ba59a595794006d790b8f0dee11449b9)
* release main ([#57]https://github.com/martinohmann/dts/issues/57) ([569303d]https://github.com/martinohmann/dts/commit/569303da7b648a8c7025ed52f2296450e7235943)
* release main ([#63]https://github.com/martinohmann/dts/issues/63) ([a8c3d47]https://github.com/martinohmann/dts/commit/a8c3d47050dd4b05d0a5d1ee6eaae1013446a1ec)
* release main ([#64]https://github.com/martinohmann/dts/issues/64) ([34299fe]https://github.com/martinohmann/dts/commit/34299fe27bff8488b5ab1800196be8095aa09c8e)
* remove dts-core changelog ([a492e7b]https://github.com/martinohmann/dts/commit/a492e7b05f27363bb719d50a37b2f51d7d47fa8f)
* remove redundant release-type ([9fe3536]https://github.com/martinohmann/dts/commit/9fe3536feba453b359533e305c515d0643bf421d)

## [0.2.7]https://github.com/martinohmann/dts/compare/dts-v0.2.6...dts-v0.2.7 (2022-06-03)


### Bug Fixes

* remove custom jq error type ([a392342]https://github.com/martinohmann/dts/commit/a392342eaedd8171a692a610fd0234a30319356a)


### Miscellaneous

* **deps:** bump anyhow from 1.0.56 to 1.0.57 ([#68]https://github.com/martinohmann/dts/issues/68) ([cca04ad]https://github.com/martinohmann/dts/commit/cca04ad9e06571f649a827d3fdfc44bf0e801856)
* **deps:** bump bat from 0.20.0 to 0.21.0 ([#75]https://github.com/martinohmann/dts/issues/75) ([5dad3fb]https://github.com/martinohmann/dts/commit/5dad3fbad170ce83f88d10ac167a88dc28bba02a)
* **deps:** bump once_cell from 1.10.0 to 1.12.0 ([#76]https://github.com/martinohmann/dts/issues/76) ([e11374e]https://github.com/martinohmann/dts/commit/e11374e799f869d2dd95951cf5d04f524e08ea5c)
* **deps:** bump pretty_assertions from 1.2.0 to 1.2.1 ([#65]https://github.com/martinohmann/dts/issues/65) ([d445cef]https://github.com/martinohmann/dts/commit/d445cef0206407d66725b549ac4fd62cf5c72ef8)
* **deps:** bump rayon from 1.5.1 to 1.5.2 ([#66]https://github.com/martinohmann/dts/issues/66) ([2bf7485]https://github.com/martinohmann/dts/commit/2bf7485bd813331746d681fcee4818945fb6a164)
* **deps:** bump rayon from 1.5.2 to 1.5.3 ([#77]https://github.com/martinohmann/dts/issues/77) ([9389f3f]https://github.com/martinohmann/dts/commit/9389f3fe89c9a298e41341e64019af8a1896cdb6)
* **deps:** bump regex from 1.5.5 to 1.5.6 ([#78]https://github.com/martinohmann/dts/issues/78) ([13f7ae5]https://github.com/martinohmann/dts/commit/13f7ae5f36a1456562721d7bb4dd7aafaaf322cf)
* **deps:** bump serde from 1.0.136 to 1.0.137 ([#70]https://github.com/martinohmann/dts/issues/70) ([a3b424c]https://github.com/martinohmann/dts/commit/a3b424ca6da96aa4287758870cc77047d7f37c22)
* **deps:** bump serde_json from 1.0.79 to 1.0.80 ([#67]https://github.com/martinohmann/dts/issues/67) ([6a867ac]https://github.com/martinohmann/dts/commit/6a867acedead329309d0a1768fd4275bda7c451a)
* **deps:** bump serde_qs from 0.9.1 to 0.9.2 ([#74]https://github.com/martinohmann/dts/issues/74) ([752bbc6]https://github.com/martinohmann/dts/commit/752bbc6aa171c8520ce23dfbc72e9e08e8b90433)
* **deps:** bump serde_yaml from 0.8.23 to 0.8.24 ([#72]https://github.com/martinohmann/dts/issues/72) ([0f8f63e]https://github.com/martinohmann/dts/commit/0f8f63e47021c2817df50cb59c59bc7d97d2e182)
* **deps:** bump thiserror from 1.0.30 to 1.0.31 ([#69]https://github.com/martinohmann/dts/issues/69) ([9839ed6]https://github.com/martinohmann/dts/commit/9839ed6636b01e25f34c77c2434b5bf2de45613d)
* **deps:** bump toml from 0.5.8 to 0.5.9 ([#73]https://github.com/martinohmann/dts/issues/73) ([3b027f4]https://github.com/martinohmann/dts/commit/3b027f4ac4f1cdf3d4b96f8c249954b85474be4b)

### [0.2.6]https://github.com/martinohmann/dts/compare/dts-v0.2.5...dts-v0.2.6 (2022-03-27)


### Miscellaneous

* **deps:** bump hcl-rs from 0.2.1 to 0.3.3 ([#62]https://github.com/martinohmann/dts/issues/62) ([9d9758c]https://github.com/martinohmann/dts/commit/9d9758c71ea7488ecc57f822eb60473ff5373821)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * dts-core bumped from 0.2.5 to 0.2.6

### [0.2.5]https://github.com/martinohmann/dts/compare/dts-v0.2.4...dts-v0.2.5 (2022-03-23)


### Bug Fixes

* remove `strip` feature from release profile ([#58]https://github.com/martinohmann/dts/issues/58) ([b9c04b8]https://github.com/martinohmann/dts/commit/b9c04b80698e38363df3539ed89b1669a09803a8)


### Miscellaneous

* **deps:** bump actions/cache from 2 to 3 ([#61]https://github.com/martinohmann/dts/issues/61) ([cfc48e7]https://github.com/martinohmann/dts/commit/cfc48e7ace8edcb7b14019964fda84cc698311b3)
* **deps:** bump bat from 0.18.3 to 0.20.0 ([#48]https://github.com/martinohmann/dts/issues/48) ([bfb4c88]https://github.com/martinohmann/dts/commit/bfb4c88e92cb310d5c37e32e12d7be62cee0d6e5)
* **deps:** bump hcl-rs from 0.2.0 to 0.2.1 ([#60]https://github.com/martinohmann/dts/issues/60) ([e84d9e1]https://github.com/martinohmann/dts/commit/e84d9e1aba497a2aa9d3501813bde81267953027)
* **deps:** bump pretty_assertions from 1.1.0 to 1.2.0 ([#59]https://github.com/martinohmann/dts/issues/59) ([9855f34]https://github.com/martinohmann/dts/commit/9855f3446ff431feb4d34a85067747fcb3b5a06c)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * dts-core bumped from 0.2.4 to 0.2.5

### [0.2.4]https://github.com/martinohmann/dts/compare/dts-v0.2.3...dts-v0.2.4 (2022-03-16)


### Bug Fixes

* disable termcap initialization for `less` ([#55]https://github.com/martinohmann/dts/issues/55) ([07c002f]https://github.com/martinohmann/dts/commit/07c002f554711f150d5060ee732b5cc4bd99b2ac), closes [#54]https://github.com/martinohmann/dts/issues/54
* optimize release build for binary size ([#53]https://github.com/martinohmann/dts/issues/53) ([36eefb8]https://github.com/martinohmann/dts/commit/36eefb83ecf2ee920f6262316f7acfc9b681d710)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * dts-core bumped from 0.2.3 to 0.2.4

### [0.2.3]https://github.com/martinohmann/dts/compare/dts-v0.2.2...dts-v0.2.3 (2022-03-10)


### Miscellaneous

* **deps:** bump actions/checkout from 2 to 3 ([#36]https://github.com/martinohmann/dts/issues/36) ([382bc4c]https://github.com/martinohmann/dts/commit/382bc4cccc617c62e8bb773b113d8c02eff6b946)
* **deps:** bump anyhow from 1.0.51 to 1.0.56 ([#51]https://github.com/martinohmann/dts/issues/51) ([f65cada]https://github.com/martinohmann/dts/commit/f65cadaea21e3db96a59720e07ad78afb1c5a7bc)
* **deps:** bump assert_cmd from 2.0.2 to 2.0.4 ([#50]https://github.com/martinohmann/dts/issues/50) ([edebcde]https://github.com/martinohmann/dts/commit/edebcdee1d23697f3308ff3c45e14b931430b271)
* **deps:** bump once_cell from 1.9.0 to 1.10.0 ([#49]https://github.com/martinohmann/dts/issues/49) ([7940fc5]https://github.com/martinohmann/dts/commit/7940fc51815b4a3dda68d5a985433fdd11fd8cda)
* **deps:** bump predicates from 2.1.0 to 2.1.1 ([#44]https://github.com/martinohmann/dts/issues/44) ([c5c7c67]https://github.com/martinohmann/dts/commit/c5c7c67b29128ef7de9eff83ab969e6226ac0203)
* **deps:** bump pretty_assertions from 1.0.0 to 1.1.0 ([#40]https://github.com/martinohmann/dts/issues/40) ([09fa4f7]https://github.com/martinohmann/dts/commit/09fa4f72e81d8a267c02b3bf8f73a9db0c3ae970)
* **deps:** bump regex from 1.5.4 to 1.5.5 ([#46]https://github.com/martinohmann/dts/issues/46) ([28b9ed2]https://github.com/martinohmann/dts/commit/28b9ed28eb91b2da0c93b0016f877dfa8a2a4780)
* **deps:** bump serde from 1.0.132 to 1.0.136 ([#37]https://github.com/martinohmann/dts/issues/37) ([d16fb4c]https://github.com/martinohmann/dts/commit/d16fb4cb732c75f844b9eb1ea1bbd8ec40143470)
* **deps:** bump serde_json from 1.0.73 to 1.0.79 ([#43]https://github.com/martinohmann/dts/issues/43) ([c0b4487]https://github.com/martinohmann/dts/commit/c0b4487e721e86bfd52f30071d9819e4fe56ff0a)
* **deps:** bump serde_qs from 0.8.5 to 0.9.1 ([#39]https://github.com/martinohmann/dts/issues/39) ([ef87acc]https://github.com/martinohmann/dts/commit/ef87accc470777f400d7d13a79af118720987232)
* **deps:** bump shell-words from 1.0.0 to 1.1.0 ([#42]https://github.com/martinohmann/dts/issues/42) ([0d542cc]https://github.com/martinohmann/dts/commit/0d542cc64e5893aac5900d49b65e576d9f51c4ff)
* **deps:** bump termcolor from 1.1.2 to 1.1.3 ([#47]https://github.com/martinohmann/dts/issues/47) ([3f2f484]https://github.com/martinohmann/dts/commit/3f2f484a50236558b5416cbd040530b8092126be)
* remove dts-core changelog ([a492e7b]https://github.com/martinohmann/dts/commit/a492e7b05f27363bb719d50a37b2f51d7d47fa8f)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * dts-core bumped from 0.2.2 to 0.2.3

### [0.2.2]https://github.com/martinohmann/dts/compare/dts-v0.2.1...dts-v0.2.2 (2022-03-05)


### Bug Fixes

* publish artifacts on any tag ([affa8d4]https://github.com/martinohmann/dts/commit/affa8d4dfe87f9a37ec5d1439fef6b3c404426f7)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * dts-core bumped from 0.2.1 to 0.2.2

### [0.2.1]https://github.com/martinohmann/dts/compare/dts-v0.2.0...dts-v0.2.1 (2022-03-05)


### Bug Fixes

* do not remove empty segments from deserialized text ([37af5b0]https://github.com/martinohmann/dts/commit/37af5b0ce8e07396d17ff09d63daf6d35556066c)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * dts-core bumped from 0.2.0 to 0.2.1