File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
None.
14
14
15
+ ## 2.0.1 - 2021-02-14
16
+
17
+ - Add maintenance status to readme and ` Cargo.toml ` .
18
+
15
19
## 2.0.0 - 2021-01-23
16
20
17
21
## Unreleased
Original file line number Diff line number Diff line change 1
1
[package ]
2
- version = " 2.0.0 " # remember to update html_root_url
2
+ version = " 2.0.1 " # remember to update html_root_url
3
3
authors = [" David Pedersen <david.pdrsn@gmail.com>" ]
4
4
categories = [" development-tools" ]
5
5
description = " Easily compare two JSON values and get great output"
Original file line number Diff line number Diff line change 151
151
unused_qualifications,
152
152
unknown_lints
153
153
) ]
154
- #![ doc( html_root_url = "https://docs.rs/assert-json-diff/2.0.0 " ) ]
154
+ #![ doc( html_root_url = "https://docs.rs/assert-json-diff/2.0.1 " ) ]
155
155
156
156
use diff:: diff;
157
157
use serde:: Serialize ;
You can’t perform that action at this time.
0 commit comments