File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,16 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
6
6
7
7
## Unreleased
8
8
9
- None.
9
+ - None.
10
10
11
11
### Breaking changes
12
12
13
13
None.
14
14
15
+ ## 2.0.2 - 2022-06-29
16
+
17
+ - Don't move the ` Value ` s being compared in ` assert_json_matches `
18
+
15
19
## 2.0.1 - 2021-02-14
16
20
17
21
- Add maintenance status to readme and ` Cargo.toml ` .
Original file line number Diff line number Diff line change 1
1
[package ]
2
- version = " 2.0.1 " # remember to update html_root_url
2
+ version = " 2.0.2 "
3
3
authors = [
" David Pedersen <[email protected] >" ]
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.1" ) ]
155
154
156
155
use diff:: diff;
157
156
use serde:: Serialize ;
You can’t perform that action at this time.
0 commit comments