Skip to content

Commit e074cb5

Browse files
committed
Bump version to 2.0.1
1 parent 8b84d36 commit e074cb5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ None.
1212

1313
None.
1414

15+
## 2.0.1 - 2021-02-14
16+
17+
- Add maintenance status to readme and `Cargo.toml`.
18+
1519
## 2.0.0 - 2021-01-23
1620

1721
## Unreleased

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = "2.0.0" # remember to update html_root_url
2+
version = "2.0.1" # remember to update html_root_url
33
authors = ["David Pedersen <david.pdrsn@gmail.com>"]
44
categories = ["development-tools"]
55
description = "Easily compare two JSON values and get great output"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
unused_qualifications,
152152
unknown_lints
153153
)]
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")]
155155

156156
use diff::diff;
157157
use serde::Serialize;

0 commit comments

Comments
 (0)