Skip to content

Commit

Permalink
release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrupf committed Jul 10, 2023
1 parent f56de50 commit dc6f64a
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 62 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log of convert2json utilities
====================================

Version 0.4.2 / 2023-07-10
--------------------------
- bump serde from 1.0.164 to 1.0.171, which bumps syn from 2.0.18 to 2.0.25
- bump serde_json from 1.0.99 to 1.0.100
- bump toml from 0.7.5 to 0.7.6
- bump is-terminal from 0.4.8 to 0.4.9

Version 0.4.1 / 2023-07-03
--------------------------
- bump is-terminal from 0.4.7 to 0.4.8, which bumps rustix from 0.37 to 0.38,
Expand Down
50 changes: 25 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "convert2json"
description = "CLI utilities to convert CSV, TOML, XML & YAML into JSON and for use with jq."
authors = ["Simon Rupf <[email protected]>"]
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license = "MIT"
repository = "https://github.com/simonrupf/convert2json"
Expand Down
96 changes: 60 additions & 36 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This document lists the licenses of the projects used in convert2json.
#### Used by

- [windows-sys](https://github.com/microsoft/windows-rs) 0.48.0
- [windows-targets](https://github.com/microsoft/windows-rs) 0.48.0
- [windows-targets](https://github.com/microsoft/windows-rs) 0.48.1
- [windows_aarch64_gnullvm](https://github.com/microsoft/windows-rs) 0.48.0
- [windows_aarch64_msvc](https://github.com/microsoft/windows-rs) 0.48.0
- [windows_i686_gnu](https://github.com/microsoft/windows-rs) 0.48.0
Expand Down Expand Up @@ -233,18 +233,18 @@ This document lists the licenses of the projects used in convert2json.

#### Used by

- [itoa](https://github.com/dtolnay/itoa) 1.0.6
- [proc-macro2](https://github.com/dtolnay/proc-macro2) 1.0.60
- [quote](https://github.com/dtolnay/quote) 1.0.28
- [ryu](https://github.com/dtolnay/ryu) 1.0.13
- [serde](https://github.com/serde-rs/serde) 1.0.164
- [serde_derive](https://github.com/serde-rs/serde) 1.0.164
- [serde_json](https://github.com/serde-rs/json) 1.0.99
- [itoa](https://github.com/dtolnay/itoa) 1.0.8
- [proc-macro2](https://github.com/dtolnay/proc-macro2) 1.0.64
- [quote](https://github.com/dtolnay/quote) 1.0.29
- [ryu](https://github.com/dtolnay/ryu) 1.0.14
- [serde](https://github.com/serde-rs/serde) 1.0.171
- [serde_derive](https://github.com/serde-rs/serde) 1.0.171
- [serde_json](https://github.com/serde-rs/json) 1.0.100
- [serde_yaml](https://github.com/dtolnay/serde-yaml) 0.9.22
- [syn](https://github.com/dtolnay/syn) 2.0.18
- [thiserror](https://github.com/dtolnay/thiserror) 1.0.40
- [thiserror-impl](https://github.com/dtolnay/thiserror) 1.0.40
- [unicode-ident](https://github.com/dtolnay/unicode-ident) 1.0.9
- [syn](https://github.com/dtolnay/syn) 2.0.25
- [thiserror](https://github.com/dtolnay/thiserror) 1.0.43
- [thiserror-impl](https://github.com/dtolnay/thiserror) 1.0.43
- [unicode-ident](https://github.com/dtolnay/unicode-ident) 1.0.10

```
Apache License
Expand Down Expand Up @@ -432,16 +432,16 @@ END OF TERMS AND CONDITIONS
- [bitflags](https://github.com/bitflags/bitflags) 2.3.3
- [equivalent](https://github.com/cuviper/equivalent) 1.0.0
- [hashbrown](https://github.com/rust-lang/hashbrown) 0.14.0
- [hermit-abi](https://github.com/hermitcore/rusty-hermit) 0.3.1
- [hermit-abi](https://github.com/hermitcore/rusty-hermit) 0.3.2
- [indexmap](https://github.com/bluss/indexmap) 2.0.0
- [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) 0.4.3
- [log](https://github.com/rust-lang/log) 0.4.19
- [rustix](https://github.com/bytecodealliance/rustix) 0.38.2
- [rustix](https://github.com/bytecodealliance/rustix) 0.38.3
- [serde_spanned](https://github.com/toml-rs/toml) 0.6.3
- [syn](https://github.com/dtolnay/syn) 1.0.109
- [toml](https://github.com/toml-rs/toml) 0.7.5
- [toml](https://github.com/toml-rs/toml) 0.7.6
- [toml_datetime](https://github.com/toml-rs/toml) 0.6.3
- [toml_edit](https://github.com/toml-rs/toml) 0.19.11
- [toml_edit](https://github.com/toml-rs/toml) 0.19.12

```
Apache License
Expand Down Expand Up @@ -801,7 +801,7 @@ SOFTWARE.

#### Used by

- [convert2json](https://github.com/simonrupf/convert2json) 0.4.1
- [convert2json](https://github.com/simonrupf/convert2json) 0.4.2

```
MIT License
Expand All @@ -819,7 +819,7 @@ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRES

#### Used by

- [is-terminal](https://github.com/sunfishcode/is-terminal) 0.4.8
- [is-terminal](https://github.com/sunfishcode/is-terminal) 0.4.9
- [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) 0.2.8

```
Expand Down Expand Up @@ -852,7 +852,7 @@ DEALINGS IN THE SOFTWARE.

#### Used by

- [winnow](https://github.com/winnow-rs/winnow) 0.4.7
- [winnow](https://github.com/winnow-rs/winnow) 0.4.9

```
Permission is hereby granted, free of charge, to any person obtaining
Expand All @@ -879,7 +879,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#### Used by

- [xml-rs](https://github.com/kornelski/xml-rs) 0.8.14
- [xml-rs](https://github.com/kornelski/xml-rs) 0.8.15

```
The MIT License (MIT)
Expand Down Expand Up @@ -955,31 +955,55 @@ You may use this code under the terms of either license.

#### Used by

- [unicode-ident](https://github.com/dtolnay/unicode-ident) 1.0.9
- [unicode-ident](https://github.com/dtolnay/unicode-ident) 1.0.10

```
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
Unicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.
See Terms of Use &lt;https://www.unicode.org/copyright.html&gt;
for definitions of Unicode Inc.’s Data Files and Software.
Unicode Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/.
Software includes any source code published in the Unicode Standard or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.
NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.&#x27;S DATA FILES (&quot;DATA FILES&quot;), AND/OR SOFTWARE (&quot;SOFTWARE&quot;), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
NOTICE TO USER: Carefully read the following legal agreement.
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.&#x27;S
DATA FILES (&quot;DATA FILES&quot;), AND/OR SOFTWARE (&quot;SOFTWARE&quot;),
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
TERMS AND CONDITIONS OF THIS AGREEMENT.
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
THE DATA FILES OR SOFTWARE.
COPYRIGHT AND PERMISSION NOTICE
Copyright © 1991-2016 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the &quot;Data Files&quot;) or Unicode software and any associated documentation (the &quot;Software&quot;) to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that either
Copyright © 1991-2022 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
(a) this copyright and permission notice appear with all copies of the Data Files or Software, or
(b) this copyright and permission notice appear in associated Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the &quot;Data Files&quot;) or Unicode software and any associated documentation
(the &quot;Software&quot;) to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
```

0 comments on commit dc6f64a

Please sign in to comment.