From c18ac9ff07a48cf3ad2ccb4d3368fc9416cee7da Mon Sep 17 00:00:00 2001 From: hugrbot Date: Mon, 24 Jun 2024 11:35:07 +0100 Subject: [PATCH] chore: release --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e045038..63bb8ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.12.2](https://github.com/CQCL/portgraph/compare/v0.12.1...v0.12.2) - 2024-06-24 + +### New Features +- Add PortOffset::opposite ([#136](https://github.com/CQCL/portgraph/pull/136)) + +### Testing +- Use `insta` for mermaid/dot render tests ([#137](https://github.com/CQCL/portgraph/pull/137)) + ## [0.12.1](https://github.com/CQCL/portgraph/compare/v0.12.0...v0.12.1) - 2024-06-03 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 4eeb037..1bc4759 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portgraph" -version = "0.12.1" +version = "0.12.2" license = "Apache-2.0" readme = "README.md"