Skip to content

Commit 13ea63e

Browse files
committed
release 2.4.6
- bump quick-xml from 0.39.0 to 0.39.2
1 parent 83bdffe commit 13ea63e

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log of convert2json utilities
22
====================================
33

4+
Version 2.4.6 / 2026-02-22
5+
--------------------------
6+
- bump quick-xml from 0.39.0 to 0.39.2
7+
Note that Plist still uses quick-xml 0.38.4
8+
49
Version 2.4.5 / 2026-01-18
510
--------------------------
611
- bump quick-xml from 0.38.4 to 0.39.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "convert2json"
33
description = "CLI utilities to convert BSON, CBOR, CSV, INI, MessagePack, Plist, RSV, TOML, XML & YAML into JSON and for use with jaq or jq."
44
authors = ["Simon Rupf <simon@rupf.net>"]
5-
version = "2.4.5"
5+
version = "2.4.6"
66
edition = "2021"
77
license = "MIT"
88
repository = "https://github.com/simonrupf/convert2json"

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3447,7 +3447,7 @@ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRES
34473447

34483448
#### Used by
34493449

3450-
- [convert2json](https://github.com/simonrupf/convert2json) 2.4.5
3450+
- [convert2json](https://github.com/simonrupf/convert2json) 2.4.6
34513451
- [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) 0.2.11
34523452
- [zmij](https://github.com/dtolnay/zmij) 1.0.8
34533453

@@ -3602,7 +3602,7 @@ SOFTWARE.
36023602
#### Used by
36033603

36043604
- [quick-xml](https://github.com/tafia/quick-xml) 0.38.4
3605-
- [quick-xml](https://github.com/tafia/quick-xml) 0.39.0
3605+
- [quick-xml](https://github.com/tafia/quick-xml) 0.39.2
36063606

36073607
```
36083608
The MIT License (MIT)

0 commit comments

Comments
 (0)