diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ade92..52d153c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Release notes + +## 0.6.2 (2024-10-21) + +### Features + +- Updated pyo3 dependency to `0.22` ([#73](https://github.com/CQCL/tket-json-rs/pull/73)) + + ## 0.6.1 (2024-08-07) ### Features diff --git a/Cargo.toml b/Cargo.toml index 98e0669..0eea50d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket-json-rs" -version = "0.6.1" +version = "0.6.2" license = "Apache-2.0" edition = "2021" rust-version = "1.70"