Skip to content

Commit

Permalink
release 0.7.2
Browse files Browse the repository at this point in the history
- bump serde from 1.0.196 to 1.0.197
- bump serde_json from 1.0.113 to 1.0.114
- bump serde_yaml from 0.9.31 to 0.9.32
  • Loading branch information
simonrupf committed Feb 25, 2024
1 parent 72a0d50 commit d8b8cb0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
Change Log of convert2json utilities
====================================

Version 0.7.2 / 2023-02-25
--------------------------
- bump serde from 1.0.196 to 1.0.197
- bump serde_json from 1.0.113 to 1.0.114
- bump serde_yaml from 0.9.31 to 0.9.32

Version 0.7.1 / 2023-02-03
--------------------------
- bump serde from 1.0.195 to 1.0.196
- bump serde_json from 1.0.112 to 1.0.113
- bump serde_yaml from 0.9.30 to 0.9.31

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, TOML, XML & YAML into JSON and for use with jq."
authors = ["Simon Rupf <simon@rupf.net>"]
version = "0.7.1"
version = "0.7.2"
edition = "2021"
license = "MIT"
repository = "https://github.com/simonrupf/convert2json"
Expand Down
10 changes: 5 additions & 5 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,10 @@ This document lists the licenses of the projects used in convert2json.
- [proc-macro2](https://github.com/dtolnay/proc-macro2) 1.0.76
- [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.196
- [serde_derive](https://github.com/serde-rs/serde) 1.0.196
- [serde_json](https://github.com/serde-rs/json) 1.0.113
- [serde_yaml](https://github.com/dtolnay/serde-yaml) 0.9.31
- [serde](https://github.com/serde-rs/serde) 1.0.197
- [serde_derive](https://github.com/serde-rs/serde) 1.0.197
- [serde_json](https://github.com/serde-rs/json) 1.0.114
- [serde_yaml](https://github.com/dtolnay/serde-yaml) 0.9.32
- [syn](https://github.com/dtolnay/syn) 2.0.48
- [thiserror](https://github.com/dtolnay/thiserror) 1.0.56
- [thiserror-impl](https://github.com/dtolnay/thiserror) 1.0.56
Expand Down Expand Up @@ -825,7 +825,7 @@ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRES

#### Used by

- [convert2json](https://github.com/simonrupf/convert2json) 0.7.1
- [convert2json](https://github.com/simonrupf/convert2json) 0.7.2
- [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) 0.2.10

```
Expand Down

0 comments on commit d8b8cb0

Please sign in to comment.