File tree 4 files changed +11
-4
lines changed
4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
### Fixed
22
22
23
+ N/A
24
+
25
+ ## [ 1.0.0] - 2019-02-15
26
+
27
+ ### Fixed
28
+
23
29
- Make macros work with trailing comma
24
30
25
31
## [ 0.2.1] - 2018-11-15
42
48
43
49
Initial release.
44
50
51
+ [ 1.0.0 ] : https://github.com/davidpdrsn/assert-json-diff/compare/v0.2.1...v1.0.0
45
52
[ 0.2.1 ] : https://github.com/davidpdrsn/assert-json-diff/compare/v0.2.0...v0.2.1
46
53
[ 0.2.0 ] : https://github.com/davidpdrsn/assert-json-diff/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
- version = " 0.2.1 " # remember to update html_root_url
2
+ version = " 1.0.0 " # remember to update html_root_url
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 @@ -16,7 +16,7 @@ It uses the [`serde_json::Value`] type to represent JSON.
16
16
17
17
``` toml
18
18
[dependencies ]
19
- assert-json-diff = " 0.2.1 "
19
+ assert-json-diff = " 1.0.0 "
20
20
```
21
21
22
22
### Partial matching
Original file line number Diff line number Diff line change 12
12
//!
13
13
//! ```toml
14
14
//! [dependencies]
15
- //! assert-json-diff = "0.2.1 "
15
+ //! assert-json-diff = "1.0.0 "
16
16
//! ```
17
17
//!
18
18
//! ## Partial matching
168
168
unused_import_braces,
169
169
unused_qualifications
170
170
) ]
171
- #![ doc( html_root_url = "https://docs.rs/assert-json-diff/0.2.1 " ) ]
171
+ #![ doc( html_root_url = "https://docs.rs/assert-json-diff/1.0.0 " ) ]
172
172
173
173
extern crate serde;
174
174
#[ allow( unused_imports) ]
You can’t perform that action at this time.
0 commit comments