From d08999adf4272b3ebc7597cd8fb0d2c098edd069 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:32:40 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a49301..5ebb1af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.12.0 (2024-03-01) + +### Features + +- Proptest for Multiportgraph +- (Multi)Portgraph implement Arbitrary +- [**breaking**] Mermaid rendering ([#125](https://github.com/CQCL/portgraph/pull/125)) + +### Miscellaneous Tasks + +- [**breaking**] Hike MSRV to 1.75 + ## 0.11.0 (2023-12-14) ### Features diff --git a/Cargo.toml b/Cargo.toml index bd54cc1..b4f8437 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portgraph" -version = "0.11.0" +version = "0.12.0" license = "Apache-2.0" readme = "README.md"