Skip to content

Commit

Permalink
release 1.1.1
Browse files Browse the repository at this point in the history
- bump csv from 1.3.0 to 1.3.1
- bump serde from 1.0.214 to 1.0.215
  • Loading branch information
simonrupf committed Nov 16, 2024
1 parent 5314cfc commit fa44184
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log of convert2json utilities
====================================

Version 1.1.1 / 2024-11-16
--------------------------
- bump csv from 1.3.0 to 1.3.1
- bump serde from 1.0.214 to 1.0.215

Version 1.1.0 / 2024-11-02
--------------------------
- bump serde from 1.0.213 to 1.0.214
Expand Down
2 changes: 1 addition & 1 deletion 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, INI, RSV, TOML, XML & YAML into JSON and for use with jaq or jq."
authors = ["Simon Rupf <[email protected]>"]
version = "1.1.0"
version = "1.1.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/simonrupf/convert2json"
Expand Down
8 changes: 4 additions & 4 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ This document lists the licenses of the projects used in convert2json.
- [proc-macro2](https://github.com/dtolnay/proc-macro2) 1.0.89
- [quote](https://github.com/dtolnay/quote) 1.0.35
- [ryu](https://github.com/dtolnay/ryu) 1.0.16
- [serde](https://github.com/serde-rs/serde) 1.0.214
- [serde_derive](https://github.com/serde-rs/serde) 1.0.214
- [serde](https://github.com/serde-rs/serde) 1.0.215
- [serde_derive](https://github.com/serde-rs/serde) 1.0.215
- [serde_json](https://github.com/serde-rs/json) 1.0.132
- [serde_yaml](https://github.com/dtolnay/serde-yaml) 0.9.34+deprecated
- [syn](https://github.com/dtolnay/syn) 2.0.85
Expand Down Expand Up @@ -824,7 +824,7 @@ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRES

#### Used by

- [convert2json](https://github.com/simonrupf/convert2json) 1.1.0
- [convert2json](https://github.com/simonrupf/convert2json) 1.1.1
- [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) 0.2.11

```
Expand Down Expand Up @@ -885,7 +885,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#### Used by

- [csv-core](https://github.com/BurntSushi/rust-csv) 0.1.11
- [csv](https://github.com/BurntSushi/rust-csv) 1.3.0
- [csv](https://github.com/BurntSushi/rust-csv) 1.3.1
- [memchr](https://github.com/BurntSushi/memchr) 2.7.1

```
Expand Down

0 comments on commit fa44184

Please sign in to comment.