diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4b753..46f7a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Release notes + ## 0.7.1 (2024-11-29) ### Features diff --git a/Cargo.lock b/Cargo.lock index 78f74a9..b5e4319 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -529,7 +529,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tket-json-rs" -version = "0.7.1" +version = "0.7.2" dependencies = [ "assert-json-diff", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index 1a5db3f..b8c930d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket-json-rs" -version = "0.7.1" +version = "0.7.2" license = "Apache-2.0" edition = "2021" rust-version = "1.75"