File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2020
2121### Fixed
2222
23+ N/A
24+
25+ ## [ 1.0.0] - 2019-02-15
26+
27+ ### Fixed
28+
2329- Make macros work with trailing comma
2430
2531## [ 0.2.1] - 2018-11-15
4248
4349Initial release.
4450
51+ [ 1.0.0 ] : https://github.com/davidpdrsn/assert-json-diff/compare/v0.2.1...v1.0.0
4552[ 0.2.1 ] : https://github.com/davidpdrsn/assert-json-diff/compare/v0.2.0...v0.2.1
4653[ 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 11[package ]
2- version = " 0.2.1 " # remember to update html_root_url
2+ version = " 1.0.0 " # remember to update html_root_url
33authors = [
" David Pedersen <[email protected] >" ]
44categories = [" development-tools" ]
55description = " 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.
1616
1717``` toml
1818[dependencies ]
19- assert-json-diff = " 0.2.1 "
19+ assert-json-diff = " 1.0.0 "
2020```
2121
2222### Partial matching
Original file line number Diff line number Diff line change 1212//!
1313//! ```toml
1414//! [dependencies]
15- //! assert-json-diff = "0.2.1 "
15+ //! assert-json-diff = "1.0.0 "
1616//! ```
1717//!
1818//! ## Partial matching
168168 unused_import_braces,
169169 unused_qualifications
170170) ]
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 " ) ]
172172
173173extern crate serde;
174174#[ allow( unused_imports) ]
You can’t perform that action at this time.
0 commit comments