Skip to content

Commit bca0d2c

Browse files
committed
Bump version to 2.0.2
1 parent 3a77803 commit bca0d2c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
66

77
## Unreleased
88

9-
None.
9+
- None.
1010

1111
### Breaking changes
1212

1313
None.
1414

15+
## 2.0.2 - 2022-06-29
16+
17+
- Don't move the `Value`s being compared in `assert_json_matches`
18+
1519
## 2.0.1 - 2021-02-14
1620

1721
- Add maintenance status to readme and `Cargo.toml`.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = "2.0.1" # remember to update html_root_url
2+
version = "2.0.2"
33
authors = ["David Pedersen <[email protected]>"]
44
categories = ["development-tools"]
55
description = "Easily compare two JSON values and get great output"

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@
151151
unused_qualifications,
152152
unknown_lints
153153
)]
154-
#![doc(html_root_url = "https://docs.rs/assert-json-diff/2.0.1")]
155154

156155
use diff::diff;
157156
use serde::Serialize;

0 commit comments

Comments
 (0)